Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/
H A Dtarget_core_fabric_configfs.c1041 int compl_val; in target_fabric_wwn_cmd_completion_affinity_store() local
1043 if (kstrtoint(page, 0, &compl_val)) in target_fabric_wwn_cmd_completion_affinity_store()
1046 switch (compl_val) { in target_fabric_wwn_cmd_completion_affinity_store()
1048 wwn->cmd_compl_affinity = compl_val; in target_fabric_wwn_cmd_completion_affinity_store()
1054 if (compl_val < 0 || compl_val >= nr_cpu_ids || in target_fabric_wwn_cmd_completion_affinity_store()
1055 !cpu_online(compl_val)) { in target_fabric_wwn_cmd_completion_affinity_store()
1061 wwn->cmd_compl_affinity = compl_val; in target_fabric_wwn_cmd_completion_affinity_store()