Home
last modified time | relevance | path

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

/linux/drivers/scsi/leapraid/
H A Dleapraid_func.c2162 enum config_page_action cfg_op) in leapraid_op_config_page() argument
2176 switch (cfg_op) { in leapraid_op_config_page()
2262 "Unsupported config page action=%d!\n", cfg_op); in leapraid_op_config_page()
2277 if (cfg_op == GET_SAS_DEVICE_PG0 || in leapraid_op_config_page()
2278 cfg_op == GET_SAS_EXPANDER_PG0 || in leapraid_op_config_page()
2279 cfg_op == GET_SAS_ENCLOSURE_PG0 || in leapraid_op_config_page()
2280 cfg_op == GET_RAID_VOLUME_PG1) in leapraid_op_config_page()
2283 else if (cfg_op == GET_PHY_DISK_PG0) in leapraid_op_config_page()
2286 else if (cfg_op == GET_RAID_VOLUME_PG0) in leapraid_op_config_page()
2290 else if (cfg_op == GET_SAS_EXPANDER_PG1) in leapraid_op_config_page()
[all …]
H A Dleapraid_func.h1441 enum config_page_action cfg_op);