Searched refs:nvme_setup_zone_mgmt_send (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/nvme/host/ |
| A D | nvme.h | 870 blk_status_t nvme_setup_zone_mgmt_send(struct nvme_ns *ns, struct request *req, 874 static inline blk_status_t nvme_setup_zone_mgmt_send(struct nvme_ns *ns, in nvme_setup_zone_mgmt_send() function
|
| A D | zns.c | 236 blk_status_t nvme_setup_zone_mgmt_send(struct nvme_ns *ns, struct request *req, in nvme_setup_zone_mgmt_send() function
|
| A D | core.c | 1010 ret = nvme_setup_zone_mgmt_send(ns, req, cmd, NVME_ZONE_RESET); in nvme_setup_cmd() 1013 ret = nvme_setup_zone_mgmt_send(ns, req, cmd, NVME_ZONE_OPEN); in nvme_setup_cmd() 1016 ret = nvme_setup_zone_mgmt_send(ns, req, cmd, NVME_ZONE_CLOSE); in nvme_setup_cmd() 1019 ret = nvme_setup_zone_mgmt_send(ns, req, cmd, NVME_ZONE_FINISH); in nvme_setup_cmd()
|
Completed in 14 milliseconds