Home
last modified time | relevance | path

Searched refs:nvme_admin_delete_cq (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/nvme/host/
H A Dconstants.c31 [nvme_admin_delete_cq] = "Delete CQ",
H A Dpci.c1338 return adapter_delete_queue(dev, nvme_admin_delete_cq, cqid); in adapter_delete_cq()
2604 if (opcode == nvme_admin_delete_cq) in nvme_delete_queue()
2646 __nvme_delete_io_queues(dev, nvme_admin_delete_cq); in nvme_delete_io_queues()
/linux/include/linux/
H A Dnvme.h1225 nvme_admin_delete_cq = 0x04, enumerator
1258 nvme_admin_opcode_name(nvme_admin_delete_cq), \
/linux/drivers/nvme/target/
H A Dadmin-cmd.c376 log->acs[nvme_admin_delete_cq] = in nvmet_get_cmd_effects_admin()
1674 case nvme_admin_delete_cq: in nvmet_parse_admin_cmd()