HomeSort by: relevance | last modified time | path
    Searched defs:sc_stats (Results 1 - 18 of 18) sorted by relevancy

  /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/net/
if_pppvar.h 110 struct pppstat sc_stats; /* count of bytes/pkts sent/rcvd */ member in struct:ppp_softc
  /src/sys/arch/hp300/dev/
rdvar.h 78 struct rdstats sc_stats; member in struct:rd_softc
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/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...]
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...]
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...]
  /src/sys/arch/mips/atheros/dev/
aevar.h 139 struct ae_stats sc_stats; /* debugging stats */ member in struct:ae_softc
  /src/sys/dev/pcmcia/
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...]
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...]
  /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/dev/ic/
wivar.h 152 struct wi_counters sc_stats; member in struct:wi_softc
tulipvar.h 335 struct tulip_stats sc_stats; /* debugging stats */ member in struct:tulip_softc
athvar.h 187 struct ath_stats sc_stats; /* interface statistics */ member in struct:ath_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;
  /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/pci/
if_iwmvar.h 479 struct iwm_notif_statistics sc_stats; member in struct:iwm_softc

Completed in 24 milliseconds