Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dfabrics-cmd.c220 if (ctrl->ops->install_queue) { in nvmet_install_queue()
221 ret = ctrl->ops->install_queue(req->sq); in nvmet_install_queue()
H A Dnvmet.h414 u16 (*install_queue)(struct nvmet_sq *nvme_sq); member
H A Dtcp.c2200 .install_queue = nvmet_tcp_install_queue,