| /Linux-v6.6/drivers/net/ethernet/qualcomm/rmnet/ |
| D | rmnet_vnd.c | 61 this_cpu_inc(priv->pcpu_stats->stats.tx_drops); in rmnet_vnd_start_xmit() 151 total_stats.tx_drops += snapshot.tx_drops; in rmnet_get_stats64() 158 s->tx_dropped = total_stats.tx_drops; in rmnet_get_stats64()
|
| D | rmnet_config.h | 62 u32 tx_drops; member
|
| D | rmnet_handlers.c | 273 this_cpu_inc(priv->pcpu_stats->stats.tx_drops); in rmnet_egress_handler()
|
| D | rmnet_map_data.c | 540 this_cpu_inc(priv->pcpu_stats->stats.tx_drops); in rmnet_send_skb()
|
| /Linux-v6.6/drivers/net/ethernet/chelsio/cxgb/ |
| D | espi.h | 37 unsigned int tx_drops; member
|
| D | espi.c | 148 espi->intr_cnt.tx_drops++; in t1_espi_intr_handler()
|
| /Linux-v6.6/drivers/scsi/fnic/ |
| D | vnic_stats.h | 19 u64 tx_drops; member
|
| /Linux-v6.6/drivers/scsi/snic/ |
| D | vnic_stats.h | 17 u64 tx_drops; member
|
| /Linux-v6.6/drivers/net/ethernet/cisco/enic/ |
| D | vnic_stats.h | 20 u64 tx_drops; member
|
| D | enic_ethtool.c | 44 ENIC_TX_STAT(tx_drops),
|
| /Linux-v6.6/drivers/net/ethernet/netronome/nfp/ |
| D | nfp_net_repr.h | 38 u64 tx_drops; member
|
| D | nfp_net_repr.c | 35 this_cpu_inc(repr->stats->tx_drops); in nfp_repr_inc_tx_stats() 140 tdrops = repr_stats->tx_drops; in nfp_repr_get_host_stats64()
|
| /Linux-v6.6/drivers/vdpa/vdpa_sim/ |
| D | vdpa_sim_net.c | 291 u64 tx_pkts, tx_bytes, tx_errors, tx_drops; in vdpasim_net_get_stats() local 345 tx_drops = net->tx_stats.drops; in vdpasim_net_get_stats() 370 tx_drops, VDPA_ATTR_PAD)) in vdpasim_net_get_stats()
|
| /Linux-v6.6/drivers/net/vxlan/ |
| D | vxlan_vnifilter.c | 142 dest->tx_drops += temp.tx_drops; in vxlan_vnifilter_stats_get() 169 pstats->stats.tx_drops++; in vxlan_vnifilter_stats_add() 237 vstats.tx_drops, VNIFILTER_ENTRY_STATS_PAD) || in __vnifilter_entry_fill_stats()
|
| /Linux-v6.6/drivers/net/ethernet/amazon/ena/ |
| D | ena_netdev.h | 302 u64 tx_drops; member
|
| D | ena_netdev.c | 3369 u64 tx_drops; in ena_get_stats64() local 3404 tx_drops = adapter->dev_stats.tx_drops; in ena_get_stats64() 3408 stats->tx_dropped = tx_drops; in ena_get_stats64() 4772 u64 tx_drops; in ena_keep_alive_wd() local 4778 tx_drops = ((u64)desc->tx_drops_high << 32) | desc->tx_drops_low; in ena_keep_alive_wd() 4785 adapter->dev_stats.tx_drops = tx_drops; in ena_keep_alive_wd()
|
| /Linux-v6.6/drivers/staging/rtl8723bs/include/ |
| D | sta_info.h | 67 u64 tx_drops; member
|
| D | ieee80211.h | 223 u64 tx_drops; member
|
| /Linux-v6.6/drivers/net/ethernet/agere/ |
| D | et131x.h | 1169 u32 tx_drops; /* 0x6114 */ member
|
| /Linux-v6.6/drivers/net/ethernet/cavium/thunder/ |
| D | nic.h | 205 u64 tx_drops; member
|
| D | nicvf_main.c | 1688 stats->tx_drops = GET_TX_STATS(TX_DROP); in nicvf_update_stats() 1701 stats->tx_drops = tmp_stats - stats->tx_drops; in nicvf_update_stats() 1734 stats->tx_dropped = hw_stats->tx_drops; in nicvf_get_stats64()
|
| D | nicvf_ethtool.c | 58 NICVF_HW_STAT(tx_drops),
|
| /Linux-v6.6/include/net/ |
| D | vxlan.h | 247 u64 tx_drops; member
|
| /Linux-v6.6/drivers/staging/rtl8723bs/os_dep/ |
| D | ioctl_linux.c | 934 psta_data->tx_drops = psta->sta_stats.tx_drops; in rtw_ioctl_get_sta_data()
|
| /Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
| D | otx2_common.c | 117 dev_stats->tx_drops = OTX2_GET_TX_STATS(TX_DROP); in otx2_get_dev_stats() 142 stats->tx_dropped = dev_stats->tx_drops; in otx2_get_stats64()
|