Home
last modified time | relevance | path

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

/NextBSD/sys/netgraph/bluetooth/include/
HDng_h4.h106 u_int32_t ierrors; /* # of input errors */ member
HDng_ubt.h82 u_int32_t ierrors; /* # of input errors */ member
HDng_bt3c.h97 u_int32_t ierrors; /* # of input errors */ member
/NextBSD/sys/netgraph/bluetooth/drivers/h4/
HDng_h4_var.h81 #define NG_H4_STAT_IERROR(s) (s).ierrors ++
/NextBSD/sys/netgraph/bluetooth/drivers/bt3c/
HDng_bt3c_var.h89 #define NG_BT3C_STAT_IERROR(s) (s).ierrors ++
/NextBSD/sys/netgraph/bluetooth/drivers/ubt/
HDng_ubt_var.h88 #define UBT_STAT_IERROR(sc) (sc)->sc_stat.ierrors ++
/NextBSD/sys/dev/ixl/
HDixl.h312 #define IXL_SET_IERRORS(vsi, count) (vsi)->ierrors = (count)
508 u64 ierrors; member
HDixl_txrx.c827 return (vsi->ierrors); in ixl_get_counter()
/NextBSD/usr.bin/netstat/
HDif.c417 show_stat("lu", 5, "received-errors", IFA_STAT(ierrors), in intpr()
538 st->ift_ie += IFA_STAT(ierrors); in fill_iftot()
/NextBSD/share/doc/smm/18.net/
HDspell.ok183 ierrors
/NextBSD/sys/dev/ixgbe/
HDixgbe.h575 u64 ierrors; member
618 #define IXGBE_SET_IERRORS(sc, count) (sc)->ierrors = (count)
HDif_ix.c4152 return (adapter->ierrors); in ixgbe_get_counter()
HDif_ixgbe.c1682 return (adapter->ierrors); in ixgbe_get_counter()
/NextBSD/sbin/routed/
HDif.c733 ifs0.int_data.ierrors = ifm->ifm_data.ifi_ierrors; in ifinit()
974 ierr = ifs.int_data.ierrors - ifp->int_data.ierrors; in ifinit()
HDdefs.h293 u_int ierrors; member
/NextBSD/sys/dev/lmc/
HDif_lmc.h728 u_int32_t ierrors; /* Rx packets with bad status */ member
HDif_lmc.c2661 sc->status.cntrs.ierrors++; in rxintr_cleanup()
3792 return (cntrs->ierrors); in lmc_get_counter()
/NextBSD/usr.sbin/lmcconfig/
HDlmcconfig.c1092 if (status.cntrs.ierrors) printf("Rx errors:\t\t%u\n", status.cntrs.ierrors); in print_events()