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

/freebsd-10-stable/sys/netgraph/bluetooth/include/
H A Dng_h4.h106 u_int32_t ierrors; /* # of input errors */ member in struct:__anon10618
H A Dng_ubt.h82 u_int32_t ierrors; /* # of input errors */ member in struct:__anon10836
H A Dng_bt3c.h97 u_int32_t ierrors; /* # of input errors */ member in struct:__anon10616
/freebsd-10-stable/sys/netgraph/bluetooth/drivers/bt3c/
H A Dng_bt3c_var.h89 #define NG_BT3C_STAT_IERROR(s) (s).ierrors ++
/freebsd-10-stable/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4_var.h81 #define NG_H4_STAT_IERROR(s) (s).ierrors ++
/freebsd-10-stable/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h88 #define UBT_STAT_IERROR(sc) (sc)->sc_stat.ierrors ++
/freebsd-10-stable/usr.bin/netstat/
H A Dif.c375 show_stat("lu", 5, IFA_STAT(ierrors), link, 1);
494 st->ift_ie += IFA_STAT(ierrors);
/freebsd-10-stable/sys/dev/ixl/
H A Dixl.h318 #define IXL_SET_IERRORS(vsi, count) (vsi)->ierrors = (count)
531 u64 ierrors; member in struct:ixl_vsi
H A Dixl_txrx.c1804 return (vsi->ierrors);
/freebsd-10-stable/sys/dev/ixgbe/
H A Dixgbe.h534 u64 ierrors; member in struct:adapter
580 #define IXGBE_SET_IERRORS(sc, count) (sc)->ierrors = (count)
H A Dixv.h535 u64 ierrors; member in struct:adapter
581 #define IXGBE_SET_IERRORS(sc, count) (sc)->ierrors = (count)
H A Dif_ix.c4232 return (adapter->ierrors);
/freebsd-10-stable/sbin/routed/
H A Dif.c733 ifs0.int_data.ierrors = ifm->ifm_data.ifi_ierrors;
974 ierr = ifs.int_data.ierrors - ifp->int_data.ierrors;
H A Ddefs.h293 u_int ierrors; member in struct:interface::int_data
/freebsd-10-stable/usr.sbin/lmcconfig/
H A Dlmcconfig.c1093 if (status.cntrs.ierrors) printf("Rx errors:\t\t%u\n", status.cntrs.ierrors);
/freebsd-10-stable/sys/dev/lmc/
H A Dif_lmc.c2996 sc->status.cntrs.ierrors++;
3545 sc->status.cntrs.ierrors++;
4727 ifp->if_ierrors = cntrs->ierrors;
6706 stats->rx_errors = cntrs->ierrors;
H A Dif_lmc.h736 u_int32_t ierrors; /* Rx packets with bad status */
735 u_int32_t ierrors; /* Rx packets with bad status */ member in struct:event_cntrs

Completed in 223 milliseconds