Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/cxl/
Dpci.c224 static u8 security_command_sets[] = { variable
262 for (i = 0; i < ARRAY_SIZE(security_command_sets); i++) in cxl_is_security_command()
263 if (security_command_sets[i] == (opcode >> 8)) in cxl_is_security_command()