Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/cxl/
Dpci.c165 static struct cxl_mem_command mem_commands[CXL_MEM_COMMAND_ID_MAX] = { variable
231 for ((cmd) = &mem_commands[0]; \
232 ((cmd) - mem_commands) < ARRAY_SIZE(mem_commands); (cmd)++)
234 #define cxl_cmd_count ARRAY_SIZE(mem_commands)
674 c = &mem_commands[send_cmd->id]; in cxl_validate_cmd_from_user()