Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ethtool.c714 tx = pdata->new_tx_ring_count ? : pdata->tx_ring_count; in xgbe_get_channels()
806 tx_curr = pdata->new_tx_ring_count ? : pdata->tx_ring_count; in xgbe_set_channels()
812 pdata->new_tx_ring_count = tx; in xgbe_set_channels()
H A Dxgbe.h1119 unsigned int new_tx_ring_count; member
H A Dxgbe-drv.c1275 if (pdata->new_tx_ring_count) { in xgbe_alloc_memory()
1276 pdata->tx_ring_count = pdata->new_tx_ring_count; in xgbe_alloc_memory()
1278 pdata->new_tx_ring_count = 0; in xgbe_alloc_memory()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ethtool.c721 tx = pdata->new_tx_ring_count ? : pdata->tx_ring_count; in xgbe_get_channels()
813 tx_curr = pdata->new_tx_ring_count ? : pdata->tx_ring_count; in xgbe_set_channels()
819 pdata->new_tx_ring_count = tx; in xgbe_set_channels()
H A Dxgbe-drv.c1275 if (pdata->new_tx_ring_count) { in xgbe_alloc_memory()
1276 pdata->tx_ring_count = pdata->new_tx_ring_count; in xgbe_alloc_memory()
1278 pdata->new_tx_ring_count = 0; in xgbe_alloc_memory()
H A Dxgbe.h1152 unsigned int new_tx_ring_count; member

Completed in 16 milliseconds