Home
last modified time | relevance | path

Searched refs:n_rx_nodesc_trunc (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Defx.c2716 u64 n_rx_nodesc_trunc = 0; in ef4_update_sw_stats() local
2720 n_rx_nodesc_trunc += channel->n_rx_nodesc_trunc; in ef4_update_sw_stats()
2721 stats[GENERIC_STAT_rx_nodesc_trunc] = n_rx_nodesc_trunc; in ef4_update_sw_stats()
Dnet_driver.h440 unsigned int n_rx_nodesc_trunc; member
Dfarch.c960 ++channel->n_rx_nodesc_trunc; in ef4_farch_handle_rx_bad_index()
/Linux-v4.19/drivers/net/ethernet/sfc/
Defx.c3106 u64 n_rx_nodesc_trunc = 0; in efx_update_sw_stats() local
3110 n_rx_nodesc_trunc += channel->n_rx_nodesc_trunc; in efx_update_sw_stats()
3111 stats[GENERIC_STAT_rx_nodesc_trunc] = n_rx_nodesc_trunc; in efx_update_sw_stats()
Dnet_driver.h497 unsigned int n_rx_nodesc_trunc; member
Dfarch.c949 ++channel->n_rx_nodesc_trunc; in efx_farch_handle_rx_bad_index()
Def10.c3440 ++efx_rx_queue_channel(rx_queue)->n_rx_nodesc_trunc; in efx_ef10_handle_rx_abort()