Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.h432 unsigned int rx_ch_cnt; /* Number of DMA Receive Channels */ member
H A Daxgbe_ethdev.c1811 hw_feat->rx_ch_cnt = AXGMAC_GET_BITS(mac_hfr2, MAC_HWF2R, RXCHCNT); in axgbe_get_all_hw_features()
1852 hw_feat->rx_ch_cnt++; in axgbe_get_all_hw_features()
1881 pdata->rx_max_channel_count = pdata->hw_feat.rx_ch_cnt; in axgbe_set_counts()
1902 pdata->rx_ring_count = RTE_MIN(pdata->hw_feat.rx_ch_cnt, in axgbe_set_counts()