Home
last modified time | relevance | path

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

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