Searched refs:nvme_setup_zone_mgmt_send (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | nvme.h | 854 blk_status_t nvme_setup_zone_mgmt_send(struct nvme_ns *ns, struct request *req, 860 static inline blk_status_t nvme_setup_zone_mgmt_send(struct nvme_ns *ns, in nvme_setup_zone_mgmt_send() function
|
H A D | zns.c | 245 blk_status_t nvme_setup_zone_mgmt_send(struct nvme_ns *ns, struct request *req, in nvme_setup_zone_mgmt_send() function
|
H A D | core.c | 859 ret = nvme_setup_zone_mgmt_send(ns, req, cmd, NVME_ZONE_RESET); in nvme_setup_cmd() 862 ret = nvme_setup_zone_mgmt_send(ns, req, cmd, NVME_ZONE_OPEN); in nvme_setup_cmd() 865 ret = nvme_setup_zone_mgmt_send(ns, req, cmd, NVME_ZONE_CLOSE); in nvme_setup_cmd() 868 ret = nvme_setup_zone_mgmt_send(ns, req, cmd, NVME_ZONE_FINISH); in nvme_setup_cmd()
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | zns.c | 235 blk_status_t nvme_setup_zone_mgmt_send(struct nvme_ns *ns, struct request *req, in nvme_setup_zone_mgmt_send() function
|
H A D | nvme.h | 1012 blk_status_t nvme_setup_zone_mgmt_send(struct nvme_ns *ns, struct request *req, 1016 static inline blk_status_t nvme_setup_zone_mgmt_send(struct nvme_ns *ns, in nvme_setup_zone_mgmt_send() function
|
H A D | core.c | 984 ret = nvme_setup_zone_mgmt_send(ns, req, cmd, NVME_ZONE_RESET); in nvme_setup_cmd() 987 ret = nvme_setup_zone_mgmt_send(ns, req, cmd, NVME_ZONE_OPEN); in nvme_setup_cmd() 990 ret = nvme_setup_zone_mgmt_send(ns, req, cmd, NVME_ZONE_CLOSE); in nvme_setup_cmd() 993 ret = nvme_setup_zone_mgmt_send(ns, req, cmd, NVME_ZONE_FINISH); in nvme_setup_cmd()
|
Completed in 17 milliseconds