Home
last modified time | relevance | path

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

/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.h445 unsigned int tx_ch_cnt; /* Number of DMA Transmit Channels */ member
H A Daxgbe_ethdev.c2004 hw_feat->tx_ch_cnt = AXGMAC_GET_BITS(mac_hfr2, MAC_HWF2R, TXCHCNT); in axgbe_get_all_hw_features()
2051 hw_feat->tx_ch_cnt++; in axgbe_get_all_hw_features()
2077 pdata->tx_max_channel_count = pdata->hw_feat.tx_ch_cnt; in axgbe_set_counts()
2093 pdata->tx_ring_count = RTE_MIN(pdata->hw_feat.tx_ch_cnt, in axgbe_set_counts()