Searched refs:nvme_command_effects (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/nvme/target/ |
H A D | passthru.c | 342 effects = nvme_command_effects(ctrl, ns, req->cmd->common.opcode); in nvmet_passthru_execute_cmd()
|
/openbmc/linux/drivers/nvme/host/ |
H A D | nvme.h | 1137 u32 nvme_command_effects(struct nvme_ctrl *ctrl, struct nvme_ns *ns,
|
H A D | ioctl.c | 62 effects = nvme_command_effects(ns->ctrl, ns, c->common.opcode); in nvme_cmd_allowed()
|
H A D | core.c | 1062 u32 nvme_command_effects(struct nvme_ctrl *ctrl, struct nvme_ns *ns, u8 opcode) 1085 EXPORT_SYMBOL_NS_GPL(nvme_command_effects, NVME_TARGET_PASSTHRU); in nvme_command_effects() 1089 u32 effects = nvme_command_effects(ctrl, ns, opcode); in nvme_passthru_start() 1064 u32 nvme_command_effects(struct nvme_ctrl *ctrl, struct nvme_ns *ns, u8 opcode) nvme_command_effects() function
|