Searched refs:oerrors (Results 1 - 18 of 18) sorted by relevance

/freebsd-10-stable/sys/netgraph/bluetooth/include/
H A Dng_h4.h105 u_int32_t oerrors; /* # of output errors */ member in struct:__anon10618
H A Dng_ubt.h81 u_int32_t oerrors; /* # of output errors */ member in struct:__anon10836
H A Dng_bt3c.h96 u_int32_t oerrors; /* # of output errors */ member in struct:__anon10616
/freebsd-10-stable/sys/netgraph/bluetooth/drivers/bt3c/
H A Dng_bt3c_var.h88 #define NG_BT3C_STAT_OERROR(s) (s).oerrors ++
/freebsd-10-stable/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4_var.h80 #define NG_H4_STAT_OERROR(s) (s).oerrors ++
/freebsd-10-stable/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h87 #define UBT_STAT_OERROR(sc) (sc)->sc_stat.oerrors ++
/freebsd-10-stable/usr.bin/netstat/
H A Dif.c380 show_stat("lu", 5, IFA_STAT(oerrors), link, 1);
498 st->ift_oe += IFA_STAT(oerrors);
/freebsd-10-stable/sys/dev/mxge/
H A Dif_mxge_var.h212 u_long oerrors; member in struct:mxge_slice_state
H A Dif_mxge.c2026 ss->oerrors++;
2235 ss->oerrors++;
4051 u_long oerrors = 0; local
4063 oerrors += ss->oerrors;
4074 sc->ifp->if_oerrors = oerrors;
/freebsd-10-stable/sys/dev/ixl/
H A Dixl.h320 #define IXL_SET_OERRORS(vsi, count) (vsi)->oerrors = (count)
533 u64 oerrors; member in struct:ixl_vsi
H A Dixl_txrx.c1808 return (vsi->oerrors);
/freebsd-10-stable/sys/dev/ixgbe/
H A Dixgbe.h536 u64 oerrors; member in struct:adapter
582 #define IXGBE_SET_OERRORS(sc, count) (sc)->oerrors = (count)
H A Dixv.h537 u64 oerrors; member in struct:adapter
583 #define IXGBE_SET_OERRORS(sc, count) (sc)->oerrors = (count)
/freebsd-10-stable/sbin/routed/
H A Dif.c735 ifs0.int_data.oerrors = ifm->ifm_data.ifi_oerrors;
976 oerr = ifs.int_data.oerrors - ifp->int_data.oerrors;
H A Ddefs.h295 u_int oerrors; member in struct:interface::int_data
/freebsd-10-stable/usr.sbin/lmcconfig/
H A Dlmcconfig.c1094 if (status.cntrs.oerrors) printf("Tx errors:\t\t%u\n", status.cntrs.oerrors);
/freebsd-10-stable/sys/dev/lmc/
H A Dif_lmc.h737 u_int32_t oerrors; /* Tx packets with bad status */
736 u_int32_t oerrors; /* Tx packets with bad status */ member in struct:event_cntrs
H A Dif_lmc.c3640 sc->status.cntrs.fifo_under++; /* also increment oerrors? */
4728 ifp->if_oerrors = cntrs->oerrors;
6707 stats->tx_errors = cntrs->oerrors;

Completed in 229 milliseconds