Home
last modified time | relevance | path

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

/drivers/nvme/target/
Dpassthru.c341 effects = nvme_command_effects(ctrl, ns, req->cmd->common.opcode); in nvmet_passthru_execute_cmd()
/drivers/nvme/host/
Dnvme.h1063 u32 nvme_command_effects(struct nvme_ctrl *ctrl, struct nvme_ns *ns,
Dcore.c1104 u32 nvme_command_effects(struct nvme_ctrl *ctrl, struct nvme_ns *ns, u8 opcode) in nvme_command_effects() function
1132 EXPORT_SYMBOL_NS_GPL(nvme_command_effects, NVME_TARGET_PASSTHRU);
1137 u32 effects = nvme_command_effects(ctrl, ns, opcode); in nvme_passthru_start()