Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/falcon/
Defx.c2713 u64 n_rx_nodesc_trunc = 0; in ef4_update_sw_stats() local
2717 n_rx_nodesc_trunc += channel->n_rx_nodesc_trunc; in ef4_update_sw_stats()
2718 stats[GENERIC_STAT_rx_nodesc_trunc] = n_rx_nodesc_trunc; in ef4_update_sw_stats()
Dnet_driver.h437 unsigned int n_rx_nodesc_trunc; member
Dfarch.c957 ++channel->n_rx_nodesc_trunc; in ef4_farch_handle_rx_bad_index()
/Linux-v5.4/drivers/net/ethernet/sfc/
Defx.c3103 u64 n_rx_nodesc_trunc = 0; in efx_update_sw_stats() local
3107 n_rx_nodesc_trunc += channel->n_rx_nodesc_trunc; in efx_update_sw_stats()
3108 stats[GENERIC_STAT_rx_nodesc_trunc] = n_rx_nodesc_trunc; in efx_update_sw_stats()
Dnet_driver.h494 unsigned int n_rx_nodesc_trunc; member
Dfarch.c946 ++channel->n_rx_nodesc_trunc; in efx_farch_handle_rx_bad_index()
Def10.c3437 ++efx_rx_queue_channel(rx_queue)->n_rx_nodesc_trunc; in efx_ef10_handle_rx_abort()