HomeSort by: relevance | last modified time | path
    Searched refs:sc_stats (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/sys/dev/bluetooth/
btuart.c 60 struct bt_stats sc_stats; member in struct:btuart_softc
358 sc->sc_stats.err_rx++;
373 sc->sc_stats.err_rx++;
391 sc->sc_stats.byte_rx++;
419 sc->sc_stats.err_rx++;
449 sc->sc_stats.err_rx++;
451 sc->sc_stats.acl_rx++;
457 sc->sc_stats.err_rx++;
459 sc->sc_stats.sco_rx++;
465 sc->sc_stats.err_rx++
    [all...]
bth5.c 82 struct bt_stats sc_stats; member in struct:bth5_softc
632 sc->sc_stats.byte_tx += count;
661 sc->sc_stats.err_rx++;
688 sc->sc_stats.err_rx++;
702 sc->sc_stats.byte_rx++;
714 sc->sc_stats.byte_rx++;
774 sc->sc_stats.byte_rx++;
991 sc->sc_stats.err_tx++;
1135 sc->sc_stats.err_rx++;
1137 sc->sc_stats.evt_rx++
    [all...]
bcsp.c 79 struct bt_stats sc_stats; member in struct:bcsp_softc
596 sc->sc_stats.byte_tx += count;
625 sc->sc_stats.err_rx++;
652 sc->sc_stats.err_rx++;
666 sc->sc_stats.byte_rx++;
678 sc->sc_stats.byte_rx++;
730 sc->sc_stats.byte_rx++;
941 sc->sc_stats.err_tx++;
1078 sc->sc_stats.err_rx++;
1080 sc->sc_stats.evt_rx++
    [all...]
  /src/sys/arch/hp300/dev/
rdvar.h 78 struct rdstats sc_stats; member in struct:rd_softc
rd.c 710 sc->sc_stats.rdresets++;
1038 sc->sc_stats.rdretries++;
1110 sc->sc_stats.rdpolltries++;
1114 sc->sc_stats.rdpollwaits++;
1133 sc->sc_stats.rdretries++;
1230 sc->sc_stats.rdtimeouts++;
dcm.c 268 struct dcmstats sc_stats; /* metrics gathering */ member in struct:dcm_softc
814 struct dcmstats *dsp = &sc->sc_stats;
1176 dsp = &sc->sc_stats;
  /src/sys/dev/usb/
ubt.c 233 struct bt_stats sc_stats; member in struct:ubt_softc
1227 sc->sc_stats.err_tx++;
1232 sc->sc_stats.cmd_tx++;
1233 sc->sc_stats.byte_tx += count;
1288 sc->sc_stats.acl_tx++;
1289 sc->sc_stats.byte_tx += len;
1335 sc->sc_stats.err_tx++;
1421 sc->sc_stats.sco_tx++;
1423 sc->sc_stats.err_tx++;
1437 sc->sc_stats.byte_tx += len
    [all...]
  /src/sys/dev/pcmcia/
bt3c.c 107 struct bt_stats sc_stats; /* HCI stats */ member in struct:bt3c_softc
306 sc->sc_stats.err_rx++;
322 sc->sc_stats.err_rx++;
343 sc->sc_stats.byte_rx++;
371 sc->sc_stats.err_rx++;
401 sc->sc_stats.err_rx++;
403 sc->sc_stats.acl_rx++;
410 sc->sc_stats.err_rx++;
412 sc->sc_stats.sco_rx++;
419 sc->sc_stats.err_rx++
    [all...]
btbc.c 82 struct bt_stats sc_stats; /* HCI stats */ member in struct:btbc_softc
410 sc->sc_stats.err_rx++;
426 sc->sc_stats.err_rx++;
445 sc->sc_stats.byte_rx++;
479 sc->sc_stats.err_rx++;
509 sc->sc_stats.err_rx++;
511 sc->sc_stats.acl_rx++;
518 sc->sc_stats.err_rx++;
520 sc->sc_stats.sco_rx++;
527 sc->sc_stats.err_rx++
    [all...]
if_cnw.c 187 struct cnwstats sc_stats; member in struct:cnw_softc
662 sc->sc_stats.nws_tx++;
895 sc->sc_stats.nws_rx++;
911 sc->sc_stats.nws_rxerr++;
913 sc->sc_stats.nws_rxframe++;
915 sc->sc_stats.nws_rxcrcerror++;
917 sc->sc_stats.nws_rxoverrun++;
919 sc->sc_stats.nws_rxoverflow++;
921 sc->sc_stats.nws_rxerrors++;
923 sc->sc_stats.nws_rxavail++
    [all...]
  /src/sys/dev/sdmmc/
sbt.c 62 struct bt_stats sc_stats; member in struct:sbt_softc
381 sc->sc_stats.err_rx++;
386 sc->sc_stats.err_rx++;
462 sc->sc_stats.cmd_tx++;
471 sc->sc_stats.sco_tx++;
480 sc->sc_stats.acl_tx++;
569 memcpy(dest, &sc->sc_stats, sizeof(struct bt_stats));
572 memset(&sc->sc_stats, 0, sizeof(struct bt_stats));
  /src/sys/net/
if_pppvar.h 110 struct pppstat sc_stats; /* count of bytes/pkts sent/rcvd */ member in struct:ppp_softc
ppp_tty.c 571 ++sc->sc_stats.ppp_obytes;
597 sc->sc_stats.ppp_obytes += ndone;
614 sc->sc_stats.ppp_obytes += 2;
662 sc->sc_stats.ppp_obytes += q - endseq;
826 ++sc->sc_stats.ppp_ibytes;
880 sc->sc_stats.ppp_ierrors++;
893 sc->sc_stats.ppp_ierrors++;
1037 sc->sc_stats.ppp_ierrors++;
if_ppp.c 396 (void)memset(&sc->sc_stats, 0, sizeof(sc->sc_stats));
826 psp->p = sc->sc_stats;
1023 sc->sc_stats.ppp_oerrors++;
1074 sc->sc_stats.ppp_oerrors++;
1145 ++sc->sc_stats.ppp_opackets;
1456 sc->sc_stats.ppp_ipackets++;
1765 sc->sc_stats.ppp_ierrors++;
  /src/sys/dev/qbus/
if_il.c 108 #define sc_stats sc_isu.isu_stats macro
188 sc->sc_ui.ui_vaddr = (void *)&sc->sc_stats;
198 sc->sc_stats.ils_module, sc->sc_stats.ils_firmware);
200 ether_sprintf(sc->sc_stats.ils_addr));
213 ether_ifattach(ifp, sc->sc_stats.ils_addr);
321 if (memcmp(sc->sc_stats.ils_addr,
590 interval = &sc->sc_stats.ils_frames;
597 (memcmp(sc->sc_stats.ils_addr, CLLADDR(ifp->if_sadl),
  /src/sys/dev/ic/
ath.c 798 sc->sc_stats.ast_hardware++;
802 sc->sc_stats.ast_rxorn++;
821 sc->sc_stats.ast_rxeol++;
825 sc->sc_stats.ast_txurn++;
834 sc->sc_stats.ast_bmiss++;
838 sc->sc_stats.ast_mib++;
941 sc->sc_stats.ast_bmiss_phantom++;
1334 sc->sc_stats.ast_tx_qstop++;
1352 sc->sc_stats.ast_tx_discard++;
1412 sc->sc_stats.ast_tx_encap++
    [all...]
athrate-onoe.c 415 sc->sc_stats.ast_rate_drop++;
426 sc->sc_stats.ast_rate_raise++;
452 sc->sc_stats.ast_rate_calls++;
wivar.h 152 struct wi_counters sc_stats; member in struct:wi_softc
athrate-amrr.c 465 sc->sc_stats.ast_rate_calls++;
tulipvar.h 335 struct tulip_stats sc_stats; /* debugging stats */ member in struct:tulip_softc
wi.c 2070 len = uimin(le16toh(ltbuf[0]) - 1, sizeof(sc->sc_stats) / 4);
2071 ptr = (uint32_t *)&sc->sc_stats;
2083 sc->sc_stats.wi_tx_single_retries +
2084 sc->sc_stats.wi_tx_multi_retries +
2085 sc->sc_stats.wi_tx_retry_limit);
2253 memcpy(wreq.wi_val, &sc->sc_stats, sizeof(sc->sc_stats));
2254 if (len < sizeof(sc->sc_stats))
2257 len = sizeof(sc->sc_stats);
  /src/sys/arch/mips/atheros/dev/
if_ae.c 1195 sc->sc_stats.ts_tx_uf++;
1197 sc->sc_stats.ts_tx_to++;
1199 sc->sc_stats.ts_tx_ec++;
1201 sc->sc_stats.ts_tx_lc++;
1235 sc->sc_stats.ts_tx_uf, sc->sc_stats.ts_tx_to,
1236 sc->sc_stats.ts_tx_ec, sc->sc_stats.ts_tx_lc);
aevar.h 139 struct ae_stats sc_stats; /* debugging stats */ member in struct:ae_softc
  /src/sys/dev/pci/
if_iwmvar.h 479 struct iwm_notif_statistics sc_stats; member in struct:iwm_softc
  /src/sys/arch/arm/xscale/
ixp425_if_npe.c 118 struct npestats *sc_stats; member in struct:npe_softc
120 bus_addr_t sc_stats_phys; /* phys addr of sc_stats */
580 sc->sc_stats = (void *)statbuf;
592 error = bus_dmamap_load(sc->sc_dt, sc->sc_stats_map, sc->sc_stats,
660 if (sc->sc_stats != NULL) {
662 bus_dmamem_free(sc->sc_stats_tag, sc->sc_stats,
688 struct npestats *ns = sc->sc_stats;

Completed in 33 milliseconds

1 2