Home
last modified time | relevance | path

Searched refs:opackets (Results 1 – 14 of 14) sorted by relevance

/freebsd-14-stable/sys/dev/ixgbe/
HDixgbe.h455 u64 opackets; member
478 #define IXGBE_SET_OPACKETS(sc, count) (sc)->opackets = (count)
HDif_ixv.c1201 return (sc->opackets); in ixv_if_get_counter()
HDif_ix.c1286 return (sc->opackets); in ixgbe_if_get_counter()
/freebsd-14-stable/usr.bin/netstat/
HDif.c399 npkt_len = max_num_len(npkt_len, IFA_STAT(opackets)); in intpr()
490 show_stat("lu", npkt_len, "sent-packets", IFA_STAT(opackets), in intpr()
608 st->ift_op += IFA_STAT(opackets); in fill_iftot()
/freebsd-14-stable/sys/dev/ixl/
HDixl.h274 #define IXL_SET_OPACKETS(vsi, count) (vsi)->opackets = (count)
453 u64 opackets; member
HDif_ixl.c1777 return (vsi->opackets); in ixl_if_get_counter()
/freebsd-14-stable/share/doc/smm/18.net/
HDspell.ok235 opackets
/freebsd-14-stable/sys/dev/mxge/
HDif_mxge_var.h181 u_long opackets; member
HDif_mxge.c2741 ss->opackets++; in mxge_tx_done()
3860 rv += sc->ss[s].opackets; in mxge_get_counter()
/freebsd-14-stable/sys/dev/iavf/
HDiavf_iflib.h266 u64 opackets; member
HDiavf_vc_common.c664 vsi->opackets = es->tx_unicast + es->tx_multicast + es->tx_broadcast; in iavf_update_stats_counters()
HDif_iavf_iflib.c1474 return (vsi->opackets); in iavf_if_get_counter()
/freebsd-14-stable/sbin/routed/
HDif.c724 ifs0.int_data.opackets = ifm->ifm_data.ifi_opackets; in ifinit()
963 out = ifs.int_data.opackets - ifp->int_data.opackets; in ifinit()
HDdefs.h272 u_int opackets; member