Home
last modified time | relevance | path

Searched refs:rx_nodesc_drops (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/sfc/falcon/
Dnic.c515 void ef4_nic_fix_nodesc_drop_stat(struct ef4_nic *efx, u64 *rx_nodesc_drops) in ef4_nic_fix_nodesc_drop_stat() argument
520 *rx_nodesc_drops - efx->rx_nodesc_drops_total; in ef4_nic_fix_nodesc_drop_stat()
521 efx->rx_nodesc_drops_total = *rx_nodesc_drops; in ef4_nic_fix_nodesc_drop_stat()
523 *rx_nodesc_drops -= efx->rx_nodesc_drops_while_down; in ef4_nic_fix_nodesc_drop_stat()
/Linux-v5.4/drivers/net/ethernet/sfc/
Dnic.c522 void efx_nic_fix_nodesc_drop_stat(struct efx_nic *efx, u64 *rx_nodesc_drops) in efx_nic_fix_nodesc_drop_stat() argument
527 *rx_nodesc_drops - efx->rx_nodesc_drops_total; in efx_nic_fix_nodesc_drop_stat()
528 efx->rx_nodesc_drops_total = *rx_nodesc_drops; in efx_nic_fix_nodesc_drop_stat()
530 *rx_nodesc_drops -= efx->rx_nodesc_drops_while_down; in efx_nic_fix_nodesc_drop_stat()