Home
last modified time | relevance | path

Searched refs:tx_drops (Results 1 – 25 of 31) sorted by relevance

12

/linux-6.6.21/drivers/net/ethernet/qualcomm/rmnet/
Drmnet_vnd.c61 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()
Drmnet_config.h62 u32 tx_drops; member
Drmnet_handlers.c273 this_cpu_inc(priv->pcpu_stats->stats.tx_drops); in rmnet_egress_handler()
Drmnet_map_data.c540 this_cpu_inc(priv->pcpu_stats->stats.tx_drops); in rmnet_send_skb()
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb/
Despi.h37 unsigned int tx_drops; member
Despi.c148 espi->intr_cnt.tx_drops++; in t1_espi_intr_handler()
/linux-6.6.21/drivers/scsi/snic/
Dvnic_stats.h17 u64 tx_drops; member
/linux-6.6.21/drivers/scsi/fnic/
Dvnic_stats.h19 u64 tx_drops; member
/linux-6.6.21/drivers/net/ethernet/cisco/enic/
Dvnic_stats.h20 u64 tx_drops; member
Denic_ethtool.c44 ENIC_TX_STAT(tx_drops),
/linux-6.6.21/drivers/net/ethernet/netronome/nfp/
Dnfp_net_repr.h38 u64 tx_drops; member
Dnfp_net_repr.c35 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/
Dvdpa_sim_net.c291 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/
Dvxlan_vnifilter.c142 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/
Dena_netdev.h302 u64 tx_drops; member
Dena_netdev.c3368 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/
Dsta_info.h67 u64 tx_drops; member
Dieee80211.h223 u64 tx_drops; member
/linux-6.6.21/drivers/net/ethernet/agere/
Det131x.h1169 u32 tx_drops; /* 0x6114 */ member
/linux-6.6.21/drivers/net/ethernet/cavium/thunder/
Dnic.h205 u64 tx_drops; member
Dnicvf_main.c1688 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()
Dnicvf_ethtool.c58 NICVF_HW_STAT(tx_drops),
/linux-6.6.21/include/net/
Dvxlan.h247 u64 tx_drops; member
/linux-6.6.21/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c934 psta_data->tx_drops = psta->sta_stats.tx_drops; in rtw_ioctl_get_sta_data()
/linux-6.6.21/drivers/net/
Dvrf.c155 tdrops = dstats->tx_drops; in vrf_get_stats64()
613 this_cpu_inc(dev->dstats->tx_drops); in vrf_xmit()

12