OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:amr_maxqueuecnt
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/
amrvar.h
80
int
amr_maxqueuecnt
;
member in struct:amr_softc
amr.c
469
amr->
amr_maxqueuecnt
= i;
481
amr->
amr_maxqueuecnt
= uimin(amr->
amr_maxqueuecnt
, AMR_MAX_CMDS);
482
if (amr->
amr_maxqueuecnt
> i)
483
amr->
amr_maxqueuecnt
= i;
631
amr->
amr_maxqueuecnt
= ap->ap_maxio;
747
amr->
amr_maxqueuecnt
= aa->aa_maxio;
825
if (idx >= amr->
amr_maxqueuecnt
) {
ld_amr.c
92
ld->sc_maxqueuecnt = (amr->
amr_maxqueuecnt
- AMR_NCCB_RESV)
Completed in 17 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025