/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_qdisc.c | 65 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 …]
|
D | spectrum_flower.c | 666 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()
|
D | spectrum_acl.c | 915 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()
|
D | spectrum.h | 1017 u64 *packets, u64 *bytes, u64 *drops,
|
/drivers/net/ethernet/netronome/nfp/abm/ |
D | qdisc.c | 41 parent->drops += child->drops; in nfp_abm_stats_propagate() 469 qstats->drops += new->drops - old->drops; in nfp_abm_stats_calculate()
|
D | main.h | 102 u64 drops; member
|
D | ctrl.c | 224 band, queue, true, &stats->drops); in nfp_abm_ctrl_read_q_stats()
|
/drivers/net/ |
D | veth.c | 386 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()
|
D | virtio_net.c | 89 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/ |
D | Kconfig | 24 drops for multicast and UD mode traffic from this interface,
|
/drivers/net/ethernet/freescale/enetc/ |
D | enetc_qos.c | 1442 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/ |
D | sunbmac.c | 803 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()
|
D | sungem.c | 749 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()
|
D | sunhme.c | 1970 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()
|
D | cassini.c | 2270 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/ |
D | fm10k.h | 97 u64 drops; member
|
D | fm10k_main.c | 532 rx_ring->rx_stats.drops++; in fm10k_cleanup_headers()
|
D | fm10k_pci.c | 592 rx_drops += rx_ring->rx_stats.drops; in fm10k_update_stats()
|
/drivers/net/ethernet/intel/igc/ |
D | igc.h | 54 u64 drops; member
|
D | igc_main.c | 4812 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()
|
D | igc_ethtool.c | 855 data[i + 2] = ring->rx_stats.drops; in igc_ethtool_get_stats()
|
/drivers/net/ethernet/intel/igb/ |
D | igb.h | 301 u64 drops; member
|
D | igb_ethtool.c | 2334 data[i+2] = ring->rx_stats.drops; in igb_get_ethtool_stats()
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4.h | 309 u32 drops; member
|
D | cxgb4_debugfs.c | 3646 PRINT_ADAP_STATS("usm_ddp_drops:", stats.drops); in show_ddp_stats()
|