OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_maxob
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/i2o/
iopvar.h
126
int
sc_maxob
; /* Max outbound (<- IOP) queue depth */
member in struct:iop_softc
iop.c
376
sc->
sc_maxob
= le32toh(sc->sc_status.maxoutboundmframes);
377
if (sc->
sc_maxob
> IOP_MAX_OUTBOUND)
378
sc->
sc_maxob
= IOP_MAX_OUTBOUND;
443
sc->
sc_maxob
, le32toh(sc->sc_status.maxoutboundmframes));
1018
sc->sc_rep_size = sc->
sc_maxob
* sc->sc_framesize;
1056
for (i = sc->
sc_maxob
, addr = sc->sc_rep_phys; i != 0; i--) {
Completed in 14 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025