Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/amd/xgbe/
Dxgbe-ethtool.c716 tx = pdata->new_tx_ring_count ? : pdata->tx_ring_count; in xgbe_get_channels()
808 tx_curr = pdata->new_tx_ring_count ? : pdata->tx_ring_count; in xgbe_set_channels()
814 pdata->new_tx_ring_count = tx; in xgbe_set_channels()
Dxgbe.h1119 unsigned int new_tx_ring_count; member
Dxgbe-drv.c1258 if (pdata->new_tx_ring_count) { in xgbe_alloc_memory()
1259 pdata->tx_ring_count = pdata->new_tx_ring_count; in xgbe_alloc_memory()
1261 pdata->new_tx_ring_count = 0; in xgbe_alloc_memory()