Searched refs:n_rx_noskb_drops (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/net/ethernet/sfc/siena/
H A Drx.c80 atomic_inc(&efx->n_rx_noskb_drops);
H A Dnet_driver.h940 * @n_rx_noskb_drops: Count of RX packets dropped due to failure to allocate an skb
1122 atomic_t n_rx_noskb_drops; member in struct:efx_nic
H A Defx.c827 stats[GENERIC_STAT_rx_noskb_drops] = atomic_read(&efx->n_rx_noskb_drops);
/linux-master/drivers/net/ethernet/sfc/
H A Drx.c80 atomic_inc(&efx->n_rx_noskb_drops);
H A Defx.c841 stats[GENERIC_STAT_rx_noskb_drops] = atomic_read(&efx->n_rx_noskb_drops);
H A Dnet_driver.h974 * @n_rx_noskb_drops: Count of RX packets dropped due to failure to allocate an skb
1160 atomic_t n_rx_noskb_drops; member in struct:efx_nic
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h759 * @n_rx_noskb_drops: Count of RX packets dropped due to failure to allocate an skb
901 atomic_t n_rx_noskb_drops; member in struct:ef4_nic
H A Drx.c486 atomic_inc(&efx->n_rx_noskb_drops);
H A Defx.c2708 stats[GENERIC_STAT_rx_noskb_drops] = atomic_read(&efx->n_rx_noskb_drops);

Completed in 269 milliseconds