Home
last modified time | relevance | path

Searched refs:tx_pkt_dropped (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede.h330 uint64_t tx_pkt_dropped; member
H A Dqede_kstat.c340 qede->txTotalDiscards += tx_ring->tx_pkt_dropped; in qede_kstat_update()
736 pStats->txDropPkts.value.ui64 = tx_ring->tx_pkt_dropped; in qede_kstat_txq_update()
H A Dqede_fp.c1891 tx_ring->tx_pkt_dropped++; in qede_ring_tx()