Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sfc/
H A Dnic.c413 void efx_nic_fix_nodesc_drop_stat(struct efx_nic *efx, u64 *rx_nodesc_drops) in efx_nic_fix_nodesc_drop_stat() argument
418 *rx_nodesc_drops - efx->rx_nodesc_drops_total; in efx_nic_fix_nodesc_drop_stat()
419 efx->rx_nodesc_drops_total = *rx_nodesc_drops; in efx_nic_fix_nodesc_drop_stat()
421 *rx_nodesc_drops -= efx->rx_nodesc_drops_while_down; in efx_nic_fix_nodesc_drop_stat()
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A 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()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dnic.c521 void efx_siena_fix_nodesc_drop_stat(struct efx_nic *efx, u64 *rx_nodesc_drops) in efx_siena_fix_nodesc_drop_stat() argument
526 *rx_nodesc_drops - efx->rx_nodesc_drops_total; in efx_siena_fix_nodesc_drop_stat()
527 efx->rx_nodesc_drops_total = *rx_nodesc_drops; in efx_siena_fix_nodesc_drop_stat()
529 *rx_nodesc_drops -= efx->rx_nodesc_drops_while_down; in efx_siena_fix_nodesc_drop_stat()