HomeSort by: relevance | last modified time | path
    Searched defs:qoff (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
aac.c 565 u_int32_t code, qoff; local in function:aac_init
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++) { local in function:nvme_ccb_get_bio
1869 struct nvme_queue *q = sc->sc_q[(cpuindex + qoff) % sc->sc_nq];

Completed in 15 milliseconds