Home
last modified time | relevance | path

Searched refs:new_rx_ring_count (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ethtool.c713 rx = pdata->new_rx_ring_count ? : pdata->rx_ring_count; in xgbe_get_channels()
805 rx_curr = pdata->new_rx_ring_count ? : pdata->rx_ring_count; in xgbe_set_channels()
811 pdata->new_rx_ring_count = rx; in xgbe_set_channels()
H A Dxgbe.h1120 unsigned int new_rx_ring_count; member
H A Dxgbe-drv.c1281 if (pdata->new_rx_ring_count) { in xgbe_alloc_memory()
1282 pdata->rx_ring_count = pdata->new_rx_ring_count; in xgbe_alloc_memory()
1283 pdata->new_rx_ring_count = 0; in xgbe_alloc_memory()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ethtool.c720 rx = pdata->new_rx_ring_count ? : pdata->rx_ring_count; in xgbe_get_channels()
812 rx_curr = pdata->new_rx_ring_count ? : pdata->rx_ring_count; in xgbe_set_channels()
818 pdata->new_rx_ring_count = rx; in xgbe_set_channels()
H A Dxgbe-drv.c1281 if (pdata->new_rx_ring_count) { in xgbe_alloc_memory()
1282 pdata->rx_ring_count = pdata->new_rx_ring_count; in xgbe_alloc_memory()
1283 pdata->new_rx_ring_count = 0; in xgbe_alloc_memory()
H A Dxgbe.h1153 unsigned int new_rx_ring_count; member

Completed in 15 milliseconds