Home
last modified time | relevance | path

Searched refs:ierrors (Results 1 – 18 of 18) sorted by relevance

/freebsd-12-stable/sys/netgraph/bluetooth/include/
Dng_h4.h108 u_int32_t ierrors; /* # of input errors */ member
Dng_ubt.h84 u_int32_t ierrors; /* # of input errors */ member
Dng_bt3c.h99 u_int32_t ierrors; /* # of input errors */ member
/freebsd-12-stable/sys/netgraph/bluetooth/drivers/h4/
Dng_h4_var.h83 #define NG_H4_STAT_IERROR(s) (s).ierrors ++
/freebsd-12-stable/sys/netgraph/bluetooth/drivers/bt3c/
Dng_bt3c_var.h91 #define NG_BT3C_STAT_IERROR(s) (s).ierrors ++
/freebsd-12-stable/sys/dev/ixgbe/
Dixgbe.h450 u64 ierrors; member
473 #define IXGBE_SET_IERRORS(sc, count) (sc)->ierrors = (count)
Dif_ix.c1211 return (sc->ierrors); in ixgbe_if_get_counter()
1674 CTLFLAG_RD, &sc->ierrors, IXGBE_SYSCTL_DESC_RX_ERRS); in ixgbe_add_hw_stats()
/freebsd-12-stable/usr.bin/netstat/
Dif.c398 nerr_len = max_num_len(nerr_len, IFA_STAT(ierrors)); in intpr()
481 show_stat("lu", nerr_len, "received-errors", IFA_STAT(ierrors), in intpr()
603 st->ift_ie += IFA_STAT(ierrors); in fill_iftot()
/freebsd-12-stable/sys/dev/ixl/
Dixl.h278 #define IXL_SET_IERRORS(vsi, count) (vsi)->ierrors = (count)
469 u64 ierrors; member
Dif_ixl.c1744 return (vsi->ierrors); in ixl_if_get_counter()
Dixl_pf_main.c827 CTLFLAG_RD, &vsi->ierrors, in ixl_vsi_add_sysctls()
/freebsd-12-stable/sys/netgraph/bluetooth/drivers/ubt/
Dng_ubt_var.h123 #define UBT_STAT_IERROR(sc) (sc)->sc_stat.ierrors ++
/freebsd-12-stable/share/doc/smm/18.net/
Dspell.ok183 ierrors
/freebsd-12-stable/sys/dev/iavf/
Diavf_iflib.h269 u64 ierrors; member
Diavf_lib.h211 #define IAVF_SET_IERRORS(vsi, count) (vsi)->ierrors = (count)
Dif_iavf_iflib.c1474 return (vsi->ierrors); in iavf_if_get_counter()
/freebsd-12-stable/sbin/routed/
Dif.c735 ifs0.int_data.ierrors = ifm->ifm_data.ifi_ierrors; in ifinit()
977 ierr = ifs.int_data.ierrors - ifp->int_data.ierrors; in ifinit()
Ddefs.h295 u_int ierrors; member