Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.h431 unsigned int tx_q_cnt; /* Number of MTL Transmit Queues */ member
H A Daxgbe_ethdev.c1810 hw_feat->tx_q_cnt = AXGMAC_GET_BITS(mac_hfr2, MAC_HWF2R, TXQCNT); in axgbe_get_all_hw_features()
1851 hw_feat->tx_q_cnt++; in axgbe_get_all_hw_features()
1884 pdata->tx_max_q_count = pdata->hw_feat.tx_q_cnt; in axgbe_set_counts()
H A Daxgbe_dev.c1001 q_count = RTE_MAX(pdata->hw_feat.tx_q_cnt, pdata->hw_feat.rx_q_cnt); in axgbe_enable_mtl_interrupts()