rx_nodesc_drops   515 drivers/net/ethernet/sfc/falcon/nic.c void ef4_nic_fix_nodesc_drop_stat(struct ef4_nic *efx, u64 *rx_nodesc_drops)
rx_nodesc_drops   520 drivers/net/ethernet/sfc/falcon/nic.c 			*rx_nodesc_drops - efx->rx_nodesc_drops_total;
rx_nodesc_drops   521 drivers/net/ethernet/sfc/falcon/nic.c 	efx->rx_nodesc_drops_total = *rx_nodesc_drops;
rx_nodesc_drops   523 drivers/net/ethernet/sfc/falcon/nic.c 	*rx_nodesc_drops -= efx->rx_nodesc_drops_while_down;
rx_nodesc_drops   522 drivers/net/ethernet/sfc/nic.c void efx_nic_fix_nodesc_drop_stat(struct efx_nic *efx, u64 *rx_nodesc_drops)
rx_nodesc_drops   527 drivers/net/ethernet/sfc/nic.c 			*rx_nodesc_drops - efx->rx_nodesc_drops_total;
rx_nodesc_drops   528 drivers/net/ethernet/sfc/nic.c 	efx->rx_nodesc_drops_total = *rx_nodesc_drops;
rx_nodesc_drops   530 drivers/net/ethernet/sfc/nic.c 	*rx_nodesc_drops -= efx->rx_nodesc_drops_while_down;