Searched refs:op_q_alloc (Results 1 – 3 of 3) sorted by relevance
111 int (*op_q_alloc)(struct nvme_softc *, member
1966 if (sc->sc_ops->op_q_alloc != NULL) { in nvme_q_alloc()1967 if (sc->sc_ops->op_q_alloc(sc, q) != 0) in nvme_q_alloc()2020 if (sc->sc_ops->op_q_alloc != NULL) in nvme_q_free()
126 .op_q_alloc = nvme_ans_q_alloc,