/linux-6.6.21/arch/s390/appldata/ |
D | appldata_net_sum.c | 49 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-6.6.21/drivers/net/wireless/intersil/hostap/ |
D | hostap_80211_tx.c | 217 iface->stats.tx_dropped++; in hostap_data_start_xmit() 223 iface->stats.tx_dropped++; in hostap_data_start_xmit() 231 iface->stats.tx_dropped++; in hostap_data_start_xmit() 237 iface->stats.tx_dropped++; in hostap_data_start_xmit() 407 iface->stats.tx_dropped++; in hostap_master_start_xmit() 425 iface->stats.tx_dropped++; in hostap_master_start_xmit() 452 iface->stats.tx_dropped++; in hostap_master_start_xmit() 458 iface->stats.tx_dropped++; in hostap_master_start_xmit() 510 iface->stats.tx_dropped++; in hostap_master_start_xmit() 530 iface->stats.tx_dropped++; in hostap_master_start_xmit() [all …]
|
/linux-6.6.21/net/l2tp/ |
D | l2tp_eth.c | 42 atomic_long_t tx_dropped; member 85 atomic_long_inc(&priv->tx_dropped); in l2tp_eth_dev_xmit() 97 stats->tx_dropped = (unsigned long)atomic_long_read(&priv->tx_dropped); in l2tp_eth_get_stats64()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlxbf_gige/ |
D | mlxbf_gige_tx.c | 205 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-6.6.21/drivers/net/ethernet/hisilicon/hns/ |
D | hns_ae_adapt.c | 629 u64 rx_errors = 0, tx_errors = 0, tx_dropped = 0; in hns_ae_update_stats() local 668 tx_dropped += dsaf_dev->hw_stats[port].bp_drop; in hns_ae_update_stats() 669 tx_dropped += dsaf_dev->hw_stats[port].pad_drop; in hns_ae_update_stats() 670 tx_dropped += dsaf_dev->hw_stats[port].crc_false; in hns_ae_update_stats() 671 tx_dropped += dsaf_dev->hw_stats[port].rslt_drop; in hns_ae_update_stats() 672 tx_dropped += dsaf_dev->hw_stats[port].vlan_drop; in hns_ae_update_stats() 673 tx_dropped += dsaf_dev->hw_stats[port].stp_drop; in hns_ae_update_stats() 692 net_stats->tx_dropped = tx_dropped; in hns_ae_update_stats()
|
/linux-6.6.21/drivers/net/ethernet/microchip/lan966x/ |
D | lan966x_mirror.c | 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()
|
/linux-6.6.21/drivers/net/ |
D | mhi_net.c | 26 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()
|
D | ifb.c | 119 txp->dev->stats.tx_dropped++; in ifb_ri_tasklet() 181 stats->tx_dropped = dev->stats.tx_dropped; in ifb_stats64()
|
/linux-6.6.21/drivers/infiniband/ulp/ipoib/ |
D | ipoib_multicast.c | 115 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() 430 ++dev->stats.tx_dropped; in ipoib_mcast_join_complete() 756 ++dev->stats.tx_dropped; in ipoib_mcast_send() 772 ++dev->stats.tx_dropped; in ipoib_mcast_send() 788 ++dev->stats.tx_dropped; in ipoib_mcast_send()
|
/linux-6.6.21/drivers/net/ethernet/engleder/ |
D | tsnep_ethtool.c | 31 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-6.6.21/net/sched/ |
D | sch_teql.c | 60 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-6.6.21/include/linux/ |
D | if_link.h | 17 __u64 tx_dropped; member
|
/linux-6.6.21/include/uapi/linux/ |
D | mpls.h | 73 __u64 tx_dropped; /* packet dropped on transmit */ member
|
D | if_hippi.h | 61 int tx_dropped; /* no space available in linux */ member
|
/linux-6.6.21/drivers/net/ethernet/huawei/hinic/ |
D | hinic_tx.h | 23 u64 tx_dropped; member
|
D | hinic_tx.c | 86 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-6.6.21/drivers/net/wwan/ |
D | mhi_wwan_mbim.c | 57 u64_stats_t tx_dropped; member 176 u64_stats_inc(&link->tx_dropped); in mhi_mbim_ndo_xmit() 470 stats->tx_dropped = u64_stats_read(&link->tx_dropped); in mhi_mbim_ndo_get_stats64()
|
/linux-6.6.21/drivers/net/ethernet/asix/ |
D | ax88796c_main.c | 346 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-6.6.21/net/8021q/ |
D | vlan_dev.c | 136 this_cpu_inc(vlan->vlan_pcpu_stats->tx_dropped); in vlan_dev_hard_start_xmit() 725 u32 rx_errors = 0, tx_dropped = 0; in vlan_dev_get_stats64() local 749 tx_dropped += READ_ONCE(p->tx_dropped); in vlan_dev_get_stats64() 752 stats->tx_dropped = tx_dropped; in vlan_dev_get_stats64()
|
/linux-6.6.21/drivers/net/can/dev/ |
D | skb.c | 35 stats->tx_dropped++; in can_flush_echo_skb() 371 dev->stats.tx_dropped++; in can_dropped_invalid_skb()
|
/linux-6.6.21/drivers/net/ethernet/google/gve/ |
D | gve_ethtool.c | 161 rx_skb_alloc_fail, rx_bytes, tx_pkts, tx_bytes, tx_dropped; in gve_get_ethtool_stats() local 212 for (tx_pkts = 0, tx_bytes = 0, tx_dropped = 0, ring = 0; in gve_get_ethtool_stats() 224 tx_dropped += priv->tx[ring].dropped_pkt; in gve_get_ethtool_stats() 236 data[i++] = tx_dropped; in gve_get_ethtool_stats()
|
/linux-6.6.21/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_repr.c | 66 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-6.6.21/net/bridge/ |
D | br_forward.c | 127 DEV_STATS_INC(dev, tx_dropped); in deliver_clone() 271 DEV_STATS_INC(dev, tx_dropped); in maybe_deliver_addr()
|
/linux-6.6.21/drivers/s390/net/ |
D | ctcm_main.c | 838 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-6.6.21/drivers/net/wan/ |
D | hdlc_raw_eth.c | 32 dev->stats.tx_dropped++; in eth_tx()
|