Searched refs:nvme_setup_zone_mgmt_send (Results 1 – 3 of 3) sorted by relevance
/drivers/nvme/host/ |
D | nvme.h | 905 blk_status_t nvme_setup_zone_mgmt_send(struct nvme_ns *ns, struct request *req, 909 static inline blk_status_t nvme_setup_zone_mgmt_send(struct nvme_ns *ns, in nvme_setup_zone_mgmt_send() function
|
D | zns.c | 233 blk_status_t nvme_setup_zone_mgmt_send(struct nvme_ns *ns, struct request *req, in nvme_setup_zone_mgmt_send() function
|
D | core.c | 1009 ret = nvme_setup_zone_mgmt_send(ns, req, cmd, NVME_ZONE_RESET); in nvme_setup_cmd() 1012 ret = nvme_setup_zone_mgmt_send(ns, req, cmd, NVME_ZONE_OPEN); in nvme_setup_cmd() 1015 ret = nvme_setup_zone_mgmt_send(ns, req, cmd, NVME_ZONE_CLOSE); in nvme_setup_cmd() 1018 ret = nvme_setup_zone_mgmt_send(ns, req, cmd, NVME_ZONE_FINISH); in nvme_setup_cmd()
|