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
7816
return len >= sizeof(uint32_t) && len <= sc->
sc_pio_fifolen
;
8062
sc->
sc_pio_fifolen
= 2000 - 80;
8063
sc->sc_pio_fifoavail = sc->
sc_pio_fifolen
;
8065
sc->sc_pio_databuf = kmem_alloc(sc->
sc_pio_fifolen
, KM_SLEEP);
8082
kmem_free(sc->sc_pio_databuf, sc->
sc_pio_fifolen
);
9960
KASSERT(sc->sc_pio_fifoavail <= sc->
sc_pio_fifolen
);
Completed in 17 milliseconds
Indexes created Wed Oct 29 18:09:52 GMT 2025