Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe.h455 u64 opackets; member
478 #define IXGBE_SET_OPACKETS(sc, count) (sc)->opackets = (count)
H A Dif_ixv.c1201 return (sc->opackets); in ixv_if_get_counter()
H A Dif_ix.c1286 return (sc->opackets); in ixgbe_if_get_counter()
/freebsd/sys/dev/ixl/
H A Dixl.h274 #define IXL_SET_OPACKETS(vsi, count) (vsi)->opackets = (count)
453 u64 opackets; member
H A Dif_ixl.c1777 return (vsi->opackets); in ixl_if_get_counter()
/freebsd/usr.bin/netstat/
H A Dif.c417 npkt_len = max_num_len(npkt_len, IFA_STAT(opackets)); in intpr()
508 show_stat("lu", npkt_len, "sent-packets", IFA_STAT(opackets), in intpr()
626 st->ift_op += IFA_STAT(opackets); in fill_iftot()
/freebsd/share/doc/smm/18.net/
H A Dspell.ok235 opackets
/freebsd/sys/dev/mxge/
H A Dif_mxge_var.h181 u_long opackets; member
H A Dif_mxge.c2740 ss->opackets++; in mxge_tx_done()
3859 rv += sc->ss[s].opackets; in mxge_get_counter()
/freebsd/sys/dev/iavf/
H A Diavf_iflib.h266 u64 opackets; member
H A Diavf_vc_common.c664 vsi->opackets = es->tx_unicast + es->tx_multicast + es->tx_broadcast; in iavf_update_stats_counters()
H A Dif_iavf_iflib.c1474 return (vsi->opackets); in iavf_if_get_counter()
/freebsd/sbin/routed/
H A Dif.c724 ifs0.int_data.opackets = ifm->ifm_data.ifi_opackets; in ifinit()
963 out = ifs.int_data.opackets - ifp->int_data.opackets; in ifinit()
H A Ddefs.h267 u_int opackets; member