Home
last modified time | relevance | path

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

/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.h443 unsigned int tx_q_cnt; /* Number of MTL Transmit Queues */ member
H A Daxgbe_ethdev.c2002 hw_feat->tx_q_cnt = AXGMAC_GET_BITS(mac_hfr2, MAC_HWF2R, TXQCNT); in axgbe_get_all_hw_features()
2049 hw_feat->tx_q_cnt++; in axgbe_get_all_hw_features()
2082 pdata->tx_max_q_count = pdata->hw_feat.tx_q_cnt; in axgbe_set_counts()
H A Daxgbe_dev.c1155 q_count = RTE_MAX(pdata->hw_feat.tx_q_cnt, pdata->hw_feat.rx_q_cnt); in axgbe_enable_mtl_interrupts()