Home
last modified time | relevance | path

Searched refs:drops (Results 1 – 25 of 29) sorted by relevance

12

/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_qdisc.c65 u64 drops; member
429 u64 drops, u64 backlog, in mlxsw_sp_qdisc_update_stats() argument
436 drops -= stats_base->drops; in mlxsw_sp_qdisc_update_stats()
440 stats_ptr->qstats->drops += drops; in mlxsw_sp_qdisc_update_stats()
444 stats_base->drops += drops; in mlxsw_sp_qdisc_update_stats()
457 u64 drops = 0; in mlxsw_sp_qdisc_get_tc_stats() local
461 &drops, &backlog); in mlxsw_sp_qdisc_get_tc_stats()
463 tx_bytes, tx_packets, drops, backlog, in mlxsw_sp_qdisc_get_tc_stats()
526 stats_base->drops = red_base->prob_drop + red_base->pdrop; in mlxsw_sp_setup_tc_qdisc_red_clean_stats()
731 u64 drops = 0; in mlxsw_sp_setup_tc_qdisc_leaf_clean_stats() local
[all …]
Dspectrum_flower.c666 u64 drops; in mlxsw_sp_flower_stats() local
680 &drops, &lastuse, &used_hw_stats); in mlxsw_sp_flower_stats()
684 flow_stats_update(&f->stats, bytes, packets, drops, lastuse, in mlxsw_sp_flower_stats()
Dspectrum_acl.c915 u64 *packets, u64 *bytes, u64 *drops, in mlxsw_sp_acl_rule_get_stats() argument
945 *drops = current_drops - rule->last_drops; in mlxsw_sp_acl_rule_get_stats()
Dspectrum.h1017 u64 *packets, u64 *bytes, u64 *drops,
/drivers/net/ethernet/netronome/nfp/abm/
Dqdisc.c41 parent->drops += child->drops; in nfp_abm_stats_propagate()
469 qstats->drops += new->drops - old->drops; in nfp_abm_stats_calculate()
Dmain.h102 u64 drops; member
Dctrl.c224 band, queue, true, &stats->drops); in nfp_abm_ctrl_read_q_stats()
/drivers/net/
Dveth.c386 u64 packets, bytes, drops, xdp_tx_err, peer_tq_xdp_xmit_err; in veth_stats_rx() local
396 drops = stats->vs.rx_drops; in veth_stats_rx()
402 result->rx_drops += drops; in veth_stats_rx()
547 int sent, i, err = 0, drops; in veth_xdp_flush_bq() local
558 drops = bq->count - sent; in veth_xdp_flush_bq()
559 trace_xdp_bulk_tx(rq->dev, sent, drops, err); in veth_xdp_flush_bq()
563 rq->stats.vs.xdp_tx_err += drops; in veth_xdp_flush_bq()
Dvirtio_net.c89 u64 drops; member
111 { "drops", VIRTNET_RQ_STAT(drops) },
863 stats->drops++; in receive_small()
887 stats->drops++; in receive_big()
1151 stats->drops++; in receive_mergeable()
1960 rdrops = rq->stats.drops; in virtnet_stats()
/drivers/infiniband/ulp/ipoib/
DKconfig24 drops for multicast and UD mode traffic from this interface,
/drivers/net/ethernet/freescale/enetc/
Denetc_qos.c1442 stats.drops = counters.not_passing_frames_count + in enetc_psfp_get_stats()
1445 filter->stats.drops; in enetc_psfp_get_stats()
1448 filter->stats.drops += stats.drops; in enetc_psfp_get_stats()
1451 flow_stats_update(&f->stats, 0x0, stats.pkts, stats.drops, in enetc_psfp_get_stats()
/drivers/net/ethernet/sun/
Dsunbmac.c803 int elem = bp->rx_new, drops = 0; in bigmac_rx() local
830 drops++; in bigmac_rx()
854 drops++; in bigmac_rx()
884 if (drops) in bigmac_rx()
Dsungem.c749 int entry, drops, work_done = 0; in gem_rx() local
757 drops = 0; in gem_rx()
810 drops++; in gem_rx()
830 drops++; in gem_rx()
868 if (drops) in gem_rx()
Dsunhme.c1970 int elem = hp->rx_new, drops = 0; in happy_meal_rx() local
2010 drops++; in happy_meal_rx()
2019 drops++; in happy_meal_rx()
2036 drops++; in happy_meal_rx()
2068 if (drops) in happy_meal_rx()
Dcassini.c2270 int entry, drops; in cas_rx_ringN() local
2279 drops = 0; in cas_rx_ringN()
2322 ++drops; in cas_rx_ringN()
2376 if (drops) in cas_rx_ringN()
/drivers/net/ethernet/intel/fm10k/
Dfm10k.h97 u64 drops; member
Dfm10k_main.c532 rx_ring->rx_stats.drops++; in fm10k_cleanup_headers()
Dfm10k_pci.c592 rx_drops += rx_ring->rx_stats.drops; in fm10k_update_stats()
/drivers/net/ethernet/intel/igc/
Digc.h54 u64 drops; member
Digc_main.c4812 ring->rx_stats.drops += rqdpc; in igc_update_stats()
6272 int i, drops; in igc_xdp_xmit() local
6285 drops = 0; in igc_xdp_xmit()
6293 drops++; in igc_xdp_xmit()
6302 return num_frames - drops; in igc_xdp_xmit()
Digc_ethtool.c855 data[i + 2] = ring->rx_stats.drops; in igc_ethtool_get_stats()
/drivers/net/ethernet/intel/igb/
Digb.h301 u64 drops; member
Digb_ethtool.c2334 data[i+2] = ring->rx_stats.drops; in igb_get_ethtool_stats()
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h309 u32 drops; member
Dcxgb4_debugfs.c3646 PRINT_ADAP_STATS("usm_ddp_drops:", stats.drops); in show_ddp_stats()

12