cxl_mem_command
static struct cxl_mem_command *cxl_mem_find_command(u16 opcode)
struct cxl_mem_command *c;
struct cxl_mem_command *c;
static int cxl_to_mem_cmd_raw(struct cxl_mem_command *mem_cmd,
*mem_cmd = (struct cxl_mem_command) {
static int cxl_to_mem_cmd(struct cxl_mem_command *mem_cmd,
struct cxl_mem_command *c = &cxl_mem_commands[send_cmd->id];
*mem_cmd = (struct cxl_mem_command) {
static struct cxl_mem_command cxl_mem_commands[CXL_MEM_COMMAND_ID_MAX] = {
struct cxl_mem_command mem_cmd;
struct cxl_mem_command *cmd;
struct cxl_mem_command *cmd = cxl_mem_find_command(opcode);
struct cxl_mem_command *cmd;