Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dpassthru.c346 effects = nvme_command_effects(ctrl, ns, req->cmd->common.opcode); in nvmet_passthru_execute_cmd()
/linux/drivers/nvme/host/
H A Dnvme.h1174 u32 nvme_command_effects(struct nvme_ctrl *ctrl, struct nvme_ns *ns,
H A Dioctl.c62 effects = nvme_command_effects(ns->ctrl, ns, c->common.opcode); in nvme_cmd_allowed()