Home
last modified time | relevance | path

Searched refs:tc_cnt (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe-dcb.c129 ets->ets_cap = pdata->hw_feat.tc_cnt; in xgbe_dcb_ieee_getets()
158 (i >= pdata->hw_feat.tc_cnt)) in xgbe_dcb_ieee_setets()
161 if (ets->prio_tc[i] >= pdata->hw_feat.tc_cnt) in xgbe_dcb_ieee_setets()
201 pfc->pfc_cap = pdata->hw_feat.tc_cnt; in xgbe_dcb_ieee_getpfc()
Dxgbe-dev.c1317 total_weight = pdata->netdev->mtu * pdata->hw_feat.tc_cnt; in xgbe_config_dcb_tc()
1322 for (i = 0; i < pdata->hw_feat.tc_cnt; i++) { in xgbe_config_dcb_tc()
1353 for (tc = 0; tc < pdata->hw_feat.tc_cnt; tc++) { in xgbe_config_dcb_pfc()
1930 for (i = 0; i < pdata->hw_feat.tc_cnt; i++) { in xgbe_config_mtl_mode()
2061 qptc = pdata->tx_q_count / pdata->hw_feat.tc_cnt; in xgbe_config_queue_mapping()
2062 qptc_extra = pdata->tx_q_count % pdata->hw_feat.tc_cnt; in xgbe_config_queue_mapping()
2064 for (i = 0, queue = 0; i < pdata->hw_feat.tc_cnt; i++) { in xgbe_config_queue_mapping()
Dxgbe.h638 unsigned int tc_cnt; /* Number of Traffic Classes */ member
Dxgbe-drv.c521 hw_feat->tc_cnt = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, NUMTC); in xgbe_get_all_hw_features()
572 hw_feat->tc_cnt++; in xgbe_get_all_hw_features()
1703 if (tc && (tc != pdata->hw_feat.tc_cnt)) in xgbe_setup_tc()
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-pow-defs.h1022 uint64_t tc_cnt:4; member
1028 uint64_t tc_cnt:4;
1035 uint64_t tc_cnt:4; member
1045 uint64_t tc_cnt:4;
1052 uint64_t tc_cnt:4; member
1062 uint64_t tc_cnt:4;
1072 uint64_t tc_cnt:4; member
1082 uint64_t tc_cnt:4;
1095 uint64_t tc_cnt:4; member
1105 uint64_t tc_cnt:4;
/linux-4.1.27/net/sched/
Dact_ipt.c227 struct tc_cnt c; in tcf_ipt_dump()
245 nla_put(skb, TCA_IPT_CNT, sizeof(struct tc_cnt), &c) || in tcf_ipt_dump()
/linux-4.1.27/include/uapi/linux/
Dpkt_cls.h144 struct tc_cnt { struct