| /freebsd-11-stable/sys/dev/ath/ |
| HD | if_ath_sysctl.c | 469 printf("no tx bufs (empty list): %d\n", sc->sc_stats.ast_tx_getnobuf); in ath_sysctl_txagg() 470 printf("no tx bufs (was busy): %d\n", sc->sc_stats.ast_tx_getbusybuf); in ath_sysctl_txagg() 1012 memset(&sc->sc_stats, 0, sizeof(sc->sc_stats)); in ath_sysctl_clearstats() 1033 SYSCTL_ADD_UINT(ctx, child, OID_AUTO, sn, CTLFLAG_RD, &sc->sc_stats.ast_rx_phy[i], 0, ""); in ath_sysctl_stats_attach_rxphyerr() 1077 &sc->sc_stats.ast_watchdog, 0, "device reset by watchdog"); in ath_sysctl_stats_attach() 1079 &sc->sc_stats.ast_hardware, 0, "fatal hardware error interrupts"); in ath_sysctl_stats_attach() 1081 &sc->sc_stats.ast_bmiss, 0, "beacon miss interrupts"); in ath_sysctl_stats_attach() 1083 &sc->sc_stats.ast_bmiss_phantom, 0, "beacon miss interrupts"); in ath_sysctl_stats_attach() 1085 &sc->sc_stats.ast_bstuck, 0, "beacon stuck interrupts"); in ath_sysctl_stats_attach() 1087 &sc->sc_stats.ast_rxorn, 0, "rx overrun interrupts"); in ath_sysctl_stats_attach() [all …]
|
| HD | if_ath_ioctl.c | 250 sc->sc_stats.ast_tx_packets = 0; in ath_ioctl() 251 sc->sc_stats.ast_rx_packets = 0; in ath_ioctl() 254 sc->sc_stats.ast_tx_packets += ifp->if_get_counter(ifp, in ath_ioctl() 256 sc->sc_stats.ast_rx_packets += ifp->if_get_counter(ifp, in ath_ioctl() 259 sc->sc_stats.ast_tx_rssi = ATH_RSSI(sc->sc_halstats.ns_avgtxrssi); in ath_ioctl() 260 sc->sc_stats.ast_rx_rssi = ATH_RSSI(sc->sc_halstats.ns_avgrssi); in ath_ioctl() 262 sc->sc_stats.ast_tdma_tsfadjp = TDMA_AVG(sc->sc_avgtsfdeltap); in ath_ioctl() 263 sc->sc_stats.ast_tdma_tsfadjm = TDMA_AVG(sc->sc_avgtsfdeltam); in ath_ioctl() 266 sc->sc_stats.ast_tx_rate = in ath_ioctl() 269 sc->sc_stats.ast_tx_rate |= IEEE80211_RATE_MCS; in ath_ioctl() [all …]
|
| HD | if_ath_rx.c | 268 sc->sc_stats.ast_rx_nombuf++; in ath_legacy_rxbuf_init() 281 sc->sc_stats.ast_rx_busdma++; in ath_legacy_rxbuf_init() 653 sc->sc_stats.ast_rx_halfgi++; in ath_rx_pkt() 655 sc->sc_stats.ast_rx_2040++; in ath_rx_pkt() 657 sc->sc_stats.ast_rx_pre_crc_err++; in ath_rx_pkt() 659 sc->sc_stats.ast_rx_post_crc_err++; in ath_rx_pkt() 661 sc->sc_stats.ast_rx_decrypt_busy_err++; in ath_rx_pkt() 663 sc->sc_stats.ast_rx_hi_rx_chain++; in ath_rx_pkt() 665 sc->sc_stats.ast_rx_stbc++; in ath_rx_pkt() 670 sc->sc_stats.ast_rx_crcerr++; in ath_rx_pkt() [all …]
|
| HD | if_ath.c | 2105 sc->sc_stats.ast_hardware++; in ath_intr() 2151 sc->sc_stats.ast_rxeol++; in ath_intr() 2188 sc->sc_stats.ast_txurn++; in ath_intr() 2197 sc->sc_stats.ast_rx_intr++; in ath_intr() 2201 sc->sc_stats.ast_tx_intr++; in ath_intr() 2222 sc->sc_stats.ast_bmiss++; in ath_intr() 2226 sc->sc_stats.ast_tx_timeout++; in ath_intr() 2228 sc->sc_stats.ast_tx_cst++; in ath_intr() 2230 sc->sc_stats.ast_mib++; in ath_intr() 2255 sc->sc_stats.ast_rxorn++; in ath_intr() [all …]
|
| HD | if_ath_beacon.c | 205 sc->sc_stats.ast_be_nombuf++; in ath_beacon_alloc() 305 antenna = ((sc->sc_stats.ast_be_xmit / sc->sc_nbcnvaps) & 4 ? 2 : 1); in ath_beacon_setup() 307 antenna = (sc->sc_stats.ast_be_xmit & 4 ? 2 : 1); in ath_beacon_setup() 446 sc->sc_stats.ast_be_missed++; in ath_beacon_proc() 557 sc->sc_stats.ast_be_xmit++; in ath_beacon_proc() 733 sc->sc_stats.ast_cabq_busy++; in ath_beacon_generate() 806 sc->sc_stats.ast_cabq_xmit += nmcastq; in ath_beacon_generate()
|
| HD | if_ath_tx.c | 303 sc->sc_stats.ast_tx_busdma++; in ath_tx_dmasetup() 313 sc->sc_stats.ast_tx_linear++; in ath_tx_dmasetup() 317 sc->sc_stats.ast_tx_nombuf++; in ath_tx_dmasetup() 325 sc->sc_stats.ast_tx_busdma++; in ath_tx_dmasetup() 332 sc->sc_stats.ast_tx_nodata++; in ath_tx_dmasetup() 1067 sc->sc_stats.ast_tx_protect++; in ath_tx_calc_protection() 1082 sc->sc_stats.ast_tx_htprotect++; in ath_tx_calc_protection() 1601 sc->sc_stats.ast_tx_shortpre++; in ath_tx_normal_setup() 1725 sc->sc_stats.ast_tx_rts++; in ath_tx_normal_setup() 1728 sc->sc_stats.ast_tx_noack++; in ath_tx_normal_setup() [all …]
|
| HD | if_ath_tdma.c | 370 sc->sc_stats.ast_tdma_update++; in ath_tdma_update() 574 sc->sc_stats.ast_tdma_timers++; in ath_tdma_update() 600 sc->sc_stats.ast_tdma_tsf++; in ath_tdma_update() 676 sc->sc_stats.ast_be_xmit++; /* XXX per-vap? */ in ath_tdma_beacon_send()
|
| HD | if_ath_tx_ht.c | 358 sc->sc_stats.ast_tx_ldpc++; in ath_tx_rate_fill_rcflags() 362 sc->sc_stats.ast_tx_stbc++; in ath_tx_rate_fill_rcflags()
|
| HD | if_ath_tx_edma.c | 972 sc->sc_stats.ast_tx_rssi = ts.ts_rssi; in ath_edma_tx_processq()
|
| HD | if_ath_rx_edma.c | 390 sc->sc_stats.ast_rx_noise = nf; in ath_edma_recv_proc_queue()
|
| HD | if_athvar.h | 558 struct ath_stats sc_stats; /* device statistics */ member
|
| /freebsd-11-stable/sys/dev/mwl/ |
| HD | if_mwl.c | 833 sc->sc_stats.mst_rx_badtkipicv++; in mwl_intr() 861 sc->sc_stats.mst_radardetect++; in mwl_radar_proc() 901 sc->sc_stats.mst_bawatchdog++; in mwl_bawatchdog_proc() 906 sc->sc_stats.mst_bawatchdog_failed++; in mwl_bawatchdog_proc() 923 sc->sc_stats.mst_bawatchdog_empty++; in mwl_bawatchdog_proc() 933 sc->sc_stats.mst_bawatchdog_notfound++; in mwl_bawatchdog_proc() 1367 sc->sc_stats.mst_tx_qstop++; in mwl_start() 1372 sc->sc_stats.mst_tx_qdrop++; in mwl_start() 1439 sc->sc_stats.mst_tx_qstop++; in mwl_raw_xmit() 2461 sc->sc_stats.mst_rx_nodmabuf++; in mwl_getrxdma() [all …]
|
| HD | if_mwlvar.h | 250 struct mwl_stats sc_stats; /* interface statistics */ member
|
| /freebsd-11-stable/sys/dev/ath/ath_rate/onoe/ |
| HD | onoe.c | 365 sc->sc_stats.ast_rate_drop++; in ath_rate_ctl() 376 sc->sc_stats.ast_rate_raise++; in ath_rate_ctl()
|
| /freebsd-11-stable/sys/dev/wi/ |
| HD | if_wivar.h | 135 struct wi_counters sc_stats; member
|
| HD | if_wi.c | 1488 len = min(le16toh(ltbuf[0]) - 1, sizeof(sc->sc_stats) / 4); in wi_info_intr() 1489 ptr = (u_int32_t *)&sc->sc_stats; in wi_info_intr()
|
| /freebsd-11-stable/sys/dev/usb/wlan/ |
| HD | if_urtwvar.h | 178 struct urtw_stats sc_stats; member
|
| HD | if_urtw.c | 1726 sc->sc_stats.txrates[sc->sc_currate]++; in urtw_tx_start() 4385 struct urtw_stats *stats = &sc->sc_stats; in urtw_sysctl_node()
|
| /freebsd-11-stable/sys/arm/xscale/ixp425/ |
| HD | if_npe.c | 143 struct npestats *sc_stats; member 747 if (bus_dmamem_alloc(sc->sc_stats_tag, (void **)&sc->sc_stats, in npe_activate() 755 sc->sc_stats, sizeof(struct npestats), npe_getaddr, sc, 0) != 0) { in npe_activate() 823 if (sc->sc_stats != NULL) { in npe_deactivate() 825 bus_dmamem_free(sc->sc_stats_tag, sc->sc_stats, in npe_deactivate() 877 struct npestats *ns = sc->sc_stats; in npe_addstats()
|
| /freebsd-11-stable/sys/dev/et/ |
| HD | if_etvar.h | 323 struct et_hw_stats sc_stats; member
|
| HD | if_et.c | 2469 stats = &sc->sc_stats; in et_add_sysctls() 2632 stats = &sc->sc_stats; in et_stats_update() 2688 stats = &sc->sc_stats; in et_get_counter()
|
| /freebsd-11-stable/sys/dev/iwm/ |
| HD | if_iwmvar.h | 528 struct iwm_notif_statistics_v10 sc_stats; member
|
| HD | if_iwm.c | 3174 memcpy(&sc->sc_stats, stats, sizeof(sc->sc_stats)); in iwm_mvm_handle_rx_statistics()
|
| /freebsd-11-stable/sys/dev/txp/ |
| HD | if_txpreg.h | 677 struct txp_hw_stats sc_stats; member
|
| HD | if_txp.c | 2817 bcopy(&sc->sc_stats, &sc->sc_ostats, sizeof(struct txp_hw_stats)); in txp_stats_save() 2830 stats = &sc->sc_stats; in txp_stats_update() 2870 stats = &sc->sc_stats; in txp_get_counter() 2914 stats = &sc->sc_stats; in txp_sysctl_node()
|