Home
last modified time | relevance | path

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

12

/drivers/net/ethernet/microchip/lan966x/
A Dlan966x_mirror.c117 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 Dlan966x_police.c175 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 Dspectrum_qdisc.c77 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 Dspectrum_flower.c823 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 Dspectrum_acl.c1012 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 Dsparx5_mirror.c219 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 Dqos_conf.c814 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 Dmain.h494 u64 drops; member
/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
A Dpolice.c175 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 Dvdpa_sim_net.c44 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 Dqdisc.c41 parent->drops += child->drops; in nfp_abm_stats_propagate()
469 qstats->drops += new->drops - old->drops; in nfp_abm_stats_calculate()
A Dmain.h102 u64 drops; member
A Dctrl.c224 band, queue, true, &stats->drops); in nfp_abm_ctrl_read_q_stats()
/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
A Dmeter.h73 u64 *bytes, u64 *packets, u64 *drops, u64 *lastuse);
A Dmeter.c583 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 Dveth.c429 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 Dvirtio_net.c126 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 DKconfig24 drops for multicast and UD mode traffic from this interface,
/drivers/net/ethernet/freescale/enetc/
A Denetc_qos.c1484 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 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()
A 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()
A Dsunhme.c1764 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 Dfm10k.h97 u64 drops; member
/drivers/net/ethernet/intel/igc/
A Digc.h64 u64 drops; member
/drivers/net/ethernet/intel/igb/
A Digb.h305 u64 drops; member

Completed in 78 milliseconds

12