Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ixgbe/
Dixgbe.h457 u64 iqdrops; member
481 #define IXGBE_SET_IQDROPS(sc, count) (sc)->iqdrops = (count)
Dif_ix.c1207 return (sc->iqdrops); in ixgbe_if_get_counter()
/freebsd-12-stable/usr.bin/netstat/
Dif.c399 nerr_len = max_num_len(nerr_len, IFA_STAT(iqdrops)); in intpr()
483 show_stat("lu", nerr_len, "dropped-packets", IFA_STAT(iqdrops), in intpr()
604 st->ift_id += IFA_STAT(iqdrops); in fill_iftot()
/freebsd-12-stable/sys/dev/ixl/
Dixl.h286 #define IXL_SET_IQDROPS(vsi, count) (vsi)->iqdrops = (count)
476 u64 iqdrops; member
Dif_ixl.c1761 return (vsi->iqdrops); in ixl_if_get_counter()
/freebsd-12-stable/sys/dev/netmap/
Dif_ptnet.c114 uint64_t iqdrops; /* if_iqdrops */ member
1026 stats[idx].iqdrops += pq->stats.iqdrops; in ptnet_get_counter()
1034 return (stats[1].iqdrops); in ptnet_get_counter()
2048 pq->stats.iqdrops ++; in ptnet_rx_eof()
2118 pq->stats.iqdrops ++; in ptnet_rx_eof()
2155 pq->stats.iqdrops ++; in ptnet_rx_eof()
/freebsd-12-stable/sys/dev/iavf/
Diavf_iflib.h276 u64 iqdrops; member
Diavf_lib.h219 #define IAVF_SET_IQDROPS(vsi, count) (vsi)->iqdrops = (count)
Dif_iavf_iflib.c1491 return (vsi->iqdrops); in iavf_if_get_counter()