Home
last modified time | relevance | path

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

12345678910>>...14

/linux/arch/s390/appldata/
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/wireless/intersil/hostap/
A Dhostap_80211_tx.c217 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/net/l2tp/
A Dl2tp_eth.c42 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/drivers/net/ethernet/hisilicon/hns/
A Dhns_ae_adapt.c629 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/drivers/net/ethernet/mellanox/mlxbf_gige/
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/
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()
A Difb.c96 txp->dev->stats.tx_dropped++; in ifb_ri_tasklet()
158 stats->tx_dropped = dev->stats.tx_dropped; in ifb_stats64()
/linux/drivers/infiniband/ulp/ipoib/
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()
430 ++dev->stats.tx_dropped; in ipoib_mcast_join_complete()
759 ++dev->stats.tx_dropped; in ipoib_mcast_send()
775 ++dev->stats.tx_dropped; in ipoib_mcast_send()
791 ++dev->stats.tx_dropped; in ipoib_mcast_send()
/linux/net/sched/
A Dsch_teql.c60 unsigned long tx_dropped; member
351 master->tx_dropped++; in teql_master_xmit()
412 stats->tx_dropped = m->tx_dropped; in teql_master_stats64()
/linux/net/8021q/
A Dvlan_dev.c135 this_cpu_inc(vlan->vlan_pcpu_stats->tx_dropped); in vlan_dev_hard_start_xmit()
702 u32 rx_errors = 0, tx_dropped = 0; in vlan_dev_get_stats64() local
726 tx_dropped += p->tx_dropped; in vlan_dev_get_stats64()
729 stats->tx_dropped = tx_dropped; in vlan_dev_get_stats64()
/linux/drivers/net/wwan/
A Dmhi_wwan_mbim.c57 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/include/linux/
A Dif_link.h17 __u64 tx_dropped; member
/linux/drivers/net/ethernet/asix/
A Dax88796c_main.c344 this_cpu_inc(ax_local->stats->tx_dropped); in ax88796c_hard_xmit()
359 this_cpu_inc(ax_local->stats->tx_dropped); in ax88796c_hard_xmit()
651 u32 rx_dropped = 0, tx_dropped = 0; in ax88796c_get_stats64() local
676 tx_dropped += s->tx_dropped; in ax88796c_get_stats64()
682 stats->tx_dropped = tx_dropped; in ax88796c_get_stats64()
/linux/include/uapi/linux/
A Dmpls.h73 __u64 tx_dropped; /* packet dropped on transmit */ member
A Dif_hippi.h61 int tx_dropped; /* no space available in linux */ member
/linux/drivers/net/ethernet/huawei/hinic/
A Dhinic_tx.h23 u64 tx_dropped; member
A Dhinic_tx.c85 txq_stats->tx_dropped = 0; in hinic_txq_clean_stats()
107 stats->tx_dropped = txq_stats->tx_dropped; in hinic_txq_get_stats()
547 txq->txq_stats.tx_dropped++; in hinic_lb_xmit_frame()
642 txq->txq_stats.tx_dropped++; in hinic_xmit_frame()
/linux/drivers/net/ethernet/netronome/nfp/
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/
A Dctcm_main.c845 priv->stats.tx_dropped++; in ctcm_tx()
853 priv->stats.tx_dropped++; in ctcm_tx()
864 priv->stats.tx_dropped++; in ctcm_tx()
894 priv->stats.tx_dropped++; in ctcmpc_tx()
914 priv->stats.tx_dropped++; in ctcmpc_tx()
938 priv->stats.tx_dropped++; in ctcmpc_tx()
949 priv->stats.tx_dropped++; in ctcmpc_tx()
962 priv->stats.tx_dropped++; in ctcmpc_tx()
/linux/net/bridge/
A Dbr_forward.c127 dev->stats.tx_dropped++; in deliver_clone()
266 dev->stats.tx_dropped++; in maybe_deliver_addr()
/linux/net/openvswitch/
A Dvport.c278 stats->tx_dropped = dev_stats->tx_dropped; in ovs_vport_get_stats()
/linux/drivers/staging/octeon/
A Dethernet-tx.c447 dev->stats.tx_dropped++; in cvm_oct_xmit()
521 dev->stats.tx_dropped++; in cvm_oct_xmit_pow()
532 dev->stats.tx_dropped++; in cvm_oct_xmit_pow()
/linux/drivers/infiniband/hw/hfi1/
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/wan/
A Dhdlc_raw_eth.c32 dev->stats.tx_dropped++; in eth_tx()
/linux/include/linux/can/
A Dskb.h152 dev->stats.tx_dropped++; in can_dropped_invalid_skb()

Completed in 55 milliseconds

12345678910>>...14