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

/freebsd-10.0-release/sys/netgraph/bluetooth/include/
H A Dng_h4.h105 u_int32_t oerrors; /* # of output errors */ member in struct:__anon10154
H A Dng_ubt.h81 u_int32_t oerrors; /* # of output errors */ member in struct:__anon10372
H A Dng_bt3c.h96 u_int32_t oerrors; /* # of output errors */ member in struct:__anon10152
/freebsd-10.0-release/sys/netgraph/bluetooth/drivers/bt3c/
H A Dng_bt3c_var.h88 #define NG_BT3C_STAT_OERROR(s) (s).oerrors ++
/freebsd-10.0-release/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4_var.h80 #define NG_H4_STAT_OERROR(s) (s).oerrors ++
/freebsd-10.0-release/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h87 #define UBT_STAT_OERROR(sc) (sc)->sc_stat.oerrors ++
/freebsd-10.0-release/usr.bin/netstat/
H A Dif.c224 u_long oerrors; local
308 oerrors = ifnet.if_oerrors;
454 show_stat("lu", 5, oerrors, link_layer);
/freebsd-10.0-release/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++;
4052 u_long oerrors = 0; local
4064 oerrors += ss->oerrors;
4075 sc->ifp->if_oerrors = oerrors;
/freebsd-10.0-release/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.0-release/usr.sbin/lmcconfig/
H A Dlmcconfig.c1094 if (status.cntrs.oerrors) printf("Tx errors:\t\t%u\n", status.cntrs.oerrors);
/freebsd-10.0-release/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 185 milliseconds