Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/cxl/core/ !
Dmbox.c24 for ((cmd) = &cxl_mem_commands[0]; \
25 ((cmd) - cxl_mem_commands) < ARRAY_SIZE(cxl_mem_commands); (cmd)++)
45 static struct cxl_mem_command cxl_mem_commands[CXL_MEM_COMMAND_ID_MAX] = { variable
337 struct cxl_mem_command *c = &cxl_mem_commands[send_cmd->id]; in cxl_to_mem_cmd()
445 return put_user(ARRAY_SIZE(cxl_mem_commands), &q->n_commands); in cxl_query_cmd()