Searched refs:ierrors (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/sys/netgraph/bluetooth/include/
H A Dng_h4.h108 u_int32_t ierrors; /* # of input errors */ member in struct:__anon14991
H A Dng_ubt.h84 u_int32_t ierrors; /* # of input errors */ member in struct:__anon15263
/freebsd-13-stable/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4_var.h83 #define NG_H4_STAT_IERROR(s) (s).ierrors ++
/freebsd-13-stable/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h123 #define UBT_STAT_IERROR(sc) (sc)->sc_stat.ierrors ++
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe.h469 u64 ierrors; member in struct:adapter
498 #define IXGBE_SET_IERRORS(sc, count) (sc)->ierrors = (count)
H A Dif_ix.c1223 return (adapter->ierrors);
1648 CTLFLAG_RD, &adapter->ierrors, IXGBE_SYSCTL_DESC_RX_ERRS);
/freebsd-13-stable/sys/dev/ixl/
H A Dixl.h278 #define IXL_SET_IERRORS(vsi, count) (vsi)->ierrors = (count)
469 u64 ierrors; member in struct:ixl_vsi
H A Dif_ixl.c1739 return (vsi->ierrors);
H A Dif_iavf.c1443 return (vsi->ierrors);
H A Dixl_pf_main.c817 CTLFLAG_RD, &vsi->ierrors,
/freebsd-13-stable/usr.bin/netstat/
H A Dif.c419 show_stat("lu", 5, "received-errors", IFA_STAT(ierrors),
540 st->ift_ie += IFA_STAT(ierrors);
/freebsd-13-stable/sbin/routed/
H A Dif.c728 ifs0.int_data.ierrors = ifm->ifm_data.ifi_ierrors;
967 ierr = ifs.int_data.ierrors - ifp->int_data.ierrors;
H A Ddefs.h273 u_int ierrors; member in struct:interface::int_data

Completed in 204 milliseconds