Searched refs:tx_dropped (Results 1 – 18 of 18) sorted by relevance
/freebsd/sys/netlink/route/ |
H A D | interface.h | 190 uint32_t tx_dropped; /* TX drop (IFCOUNTER_OQDROPS) */ member 218 uint64_t tx_dropped; /* TX drop (IFCOUNTER_OQDROPS) */ member
|
H A D | iface.c | 165 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 | 1768 CTLFLAG_RD, &sc->channels[i]->tx_dropped, in dpaa2_ni_setup_sysctls() 2948 fq->chan->tx_dropped++; in dpaa2_ni_tx() 2958 fq->chan->tx_dropped++; in dpaa2_ni_tx() 2967 fq->chan->tx_dropped++; in dpaa2_ni_tx() 2984 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 | 1101 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 | 65 int tx_dropped = 0; in ipoib_mcast_free() local 73 tx_dropped = mcast->pkt_queue.ifq_len; in ipoib_mcast_free() 76 if_inc_counter(dev, IFCOUNTER_OERRORS, tx_dropped); in ipoib_mcast_free()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | netdevice.h | 129 unsigned long tx_dropped; member
|
/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/contrib/libpcap/pcap/ |
H A D | pcap.h | 325 u_long tx_dropped; /* no space available for Tx */ member
|