Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ethtool.c631 tx = pdata->new_tx_ring_count ? : pdata->tx_ring_count; in xgbe_get_channels()
723 tx_curr = pdata->new_tx_ring_count ? : pdata->tx_ring_count; in xgbe_set_channels()
729 pdata->new_tx_ring_count = tx; in xgbe_set_channels()
H A Dxgbe-drv.c1203 if (pdata->new_tx_ring_count) { in xgbe_alloc_memory()
1204 pdata->tx_ring_count = pdata->new_tx_ring_count; in xgbe_alloc_memory()
1206 pdata->new_tx_ring_count = 0; in xgbe_alloc_memory()
H A Dxgbe.h1074 unsigned int new_tx_ring_count; member