OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qoff
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
aac.c
565
u_int32_t code,
qoff
;
local
694
qoff
= offsetof(struct aac_common, ac_qbuf) + AAC_QUEUE_ALIGN;
695
qoff
&= ~(AAC_QUEUE_ALIGN - 1);
696
sc->sc_queues = (struct aac_queue_table *)((uintptr_t)sc->sc_common +
qoff
);
nvme.c
1868
for (u_int
qoff
= 0;
qoff
< sc->sc_nq;
qoff
++) {
1869
struct nvme_queue *q = sc->sc_q[(cpuindex +
qoff
) % sc->sc_nq];
Completed in 36 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026