/linux-6.6.21/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-6.6.21/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-6.6.21/drivers/scsi/snic/ |
D | vnic_stats.h | 17 u64 tx_drops; member
|
/linux-6.6.21/drivers/scsi/fnic/ |
D | vnic_stats.h | 19 u64 tx_drops; member
|
/linux-6.6.21/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-6.6.21/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-6.6.21/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-6.6.21/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-6.6.21/drivers/net/ethernet/amazon/ena/ |
D | ena_netdev.h | 302 u64 tx_drops; member
|
D | ena_netdev.c | 3368 u64 tx_drops; in ena_get_stats64() local 3403 tx_drops = adapter->dev_stats.tx_drops; in ena_get_stats64() 3407 stats->tx_dropped = tx_drops; in ena_get_stats64() 4771 u64 tx_drops; in ena_keep_alive_wd() local 4777 tx_drops = ((u64)desc->tx_drops_high << 32) | desc->tx_drops_low; in ena_keep_alive_wd() 4784 adapter->dev_stats.tx_drops = tx_drops; in ena_keep_alive_wd()
|
/linux-6.6.21/drivers/staging/rtl8723bs/include/ |
D | sta_info.h | 67 u64 tx_drops; member
|
D | ieee80211.h | 223 u64 tx_drops; member
|
/linux-6.6.21/drivers/net/ethernet/agere/ |
D | et131x.h | 1169 u32 tx_drops; /* 0x6114 */ member
|
/linux-6.6.21/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-6.6.21/include/net/ |
D | vxlan.h | 247 u64 tx_drops; member
|
/linux-6.6.21/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-6.6.21/drivers/net/ |
D | vrf.c | 155 tdrops = dstats->tx_drops; in vrf_get_stats64() 613 this_cpu_inc(dev->dstats->tx_drops); in vrf_xmit()
|