Searched refs:rx_alloc_level (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/sfc/
H A Drx.c59 * rx_alloc_level += (lro_performed ? RX_ALLOC_FACTOR_LRO :
61 * Per NAPI poll interval, we constrain rx_alloc_level to 0..MAX (which
64 * rx_alloc_method = (rx_alloc_level > RX_ALLOC_LEVEL_LRO ?
499 channel->rx_alloc_level += RX_ALLOC_FACTOR_SKB;
501 channel->rx_alloc_level += RX_ALLOC_FACTOR_LRO;
624 channel->rx_alloc_level += RX_ALLOC_FACTOR_SKB;
635 /* Constrain the rx_alloc_level */
636 if (channel->rx_alloc_level < 0)
637 channel->rx_alloc_level = 0;
638 else if (channel->rx_alloc_level > RX_ALLOC_LEVEL_MA
[all...]
H A Dnet_driver.h319 * @rx_alloc_level: Watermark based heuristic counter for pushing descriptors
352 int rx_alloc_level; member in struct:efx_channel
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/sfc/
H A Drx.c59 * rx_alloc_level += (lro_performed ? RX_ALLOC_FACTOR_LRO :
61 * Per NAPI poll interval, we constrain rx_alloc_level to 0..MAX (which
64 * rx_alloc_method = (rx_alloc_level > RX_ALLOC_LEVEL_LRO ?
499 channel->rx_alloc_level += RX_ALLOC_FACTOR_SKB;
501 channel->rx_alloc_level += RX_ALLOC_FACTOR_LRO;
624 channel->rx_alloc_level += RX_ALLOC_FACTOR_SKB;
635 /* Constrain the rx_alloc_level */
636 if (channel->rx_alloc_level < 0)
637 channel->rx_alloc_level = 0;
638 else if (channel->rx_alloc_level > RX_ALLOC_LEVEL_MA
[all...]
H A Dnet_driver.h319 * @rx_alloc_level: Watermark based heuristic counter for pushing descriptors
352 int rx_alloc_level; member in struct:efx_channel

Completed in 157 milliseconds