OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_max_fibs
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ic/
aacvar.h
104
#define AAC_PREALLOCATE_FIBS(sc) ((sc)->
sc_max_fibs
)
307
u_int32_t
sc_max_fibs
;
member in struct:aac_softc
aac.c
230
if (sc->sc_total_fibs + sc->sc_max_fibs_alloc > sc->
sc_max_fibs
)
473
sc->
sc_max_fibs
= (sc->sc_quirks & AAC_QUIRK_256FIBS) ? 256 : 512;
522
if (tmpval < sc->
sc_max_fibs
) {
523
sc->
sc_max_fibs
= tmpval;
626
sc->sc_ccbs = malloc(sizeof(struct aac_ccb) * sc->
sc_max_fibs
, M_AACBUF,
676
ip->MaxIoCommands = htole32(sc->
sc_max_fibs
);
ld_aac.c
95
(aac->
sc_max_fibs
- AAC_NCCBS_RESERVE) / aac->sc_nunits;
Completed in 36 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025