Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/xgbe/
H 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()
H A Dxgbe.h1066 unsigned int new_tx_ring_count; member