Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/nvme/target/
Dfabrics-cmd.c130 if (ctrl->ops->install_queue) { in nvmet_install_queue()
131 u16 ret = ctrl->ops->install_queue(req->sq); in nvmet_install_queue()
Dnvmet.h280 u16 (*install_queue)(struct nvmet_sq *nvme_sq); member
Dtcp.c1719 .install_queue = nvmet_tcp_install_queue,