Home
last modified time | relevance | path

Searched refs:ic_oerrors (Results 1 – 13 of 13) sorted by relevance

/dragonfly/sys/dev/netif/wi/
H A Dif_wi.c1036 ++sc->sc_ic.ic_oerrors; in wi_start_tx()
1038 counter_u64_add(sc->sc_ic.ic_oerrors, 1); in wi_start_tx()
1162 ++sc->sc_ic.ic_oerrors; in wi_watchdog()
1164 counter_u64_add(sc->sc_ic.ic_oerrors, 1); in wi_watchdog()
1440 ++sc->sc_ic.ic_oerrors; in wi_tx_ex_intr()
1442 counter_u64_add(sc->sc_ic.ic_oerrors, 1); in wi_tx_ex_intr()
/dragonfly/sys/netproto/802_11/
H A Dieee80211_var.h144 uint64_t ic_oerrors; /* output errors */ member
147 counter_u64_t ic_oerrors; /* output errors */ member
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211.c357 ic->ic_oerrors = counter_u64_alloc(M_WAITOK); in ieee80211_ifattach()
460 counter_u64_free(ic->ic_oerrors); in ieee80211_ifdetach()
525 rv += counter_u64_fetch(ic->ic_oerrors); in ieee80211_get_counter()
/dragonfly/sys/bus/u4b/wlan/
H A Dif_rum.c1100 ++sc->sc_ic.ic_oerrors; in rum_bulk_write_callback()
1102 counter_u64_add(sc->sc_ic.ic_oerrors, 1); in rum_bulk_write_callback()
H A Dif_run.c2543 ++sc->sc_ic.ic_oerrors; in run_drain_fifo()
2545 counter_u64_add(sc->sc_ic.ic_oerrors, 1); in run_drain_fifo()
H A Dif_urtwn.c2741 counter_u64_add(sc->sc_ic.ic_oerrors, 1); in urtwn_watchdog()
/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn.c961 ++sc->sc_ic.ic_oerrors; in bwn_start()
963 counter_u64_add(sc->sc_ic.ic_oerrors, 1); in bwn_start()
1243 ++sc->sc_ic.ic_oerrors; in bwn_watchdog()
1245 counter_u64_add(sc->sc_ic.ic_oerrors, 1); in bwn_watchdog()
/dragonfly/sys/dev/netif/iwi/
H A Dif_iwi.c2094 ++ic->ic_oerrors; in iwi_watchdog()
2096 counter_u64_add(ic->ic_oerrors, 1); in iwi_watchdog()
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath.c6269 ++ic->ic_oerrors; /* don't care about SMP races */
6271 counter_u64_add(ic->ic_oerrors, 1);
/dragonfly/sys/dev/netif/ral/
H A Drt2560.c2032 counter_u64_add(sc->sc_ic.ic_oerrors, 1); in rt2560_watchdog()
H A Drt2661.c1759 counter_u64_add(sc->sc_ic.ic_oerrors, 1); in rt2661_watchdog()
H A Drt2860.c2090 counter_u64_add(sc->sc_ic.ic_oerrors, 1); in rt2860_watchdog()
/dragonfly/sys/dev/netif/iwm/
H A Dif_iwm.c5055 ++sc->sc_ic.ic_oerrors; in iwm_watchdog()
5057 counter_u64_add(sc->sc_ic.ic_oerrors, 1); in iwm_watchdog()