Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/rmnet/
Drmnet_vnd.c55 this_cpu_inc(priv->pcpu_stats->stats.tx_drops); in rmnet_vnd_start_xmit()
145 total_stats.tx_drops += snapshot.tx_drops; in rmnet_get_stats64()
152 s->tx_dropped = total_stats.tx_drops; in rmnet_get_stats64()
Drmnet_config.h41 u32 tx_drops; member
Drmnet_handlers.c241 this_cpu_inc(priv->pcpu_stats->stats.tx_drops); in rmnet_egress_handler()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
Despi.h46 unsigned int tx_drops; member
Despi.c157 espi->intr_cnt.tx_drops++; in t1_espi_intr_handler()
Dcxgb2.c528 *data++ = e->tx_drops; in get_stats()
/kernel/linux/linux-5.10/drivers/scsi/snic/
Dvnic_stats.h31 u64 tx_drops; member
/kernel/linux/linux-5.10/drivers/scsi/fnic/
Dvnic_stats.h31 u64 tx_drops; member
Dfnic_main.c234 stats->dumped_frames = vs->tx.tx_drops + vs->rx.rx_drop; in fnic_get_stats()
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/
Dvnic_stats.h33 u64 tx_drops; member
Denic_ethtool.c59 ENIC_TX_STAT(tx_drops),
/kernel/linux/linux-5.10/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()
139 tdrops = repr_stats->tx_drops; in nfp_repr_get_host_stats64()
/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/
Dena_netdev.h312 u64 tx_drops; member
Dena_netdev.c3185 u64 tx_drops; in ena_get_stats64() local
3220 tx_drops = adapter->dev_stats.tx_drops; in ena_get_stats64()
3224 stats->tx_dropped = tx_drops; in ena_get_stats64()
4542 u64 tx_drops; in ena_keep_alive_wd() local
4548 tx_drops = ((u64)desc->tx_drops_high << 32) | desc->tx_drops_low; in ena_keep_alive_wd()
4555 adapter->dev_stats.tx_drops = tx_drops; in ena_keep_alive_wd()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
Dsta_info.h66 u64 tx_drops; member
Dieee80211.h254 u64 tx_drops; member
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
Dsta_info.h67 u64 tx_drops; member
Dieee80211.h263 u64 tx_drops; member
/kernel/linux/linux-5.10/drivers/net/ethernet/agere/
Det131x.h1169 u32 tx_drops; /* 0x6114 */ member
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
Dnic.h205 u64 tx_drops; member
Dnicvf_main.c1692 stats->tx_drops = GET_TX_STATS(TX_DROP); in nicvf_update_stats()
1705 stats->tx_drops = tmp_stats - stats->tx_drops; in nicvf_update_stats()
1738 stats->tx_dropped = hw_stats->tx_drops; in nicvf_get_stats64()
Dnicvf_ethtool.c57 NICVF_HW_STAT(tx_drops),
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.h130 u64 tx_drops; member
Dotx2_common.c104 dev_stats->tx_drops = OTX2_GET_TX_STATS(TX_DROP); in otx2_get_dev_stats()
129 stats->tx_dropped = dev_stats->tx_drops; in otx2_get_stats64()

12