Home
last modified time | relevance | path

Searched refs:tx_dropped (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/linux/arch/s390/appldata/
H A Dappldata_net_sum.c49 u64 tx_dropped; /* no space available in linux */ member
65 tx_errors, rx_dropped, tx_dropped, collisions; in appldata_get_net_sum_data() local
78 tx_dropped = 0; in appldata_get_net_sum_data()
94 tx_dropped += stats->tx_dropped; in appldata_get_net_sum_data()
108 net_data->tx_dropped = tx_dropped; in appldata_get_net_sum_data()
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_netdev.c409 u64 tx_bytes, tx_packets, tx_dropped = 0; in fbnic_get_stats64() local
419 tx_dropped = stats->dropped; in fbnic_get_stats64()
423 stats64->tx_dropped = tx_dropped; in fbnic_get_stats64()
436 tx_dropped = stats->dropped; in fbnic_get_stats64()
441 stats64->tx_dropped += tx_dropped; in fbnic_get_stats64()
/linux/drivers/net/ethernet/mellanox/mlxbf_gige/
H A Dmlxbf_gige_tx.c205 netdev->stats.tx_dropped++; in mlxbf_gige_start_xmit()
223 netdev->stats.tx_dropped++; in mlxbf_gige_start_xmit()
237 netdev->stats.tx_dropped++; in mlxbf_gige_start_xmit()
/linux/drivers/net/
H A Dmhi_net.c26 u64_stats_t tx_dropped; member
94 u64_stats_inc(&mhi_netdev->stats.tx_dropped); in mhi_ndo_xmit()
118 stats->tx_dropped = u64_stats_read(&mhi_netdev->stats.tx_dropped); in mhi_ndo_get_stats64()
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_mirror.c129 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()
/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c115 int tx_dropped = 0; in ipoib_mcast_free() local
127 ++tx_dropped; in ipoib_mcast_free()
132 dev->stats.tx_dropped += tx_dropped; in ipoib_mcast_free()
429 ++dev->stats.tx_dropped; in ipoib_mcast_join_complete()
755 ++dev->stats.tx_dropped; in ipoib_mcast_send()
771 ++dev->stats.tx_dropped; in ipoib_mcast_send()
787 ++dev->stats.tx_dropped; in ipoib_mcast_send()
/linux/net/sched/
H A Dsch_teql.c60 unsigned long tx_dropped; member
350 master->tx_dropped++; in teql_master_xmit()
411 stats->tx_dropped = m->tx_dropped; in teql_master_stats64()
/linux/drivers/net/ethernet/engleder/
H A Dtsnep_ethtool.c31 u64 tx_dropped; member
72 u64 tx_dropped; member
197 tsnep_stats.tx_dropped += adapter->tx[i].dropped; in tsnep_ethtool_get_ethtool_stats()
233 tsnep_tx_queue_stats.tx_dropped += adapter->tx[i].dropped; in tsnep_ethtool_get_ethtool_stats()
/linux/include/linux/
H A Dif_link.h17 __u64 tx_dropped; member
/linux/include/uapi/linux/
H A Dmpls.h73 __u64 tx_dropped; /* packet dropped on transmit */ member
H A Dif_hippi.h61 int tx_dropped; /* no space available in linux */ member
/linux/drivers/net/wwan/
H A Dmhi_wwan_mbim.c59 u64_stats_t tx_dropped; member
187 u64_stats_inc(&link->tx_dropped); in mhi_mbim_ndo_xmit()
481 stats->tx_dropped = u64_stats_read(&link->tx_dropped); in mhi_mbim_ndo_get_stats64()
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_tx.h23 u64 tx_dropped; member
H A Dhinic_tx.c86 txq_stats->tx_dropped = 0; in hinic_txq_clean_stats()
107 stats->tx_dropped = txq_stats->tx_dropped; in hinic_txq_get_stats()
546 txq->txq_stats.tx_dropped++; in hinic_lb_xmit_frame()
641 txq->txq_stats.tx_dropped++; in hinic_xmit_frame()
/linux/drivers/net/ethernet/asix/
H A Dax88796c_main.c346 this_cpu_inc(ax_local->stats->tx_dropped); in ax88796c_hard_xmit()
361 this_cpu_inc(ax_local->stats->tx_dropped); in ax88796c_hard_xmit()
653 u32 rx_dropped = 0, tx_dropped = 0; in ax88796c_get_stats64() local
678 tx_dropped += s->tx_dropped; in ax88796c_get_stats64()
684 stats->tx_dropped = tx_dropped; in ax88796c_get_stats64()
/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_mirror.c231 new_stats.tx_dropped - old_stats->drops, in sparx5_mirror_stats()
237 old_stats->drops = new_stats.tx_dropped; in sparx5_mirror_stats()
/linux/net/8021q/
H A Dvlan_dev.c136 this_cpu_inc(vlan->vlan_pcpu_stats->tx_dropped); in vlan_dev_hard_start_xmit()
692 u32 rx_errors = 0, tx_dropped = 0; in vlan_dev_get_stats64() local
716 tx_dropped += READ_ONCE(p->tx_dropped); in vlan_dev_get_stats64()
719 stats->tx_dropped = tx_dropped; in vlan_dev_get_stats64()
/linux/drivers/net/can/dev/
H A Dskb.c35 stats->tx_dropped++; in can_flush_echo_skb()
371 dev->stats.tx_dropped++; in can_dropped_invalid_skb()
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c66 stats->tx_dropped = readq(mem + NFP_MAC_STATS_TX_OUT_ERRORS); in nfp_repr_phy_port_get_stats64()
82 stats->tx_dropped = readq(port->vnic + NFP_NET_CFG_STATS_RX_DISCARDS); in nfp_repr_vnic_get_stats64()
147 stats->tx_dropped += tdrops; in nfp_repr_get_host_stats64()
/linux/drivers/s390/net/
H A Dctcm_main.c838 priv->stats.tx_dropped++; in ctcm_tx()
846 priv->stats.tx_dropped++; in ctcm_tx()
857 priv->stats.tx_dropped++; in ctcm_tx()
887 priv->stats.tx_dropped++; in ctcmpc_tx()
907 priv->stats.tx_dropped++; in ctcmpc_tx()
931 priv->stats.tx_dropped++; in ctcmpc_tx()
942 priv->stats.tx_dropped++; in ctcmpc_tx()
955 priv->stats.tx_dropped++; in ctcmpc_tx()
/linux/net/bridge/
H A Dbr_forward.c127 DEV_STATS_INC(dev, tx_dropped); in deliver_clone()
274 DEV_STATS_INC(dev, tx_dropped); in maybe_deliver_addr()
/linux/drivers/net/wan/
H A Dhdlc_raw_eth.c32 dev->stats.tx_dropped++; in eth_tx()
/linux/drivers/infiniband/hw/hfi1/
H A Dvnic_main.c77 stats->netstats.tx_dropped = stats->netstats.tx_errors; in hfi1_vnic_update_stats()
90 netdev->stats.tx_dropped = stats->netstats.tx_dropped; in hfi1_vnic_update_stats()
/linux/drivers/net/ethernet/google/gve/
H A Dgve_ethtool.c158 tx_dropped; in gve_get_ethtool_stats() local
229 for (tx_pkts = 0, tx_bytes = 0, tx_dropped = 0, ring = 0; in gve_get_ethtool_stats()
241 tx_dropped += priv->tx[ring].dropped_pkt; in gve_get_ethtool_stats()
254 data[i++] = tx_dropped; in gve_get_ethtool_stats()
/linux/net/openvswitch/
H A Dvport.c292 stats->tx_dropped = dev_stats->tx_dropped; in ovs_vport_get_stats()

12345678910>>...13