Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/amd/xgbe/
Dxgbe-ethtool.c715 rx = pdata->new_rx_ring_count ? : pdata->rx_ring_count; in xgbe_get_channels()
807 rx_curr = pdata->new_rx_ring_count ? : pdata->rx_ring_count; in xgbe_set_channels()
813 pdata->new_rx_ring_count = rx; in xgbe_set_channels()
Dxgbe.h1146 unsigned int new_rx_ring_count; member
Dxgbe-drv.c1264 if (pdata->new_rx_ring_count) { in xgbe_alloc_memory()
1265 pdata->rx_ring_count = pdata->new_rx_ring_count; in xgbe_alloc_memory()
1266 pdata->new_rx_ring_count = 0; in xgbe_alloc_memory()