Searched refs:tx_drops (Results 1 - 25 of 33) sorted by relevance

12

/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Despi.h37 unsigned int tx_drops; member in struct:espi_intr_counts
H A Despi.c148 espi->intr_cnt.tx_drops++;
/linux-master/drivers/scsi/fnic/
H A Dvnic_stats.h19 u64 tx_drops; member in struct:vnic_tx_stats
/linux-master/drivers/net/ethernet/cisco/enic/
H A Dvnic_stats.h20 u64 tx_drops; member in struct:vnic_tx_stats
H A Denic_ethtool.c44 ENIC_TX_STAT(tx_drops),
/linux-master/drivers/scsi/snic/
H A Dvnic_stats.h17 u64 tx_drops; member in struct:vnic_tx_stats
/linux-master/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_config.h62 u32 tx_drops; member in struct:rmnet_vnd_stats
H A Drmnet_vnd.c61 this_cpu_inc(priv->pcpu_stats->stats.tx_drops);
151 total_stats.tx_drops += snapshot.tx_drops;
158 s->tx_dropped = total_stats.tx_drops;
H A Drmnet_handlers.c273 this_cpu_inc(priv->pcpu_stats->stats.tx_drops);
H A Drmnet_map_data.c540 this_cpu_inc(priv->pcpu_stats->stats.tx_drops);
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.h30 * @tx_drops: Packets dropped on transmit
38 u64 tx_drops; member in struct:nfp_repr_pcpu_stats
H A Dnfp_net_repr.c35 this_cpu_inc(repr->stats->tx_drops);
140 tdrops = repr_stats->tx_drops;
/linux-master/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_net.c291 u64 tx_pkts, tx_bytes, tx_errors, tx_drops; local
345 tx_drops = net->tx_stats.drops;
370 tx_drops, VDPA_ATTR_PAD))
/linux-master/drivers/net/vxlan/
H A Dvxlan_vnifilter.c142 dest->tx_drops += temp.tx_drops;
169 pstats->stats.tx_drops++;
237 vstats.tx_drops, VNIFILTER_ENTRY_STATS_PAD) ||
/linux-master/drivers/staging/rtl8723bs/include/
H A Dsta_info.h67 u64 tx_drops; member in struct:stainfo_stats
H A Dieee80211.h223 u64 tx_drops; member in struct:sta_data
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.h292 u64 tx_drops; member in struct:ena_stats_dev
H A Dena_netdev.c2811 u64 tx_drops; local
2852 tx_drops = adapter->dev_stats.tx_drops;
2856 stats->tx_dropped = tx_drops;
4264 u64 tx_drops; local
4270 tx_drops = ((u64)desc->tx_drops_high << 32) | desc->tx_drops_low;
4277 adapter->dev_stats.tx_drops = tx_drops;
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_ethtool.c477 IDPF_PORT_STAT("tx-skb_drops", port_stats.tx_drops),
788 u64_stats_set(&pstats->tx_drops, 0);
859 u64_stats_add(&pstats->tx_drops, skb_drops);
H A Didpf.h245 u64_stats_t tx_drops; member in struct:idpf_port_stats
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnic.h205 u64 tx_drops; member in struct:nicvf_hw_stats
H A Dnicvf_main.c1688 stats->tx_drops = GET_TX_STATS(TX_DROP);
1692 * pointed by dummy SQE and results in tx_drops counter being
1694 * exact tx_drops counter.
1701 stats->tx_drops = tmp_stats - stats->tx_drops;
1734 stats->tx_dropped = hw_stats->tx_drops;
/linux-master/drivers/net/ethernet/agere/
H A Det131x.h1169 u32 tx_drops; /* 0x6114 */ member in struct:macstat_regs
/linux-master/include/net/
H A Dvxlan.h248 u64 tx_drops; member in struct:vxlan_vni_stats
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_linux.c934 psta_data->tx_drops = psta->sta_stats.tx_drops;

Completed in 315 milliseconds

12