Home
last modified time | relevance | path

Searched refs:tx_dropped (Results 1 – 22 of 22) sorted by relevance

/freebsd/sys/netlink/route/
H A Dinterface.h191 uint32_t tx_dropped; /* TX drop (IFCOUNTER_OQDROPS) */ member
219 uint64_t tx_dropped; /* TX drop (IFCOUNTER_OQDROPS) */ member
H A Diface.c167 stats->tx_dropped = if_getcounter(ifp, IFCOUNTER_OQDROPS); in get_stats()
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_channel.h61 uint64_t tx_dropped; member
H A Ddpaa2_channel.c155 ch->tx_dropped = 0; /* for debug purposes */ in dpaa2_chan_setup()
H A Ddpaa2_ni.c1806 CTLFLAG_RD, &sc->channels[i]->tx_dropped, in dpaa2_ni_setup_sysctls()
3009 fq->chan->tx_dropped++; in dpaa2_ni_tx()
3020 fq->chan->tx_dropped++; in dpaa2_ni_tx()
3030 fq->chan->tx_dropped++; in dpaa2_ni_tx()
3049 fq->chan->tx_dropped++; in dpaa2_ni_tx()
/freebsd/sys/dev/liquidio/
H A Dlio_rxtx.c219 stats->tx_dropped++; in lio_xmit()
221 LIO_CAST64(stats->tx_dropped)); in lio_xmit()
H A Dlio_main.c1099 counter += oct->instr_queue[q_no]->stats.tx_dropped; in lio_get_counter()
H A Dlio_sysctl.c501 &oct_dev->instr_queue[i]->stats.tx_dropped, in lio_add_hw_stats()
/freebsd/sys/dev/mlx4/
H A Dstats.h66 u64 tx_dropped; member
/freebsd/sys/dev/sume/
H A Dadapter.h143 uint64_t tx_dropped; member
H A Dif_sume.c1044 nf_priv->stats.tx_dropped++; in sume_if_start_locked()
1349 "tx_dropped", CTLFLAG_RD, &nf_priv->stats.tx_dropped, 0, in sume_sysctl_init()
/freebsd/sys/dev/liquidio/base/
H A Dlio_iq.h86 uint64_t tx_dropped; /**< Numof pkts dropped dueto xmitpath errors. */ member
/freebsd/contrib/libpcap/
H A Dpcap-dos.h182 DWORD tx_dropped; /* no space available for Tx */ member
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c66 int tx_dropped = 0; in ipoib_mcast_free() local
74 tx_dropped = mcast->pkt_queue.ifq_len; in ipoib_mcast_free()
77 if_inc_counter(dev, IFCOUNTER_OERRORS, tx_dropped); in ipoib_mcast_free()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_port.c259 priv->pkstats.tx_dropped = be32_to_cpu(mlx4_en_stats->TDROP); in mlx4_en_DUMP_ETH_STATS()
488 priv->pkstats.tx_dropped = 0; in mlx4_en_get_vport_stats()
H A Dmlx4_en_netdev.c2836 &priv->pkstats.tx_dropped, 0, "TX Dropped"); in mlx4_en_sysctl_stat()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dnetdevice.h129 unsigned long tx_dropped; member
/freebsd/contrib/libpcap/pcap/
H A Dpcap.h325 u_long tx_dropped; /* no space available for Tx */ member
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp.h380 u32 tx_dropped; member
H A Ddebugfs.c948 link_id, linkstat.tx_dropped); in ath12k_open_link_stats()
/freebsd/sys/contrib/dev/athk/ath12k/wifi7/
H A Ddp_tx.c375 arvif->link_stats.tx_dropped++; in ath12k_wifi7_dp_tx()
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dcore.c374 ndev->stats.tx_dropped++; in brcmf_netdev_start_xmit()