Home
last modified time | relevance | path

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

/dpdk/drivers/net/axgbe/
H A Daxgbe_dev.c997 for (i = 0; i < pdata->hw_feat.tc_cnt; i++) { in axgbe_config_mtl_mode()
1115 qptc = pdata->tx_q_count / pdata->hw_feat.tc_cnt; in axgbe_config_queue_mapping()
1116 qptc_extra = pdata->tx_q_count % pdata->hw_feat.tc_cnt; in axgbe_config_queue_mapping()
1118 for (i = 0, queue = 0; i < pdata->hw_feat.tc_cnt; i++) { in axgbe_config_queue_mapping()
H A Daxgbe_ethdev.h437 unsigned int tc_cnt; /* Number of Traffic Classes */ member
H A Daxgbe_ethdev.c1342 if (pfc_conf->priority >= pdata->hw_feat.tc_cnt) { in axgbe_priority_flow_ctrl_set()
1344 pdata->hw_feat.tc_cnt); in axgbe_priority_flow_ctrl_set()
1994 hw_feat->tc_cnt = AXGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, NUMTC); in axgbe_get_all_hw_features()
2052 hw_feat->tc_cnt++; in axgbe_get_all_hw_features()