Home
last modified time | relevance | path

Searched refs:iqdrops (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/ixgbe/
H A Dixgbe.h461 u64 iqdrops; member
485 #define IXGBE_SET_IQDROPS(sc, count) (sc)->iqdrops = (count)
H A Dif_ix.c1298 return (sc->iqdrops); in ixgbe_if_get_counter()
/freebsd/sys/dev/ixl/
H A Dixl.h281 #define IXL_SET_IQDROPS(vsi, count) (vsi)->iqdrops = (count)
459 u64 iqdrops; member
H A Dif_ixl.c1792 return (vsi->iqdrops); in ixl_if_get_counter()
/freebsd/usr.bin/netstat/
H A Dif.c419 nerr_len = max_num_len(nerr_len, IFA_STAT(iqdrops)); in intpr()
503 show_stat("lu", nerr_len, "dropped-packets", IFA_STAT(iqdrops), in intpr()
624 st->ift_id += IFA_STAT(iqdrops); in fill_iftot()
/freebsd/sys/dev/netmap/
H A Dif_ptnet.c112 uint64_t iqdrops; /* if_iqdrops */ member
1018 stats[idx].iqdrops += pq->stats.iqdrops; in ptnet_get_counter()
1026 return (stats[1].iqdrops); in ptnet_get_counter()
1745 pq->stats.iqdrops ++; in ptnet_rx_eof()
1815 pq->stats.iqdrops ++; in ptnet_rx_eof()
1850 pq->stats.iqdrops ++; in ptnet_rx_eof()
/freebsd/sys/dev/iavf/
H A Diavf_iflib.h272 u64 iqdrops; member
H A Diavf_vc_common.c671 vsi->iqdrops = es->rx_discards; in iavf_update_stats_counters()
H A Dif_iavf_iflib.c1489 return (vsi->iqdrops); in iavf_if_get_counter()