| /freebsd/sys/netlink/route/ |
| H A D | interface.h | 191 uint32_t tx_dropped; /* TX drop (IFCOUNTER_OQDROPS) */ member 219 uint64_t tx_dropped; /* TX drop (IFCOUNTER_OQDROPS) */ member
|
| H A D | iface.c | 167 stats->tx_dropped = if_getcounter(ifp, IFCOUNTER_OQDROPS); in get_stats()
|
| /freebsd/sys/dev/dpaa2/ |
| H A D | dpaa2_channel.h | 61 uint64_t tx_dropped; member
|
| H A D | dpaa2_channel.c | 155 ch->tx_dropped = 0; /* for debug purposes */ in dpaa2_chan_setup()
|
| H A D | dpaa2_ni.c | 1806 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 D | lio_rxtx.c | 219 stats->tx_dropped++; in lio_xmit() 221 LIO_CAST64(stats->tx_dropped)); in lio_xmit()
|
| H A D | lio_main.c | 1099 counter += oct->instr_queue[q_no]->stats.tx_dropped; in lio_get_counter()
|
| H A D | lio_sysctl.c | 501 &oct_dev->instr_queue[i]->stats.tx_dropped, in lio_add_hw_stats()
|
| /freebsd/sys/dev/mlx4/ |
| H A D | stats.h | 66 u64 tx_dropped; member
|
| /freebsd/sys/dev/sume/ |
| H A D | adapter.h | 143 uint64_t tx_dropped; member
|
| H A D | if_sume.c | 1044 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 D | lio_iq.h | 86 uint64_t tx_dropped; /**< Numof pkts dropped dueto xmitpath errors. */ member
|
| /freebsd/contrib/libpcap/ |
| H A D | pcap-dos.h | 182 DWORD tx_dropped; /* no space available for Tx */ member
|
| /freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_multicast.c | 66 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 D | mlx4_en_port.c | 259 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 D | mlx4_en_netdev.c | 2836 &priv->pkstats.tx_dropped, 0, "TX Dropped"); in mlx4_en_sysctl_stat()
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | netdevice.h | 129 unsigned long tx_dropped; member
|
| /freebsd/contrib/libpcap/pcap/ |
| H A D | pcap.h | 325 u_long tx_dropped; /* no space available for Tx */ member
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | dp.h | 380 u32 tx_dropped; member
|
| H A D | debugfs.c | 948 link_id, linkstat.tx_dropped); in ath12k_open_link_stats()
|
| /freebsd/sys/contrib/dev/athk/ath12k/wifi7/ |
| H A D | dp_tx.c | 375 arvif->link_stats.tx_dropped++; in ath12k_wifi7_dp_tx()
|
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | core.c | 374 ndev->stats.tx_dropped++; in brcmf_netdev_start_xmit()
|