Searched refs:nvme_command_effects (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/nvme/target/ ! |
D | passthru.c | 342 effects = nvme_command_effects(ctrl, ns, req->cmd->common.opcode); in nvmet_passthru_execute_cmd()
|
/linux-6.6.21/drivers/nvme/host/ ! |
D | nvme.h | 1094 u32 nvme_command_effects(struct nvme_ctrl *ctrl, struct nvme_ns *ns,
|
D | ioctl.c | 61 effects = nvme_command_effects(ns->ctrl, ns, c->common.opcode); in nvme_cmd_allowed()
|
D | core.c | 1084 u32 nvme_command_effects(struct nvme_ctrl *ctrl, struct nvme_ns *ns, u8 opcode) in nvme_command_effects() function 1107 EXPORT_SYMBOL_NS_GPL(nvme_command_effects, NVME_TARGET_PASSTHRU); 1111 u32 effects = nvme_command_effects(ctrl, ns, opcode); in nvme_passthru_start()
|