Home
last modified time | relevance | path

Searched refs:nvme_q_alloc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dnvme.c107 nvme_q_alloc(struct nvme_softc *, uint16_t, u_int, u_int);
404 sc->sc_admin_q = nvme_q_alloc(sc, NVME_ADMIN_Q, adminq_entries, in nvme_attach()
450 sc->sc_q[i] = nvme_q_alloc(sc, i + 1, ioq_entries, in nvme_attach()
1937 nvme_q_alloc(struct nvme_softc *sc, uint16_t id, u_int entries, u_int dstrd) in nvme_q_alloc() function