Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ethtool.c630 rx = pdata->new_rx_ring_count ? : pdata->rx_ring_count; in xgbe_get_channels()
722 rx_curr = pdata->new_rx_ring_count ? : pdata->rx_ring_count; in xgbe_set_channels()
728 pdata->new_rx_ring_count = rx; in xgbe_set_channels()
H A Dxgbe-drv.c1209 if (pdata->new_rx_ring_count) { in xgbe_alloc_memory()
1210 pdata->rx_ring_count = pdata->new_rx_ring_count; in xgbe_alloc_memory()
1211 pdata->new_rx_ring_count = 0; in xgbe_alloc_memory()
H A Dxgbe.h1075 unsigned int new_rx_ring_count; member