Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/nvme/target/
Dfabrics-cmd.c184 if (ctrl->ops->install_queue) { in nvmet_install_queue()
185 ret = ctrl->ops->install_queue(req->sq); in nvmet_install_queue()
Dnvmet.h337 u16 (*install_queue)(struct nvmet_sq *nvme_sq); member
Dtcp.c1840 .install_queue = nvmet_tcp_install_queue,