/linux-6.12.1/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()
|
/linux-6.12.1/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.12.1/drivers/scsi/fnic/ |
D | vnic_stats.h | 19 u64 tx_drops; member
|
/linux-6.12.1/drivers/scsi/snic/ |
D | vnic_stats.h | 17 u64 tx_drops; member
|
/linux-6.12.1/drivers/net/ethernet/cisco/enic/ |
D | vnic_stats.h | 20 u64 tx_drops; member
|
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_repr.h | 15 u64 tx_drops; member
|
D | ice_repr.c | 25 this_cpu_inc(repr->stats->tx_drops); in ice_repr_inc_tx_stats() 186 tdrops = repr_stats->tx_drops; in ice_repr_sp_stats64()
|
/linux-6.12.1/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.12.1/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.12.1/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.12.1/include/uapi/linux/ |
D | virtio_net.h | 492 __le64 tx_drops; member
|
/linux-6.12.1/drivers/net/ethernet/intel/idpf/ |
D | idpf_ethtool.c | 471 IDPF_PORT_STAT("tx-skb_drops", port_stats.tx_drops), 781 u64_stats_set(&pstats->tx_drops, 0); in idpf_collect_queue_stats() 852 u64_stats_add(&pstats->tx_drops, skb_drops); in idpf_collect_queue_stats()
|
D | idpf.h | 245 u64_stats_t tx_drops; member
|
/linux-6.12.1/drivers/staging/rtl8723bs/include/ |
D | sta_info.h | 67 u64 tx_drops; member
|
D | ieee80211.h | 223 u64 tx_drops; member
|
/linux-6.12.1/drivers/net/ethernet/amazon/ena/ |
D | ena_netdev.h | 292 u64 tx_drops; member
|
D | ena_netdev.c | 2809 u64 tx_drops; in ena_get_stats64() local 2850 tx_drops = adapter->dev_stats.tx_drops; in ena_get_stats64() 2854 stats->tx_dropped = tx_drops; in ena_get_stats64() 4278 u64 tx_drops; in ena_keep_alive_wd() local 4284 tx_drops = ((u64)desc->tx_drops_high << 32) | desc->tx_drops_low; in ena_keep_alive_wd() 4291 adapter->dev_stats.tx_drops = tx_drops; in ena_keep_alive_wd()
|
/linux-6.12.1/drivers/net/ethernet/agere/ |
D | et131x.h | 1169 u32 tx_drops; /* 0x6114 */ member
|
/linux-6.12.1/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()
|
/linux-6.12.1/include/net/ |
D | vxlan.h | 248 u64 tx_drops; member
|