| /drivers/net/ethernet/microchip/lan966x/ |
| A D | lan966x_mirror.c | 117 new_stats.rx_dropped - old_stats->drops, in lan966x_mirror_port_stats() 123 old_stats->drops = new_stats.rx_dropped; in lan966x_mirror_port_stats() 129 new_stats.tx_dropped - old_stats->drops, in lan966x_mirror_port_stats() 135 old_stats->drops = new_stats.tx_dropped; in lan966x_mirror_port_stats()
|
| A D | lan966x_police.c | 175 old_stats->drops = new_stats.rx_dropped; in lan966x_police_port_add() 218 new_stats.rx_dropped - old_stats->drops, in lan966x_police_port_stats() 224 old_stats->drops = new_stats.rx_dropped; in lan966x_police_port_stats()
|
| /drivers/net/ethernet/mellanox/mlxsw/ |
| A D | spectrum_qdisc.c | 77 u64 drops; member 568 drops -= stats_base->drops; in mlxsw_sp_qdisc_update_stats() 572 stats_ptr->qstats->drops += drops; in mlxsw_sp_qdisc_update_stats() 576 stats_base->drops += drops; in mlxsw_sp_qdisc_update_stats() 589 u64 drops = 0; in mlxsw_sp_qdisc_get_tc_stats() local 593 &drops, &backlog); in mlxsw_sp_qdisc_get_tc_stats() 905 u64 drops = 0; in mlxsw_sp_setup_tc_qdisc_leaf_clean_stats() local 913 mlxsw_sp_qdisc->stats_base.drops = drops; in mlxsw_sp_setup_tc_qdisc_leaf_clean_stats() 1449 u64 drops = 0; in mlxsw_sp_qdisc_get_prio_stats() local 1456 &drops, &backlog); in mlxsw_sp_qdisc_get_prio_stats() [all …]
|
| A D | spectrum_flower.c | 823 u64 drops; in mlxsw_sp_flower_stats() local 837 &drops, &lastuse, &used_hw_stats); in mlxsw_sp_flower_stats() 841 flow_stats_update(&f->stats, bytes, packets, drops, lastuse, in mlxsw_sp_flower_stats()
|
| A D | spectrum_acl.c | 1012 u64 *packets, u64 *bytes, u64 *drops, in mlxsw_sp_acl_rule_get_stats() argument 1042 *drops = current_drops - rule->last_drops; in mlxsw_sp_acl_rule_get_stats()
|
| /drivers/net/ethernet/microchip/sparx5/ |
| A D | sparx5_mirror.c | 219 new_stats.rx_dropped - old_stats->drops, in sparx5_mirror_stats() 225 old_stats->drops = new_stats.rx_dropped; in sparx5_mirror_stats() 231 new_stats.tx_dropped - old_stats->drops, in sparx5_mirror_stats() 237 old_stats->drops = new_stats.tx_dropped; in sparx5_mirror_stats()
|
| /drivers/net/ethernet/netronome/nfp/flower/ |
| A D | qos_conf.c | 814 meter_entry->stats.curr.drops = be64_to_cpu(msg->drop_pkts); in nfp_act_stats_reply() 818 meter_entry->stats.prev.drops = meter_entry->stats.curr.drops; in nfp_act_stats_reply() 852 diff_drops = meter_entry->stats.curr.drops > meter_entry->stats.prev.drops ? in nfp_act_stats_actions() 853 meter_entry->stats.curr.drops - meter_entry->stats.prev.drops : 0; in nfp_act_stats_actions() 861 meter_entry->stats.prev.drops = meter_entry->stats.curr.drops; in nfp_act_stats_actions()
|
| A D | main.h | 494 u64 drops; member
|
| /drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
| A D | police.c | 175 u64 bytes, packets, drops, lastuse; in tc_act_police_stats() local 184 mlx5e_tc_meter_get_stats(meter, &bytes, &packets, &drops, &lastuse); in tc_act_police_stats() 185 flow_stats_update(&fl_act->stats, bytes, packets, drops, lastuse, in tc_act_police_stats()
|
| /drivers/vdpa/vdpa_sim/ |
| A D | vdpa_sim_net.c | 44 u64 drops; member 279 net->rx_stats.drops += rx_drops; in vdpasim_net_work() 304 rx_drops = net->rx_stats.drops; in vdpasim_net_get_stats() 345 tx_drops = net->tx_stats.drops; in vdpasim_net_get_stats()
|
| /drivers/net/ethernet/netronome/nfp/abm/ |
| A 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()
|
| A D | main.h | 102 u64 drops; member
|
| A D | ctrl.c | 224 band, queue, true, &stats->drops); in nfp_abm_ctrl_read_q_stats()
|
| /drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
| A D | meter.h | 73 u64 *bytes, u64 *packets, u64 *drops, u64 *lastuse);
|
| A D | meter.c | 583 u64 *bytes, u64 *packets, u64 *drops, u64 *lastuse) in mlx5e_tc_meter_get_stats() argument 593 *drops = packets2; in mlx5e_tc_meter_get_stats()
|
| /drivers/net/ |
| A D | veth.c | 429 u64 packets, bytes, drops, xdp_tx_err, peer_tq_xdp_xmit_err; in veth_stats_rx() local 439 drops = stats->vs.rx_drops; in veth_stats_rx() 445 result->rx_drops += drops; in veth_stats_rx() 575 int sent, i, err = 0, drops; in veth_xdp_flush_bq() local 586 drops = bq->count - sent; in veth_xdp_flush_bq() 587 trace_xdp_bulk_tx(rq->dev, sent, drops, err); in veth_xdp_flush_bq() 591 rq->stats.vs.xdp_tx_err += drops; in veth_xdp_flush_bq()
|
| A D | virtio_net.c | 126 u64_stats_t drops; member 159 VIRTNET_RQ_STAT("drops", drops), 242 VIRTNET_STATS_DESC_RX_QSTAT(basic, drops, hw_drops), 1279 u64_stats_inc(&stats->drops); in virtnet_receive_xsk_small() 1413 u64_stats_inc(&stats->drops); in virtnet_receive_xsk_merge() 2044 u64_stats_inc(&stats->drops); in receive_small_xdp() 2097 u64_stats_inc(&stats->drops); in receive_small() 2120 u64_stats_inc(&stats->drops); in receive_big() 2412 u64_stats_inc(&stats->drops); in receive_mergeable_xdp() 2533 u64_stats_inc(&stats->drops); in receive_mergeable() [all …]
|
| /drivers/infiniband/ulp/ipoib/ |
| A D | Kconfig | 24 drops for multicast and UD mode traffic from this interface,
|
| /drivers/net/ethernet/freescale/enetc/ |
| A D | enetc_qos.c | 1484 stats.drops = counters.not_passing_frames_count + in enetc_psfp_get_stats() 1487 filter->stats.drops; in enetc_psfp_get_stats() 1490 filter->stats.drops += stats.drops; in enetc_psfp_get_stats() 1493 flow_stats_update(&f->stats, 0x0, stats.pkts, stats.drops, in enetc_psfp_get_stats()
|
| /drivers/net/ethernet/sun/ |
| A 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()
|
| A 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()
|
| A D | sunhme.c | 1764 int elem = hp->rx_new, drops = 0; in happy_meal_rx() local 1801 drops++; in happy_meal_rx() 1810 drops++; in happy_meal_rx() 1827 drops++; in happy_meal_rx() 1859 if (drops) in happy_meal_rx()
|
| /drivers/net/ethernet/intel/fm10k/ |
| A D | fm10k.h | 97 u64 drops; member
|
| /drivers/net/ethernet/intel/igc/ |
| A D | igc.h | 64 u64 drops; member
|
| /drivers/net/ethernet/intel/igb/ |
| A D | igb.h | 305 u64 drops; member
|