Home
last modified time | relevance | path

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

/drivers/net/ethernet/amd/xgbe/
A Dxgbe-ethtool.c605 tx = pdata->new_tx_ring_count ? : pdata->tx_ring_count; in xgbe_get_channels()
697 tx_curr = pdata->new_tx_ring_count ? : pdata->tx_ring_count; in xgbe_set_channels()
703 pdata->new_tx_ring_count = tx; in xgbe_set_channels()
A Dxgbe-drv.c1168 if (pdata->new_tx_ring_count) { in xgbe_alloc_memory()
1169 pdata->tx_ring_count = pdata->new_tx_ring_count; in xgbe_alloc_memory()
1171 pdata->new_tx_ring_count = 0; in xgbe_alloc_memory()
A Dxgbe.h1066 unsigned int new_tx_ring_count; member

Completed in 18 milliseconds