Home
last modified time | relevance | path

Searched refs:tx_ch_cnt (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.h433 unsigned int tx_ch_cnt; /* Number of DMA Transmit Channels */ member
H A Daxgbe_ethdev.c1812 hw_feat->tx_ch_cnt = AXGMAC_GET_BITS(mac_hfr2, MAC_HWF2R, TXCHCNT); in axgbe_get_all_hw_features()
1853 hw_feat->tx_ch_cnt++; in axgbe_get_all_hw_features()
1879 pdata->tx_max_channel_count = pdata->hw_feat.tx_ch_cnt; in axgbe_set_counts()
1895 pdata->tx_ring_count = RTE_MIN(pdata->hw_feat.tx_ch_cnt, in axgbe_set_counts()