tc_cnt            767 arch/mips/include/asm/octeon/cvmx-pow-defs.h 		uint64_t tc_cnt:4;
tc_cnt            773 arch/mips/include/asm/octeon/cvmx-pow-defs.h 		uint64_t tc_cnt:4;
tc_cnt            780 arch/mips/include/asm/octeon/cvmx-pow-defs.h 		uint64_t tc_cnt:4;
tc_cnt            790 arch/mips/include/asm/octeon/cvmx-pow-defs.h 		uint64_t tc_cnt:4;
tc_cnt            797 arch/mips/include/asm/octeon/cvmx-pow-defs.h 		uint64_t tc_cnt:4;
tc_cnt            807 arch/mips/include/asm/octeon/cvmx-pow-defs.h 		uint64_t tc_cnt:4;
tc_cnt            814 arch/mips/include/asm/octeon/cvmx-pow-defs.h 		uint64_t tc_cnt:4;
tc_cnt            824 arch/mips/include/asm/octeon/cvmx-pow-defs.h 		uint64_t tc_cnt:4;
tc_cnt            831 arch/mips/include/asm/octeon/cvmx-pow-defs.h 		uint64_t tc_cnt:4;
tc_cnt            841 arch/mips/include/asm/octeon/cvmx-pow-defs.h 		uint64_t tc_cnt:4;
tc_cnt            129 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c 	ets->ets_cap = pdata->hw_feat.tc_cnt;
tc_cnt            181 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c 	if (max_tc >= pdata->hw_feat.tc_cnt) {
tc_cnt            216 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c 	pfc->pfc_cap = pdata->hw_feat.tc_cnt;
tc_cnt            237 drivers/net/ethernet/amd/xgbe/xgbe-dcb.c 	if (pfc->pfc_en & ~((1 << pdata->hw_feat.tc_cnt) - 1)) {
tc_cnt           2263 drivers/net/ethernet/amd/xgbe/xgbe-dev.c 	for (i = 0; i < pdata->hw_feat.tc_cnt; i++) {
tc_cnt           2611 drivers/net/ethernet/amd/xgbe/xgbe-dev.c 	qptc = pdata->tx_q_count / pdata->hw_feat.tc_cnt;
tc_cnt           2612 drivers/net/ethernet/amd/xgbe/xgbe-dev.c 	qptc_extra = pdata->tx_q_count % pdata->hw_feat.tc_cnt;
tc_cnt           2614 drivers/net/ethernet/amd/xgbe/xgbe-dev.c 	for (i = 0, queue = 0; i < pdata->hw_feat.tc_cnt; i++) {
tc_cnt           2727 drivers/net/ethernet/amd/xgbe/xgbe-dev.c 	total_weight = pdata->netdev->mtu * pdata->hw_feat.tc_cnt;
tc_cnt           2732 drivers/net/ethernet/amd/xgbe/xgbe-dev.c 	for (i = 0; i < pdata->hw_feat.tc_cnt; i++) {
tc_cnt            771 drivers/net/ethernet/amd/xgbe/xgbe-drv.c 	hw_feat->tc_cnt	       = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, NUMTC);
tc_cnt            822 drivers/net/ethernet/amd/xgbe/xgbe-drv.c 	hw_feat->tc_cnt++;
tc_cnt            885 drivers/net/ethernet/amd/xgbe/xgbe-drv.c 			hw_feat->tc_cnt);
tc_cnt           2261 drivers/net/ethernet/amd/xgbe/xgbe-drv.c 	if (tc > pdata->hw_feat.tc_cnt)
tc_cnt            990 drivers/net/ethernet/amd/xgbe/xgbe.h 	unsigned int tc_cnt;		/* Number of Traffic Classes */
tc_cnt            444 drivers/net/ethernet/synopsys/dwc-xlgmac-common.c 	hw_feat->tc_cnt	       = XLGMAC_GET_REG_BITS(mac_hfr1,
tc_cnt            511 drivers/net/ethernet/synopsys/dwc-xlgmac-common.c 	hw_feat->tc_cnt++;
tc_cnt            666 drivers/net/ethernet/synopsys/dwc-xlgmac-common.c 		  (pdata->hw_feat.tc_cnt));
tc_cnt           1485 drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c 	for (i = 0; i < pdata->hw_feat.tc_cnt; i++) {
tc_cnt           1515 drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c 	qptc = pdata->tx_q_count / pdata->hw_feat.tc_cnt;
tc_cnt           1516 drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c 	qptc_extra = pdata->tx_q_count % pdata->hw_feat.tc_cnt;
tc_cnt           1518 drivers/net/ethernet/synopsys/dwc-xlgmac-hw.c 	for (i = 0, queue = 0; i < pdata->hw_feat.tc_cnt; i++) {
tc_cnt            524 drivers/net/ethernet/synopsys/dwc-xlgmac.h 	unsigned int tc_cnt;		/* Number of Traffic Classes */
tc_cnt            282 net/sched/act_ipt.c 	struct tc_cnt c;
tc_cnt            301 net/sched/act_ipt.c 	    nla_put(skb, TCA_IPT_CNT, sizeof(struct tc_cnt), &c) ||