nvme_command_effects
EXPORT_SYMBOL_NS_GPL(nvme_command_effects, "NVME_TARGET_PASSTHRU");
u32 effects = nvme_command_effects(ctrl, ns, opcode);
effects = nvme_command_effects(ns->ctrl, ns, c->common.opcode);
u32 nvme_command_effects(struct nvme_ctrl *ctrl, struct nvme_ns *ns,
effects = nvme_command_effects(ctrl, ns, req->cmd->common.opcode);