OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spierrstats
(Results
1 - 2
of
2
) sorted by null
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmspibrcm.c
483
bcopy(&si->
spierrstats
, arg, sizeof(struct spierrstats_t));
489
bzero(&si->
spierrstats
, sizeof(struct spierrstats_t));
853
struct spierrstats_t *
spierrstats
= &sd->
spierrstats
;
local
859
spierrstats
->dstatus[dstatus_count % NUM_PREV_TRANSACTIONS] = dstatus;
860
spierrstats
->spicmd[dstatus_count % NUM_PREV_TRANSACTIONS] = cmd_arg;
867
spierrstats
->dna++;
875
spierrstats
->rdunderflow++;
880
spierrstats
->wroverflow++;
892
spierrstats
->f2interrupt++
1657
struct
spierrstats
_t *
spierrstats
= &sd->
spierrstats
;
local
[
all
...]
/hardware/broadcom/wlan/bcm4329/src/include/
bcmspibrcm.h
99
struct spierrstats_t
spierrstats
;
member in struct:sdioh_info
Completed in 20 milliseconds