Home
last modified time | relevance | path

Searched refs:n_rx_noskb_drops (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/sfc/siena/
H A Drx.c80 atomic_inc(&efx->n_rx_noskb_drops); in efx_rx_mk_skb()
H A Dnet_driver.h932 * @n_rx_noskb_drops: Count of RX packets dropped due to failure to allocate an skb
1113 atomic_t n_rx_noskb_drops; member
H A Defx.c827 stats[GENERIC_STAT_rx_noskb_drops] = atomic_read(&efx->n_rx_noskb_drops); in efx_siena_update_sw_stats()
/linux/drivers/net/ethernet/sfc/
H A Drx.c80 atomic_inc(&efx->n_rx_noskb_drops); in efx_rx_mk_skb()
H A Dnet_driver.h1013 * @n_rx_noskb_drops: Count of RX packets dropped due to failure to allocate an skb
1197 atomic_t n_rx_noskb_drops; member
/linux/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
H A Drx.c487 atomic_inc(&efx->n_rx_noskb_drops); in ef4_rx_mk_skb()
H A Defx.c2700 stats[GENERIC_STAT_rx_noskb_drops] = atomic_read(&efx->n_rx_noskb_drops); in ef4_update_sw_stats()