Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/cxl/core/
Dmbox.c27 for ((cmd) = &cxl_mem_commands[0]; \
28 ((cmd) - cxl_mem_commands) < ARRAY_SIZE(cxl_mem_commands); (cmd)++)
48 static struct cxl_mem_command cxl_mem_commands[CXL_MEM_COMMAND_ID_MAX] = { variable
436 struct cxl_mem_command *c = &cxl_mem_commands[send_cmd->id]; in cxl_to_mem_cmd()
546 return put_user(ARRAY_SIZE(cxl_mem_commands), &q->n_commands); in cxl_query_cmd()