Home
last modified time | relevance | path

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

/linux/drivers/cxl/core/
H A Dmbox.c710 static int check_features_opcodes(u16 opcode, int *ro_cmds, int *wr_cmds) in check_features_opcodes() argument
715 (*ro_cmds)++; in check_features_opcodes()
728 int ro_cmds, int wr_cmds) in set_features_cap() argument
731 if (ro_cmds == MAX_FEATURES_READ_CMDS) { in set_features_cap()
754 int i, ro_cmds = 0, wr_cmds = 0; in cxl_walk_cel() local
768 enabled += check_features_opcodes(opcode, &ro_cmds, in cxl_walk_cel()
785 set_features_cap(cxl_mbox, ro_cmds, wr_cmds); in cxl_walk_cel()