Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/target/
H A Dcore.c893 u16 nvmet_sq_create(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, in nvmet_sq_create() function
921 EXPORT_SYMBOL_GPL(nvmet_sq_create);
H A Dnvmet.h582 u16 nvmet_sq_create(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, u16 qid,
H A Dpci-epf.c1388 status = nvmet_sq_create(tctrl, &sq->nvme_sq, sqid, sq->depth); in nvmet_pci_epf_create_sq()