OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_pio_fifolen
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
bwivar.h
680
size_t
sc_pio_fifolen
;
member in struct:bwi_softc
bwi.c
7817
return len >= sizeof(uint32_t) && len <= sc->
sc_pio_fifolen
;
8063
sc->
sc_pio_fifolen
= 2000 - 80;
8064
sc->sc_pio_fifoavail = sc->
sc_pio_fifolen
;
8066
sc->sc_pio_databuf = kmem_alloc(sc->
sc_pio_fifolen
, KM_SLEEP);
8083
kmem_free(sc->sc_pio_databuf, sc->
sc_pio_fifolen
);
9961
KASSERT(sc->sc_pio_fifoavail <= sc->
sc_pio_fifolen
);
Completed in 18 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025