Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/sfc/siena/ !
Defx.c807 u64 n_rx_nodesc_trunc = 0; in efx_siena_update_sw_stats() local
811 n_rx_nodesc_trunc += channel->n_rx_nodesc_trunc; in efx_siena_update_sw_stats()
812 stats[GENERIC_STAT_rx_nodesc_trunc] = n_rx_nodesc_trunc; in efx_siena_update_sw_stats()
Dnet_driver.h534 unsigned int n_rx_nodesc_trunc; member
Dfarch.c950 ++channel->n_rx_nodesc_trunc; in efx_farch_handle_rx_bad_index()
/linux-6.6.21/drivers/net/ethernet/sfc/ !
Defx.c821 u64 n_rx_nodesc_trunc = 0; in efx_update_sw_stats() local
825 n_rx_nodesc_trunc += channel->n_rx_nodesc_trunc; in efx_update_sw_stats()
826 stats[GENERIC_STAT_rx_nodesc_trunc] = n_rx_nodesc_trunc; in efx_update_sw_stats()
Dnet_driver.h526 unsigned int n_rx_nodesc_trunc; member
Def10.c2714 ++efx_rx_queue_channel(rx_queue)->n_rx_nodesc_trunc; in efx_ef10_handle_rx_abort()
/linux-6.6.21/drivers/net/ethernet/sfc/falcon/ !
Defx.c2702 u64 n_rx_nodesc_trunc = 0; in ef4_update_sw_stats() local
2706 n_rx_nodesc_trunc += channel->n_rx_nodesc_trunc; in ef4_update_sw_stats()
2707 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.c956 ++channel->n_rx_nodesc_trunc; in ef4_farch_handle_rx_bad_index()