Home
last modified time | relevance | path

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

/linux/drivers/scsi/leapraid/
H A Dleapraid_func.c474 taskid == driver_cmds->cfg_op_cmd.inter_taskid || in leapraid_is_fixed_taskid()
618 leapraid_clean_active_driver_cmd(&driver_cmds->cfg_op_cmd); in leapraid_clean_active_driver_cmds()
2013 memset(&adapter->driver_cmds.cfg_op_cmd.reply, 0, in leapraid_build_and_fire_cfg_req()
2015 adapter->driver_cmds.cfg_op_cmd.status = LEAPRAID_CMD_PENDING; in leapraid_build_and_fire_cfg_req()
2016 smid = adapter->driver_cmds.cfg_op_cmd.inter_taskid; in leapraid_build_and_fire_cfg_req()
2020 init_completion(&adapter->driver_cmds.cfg_op_cmd.done); in leapraid_build_and_fire_cfg_req()
2022 wait_for_completion_timeout(&adapter->driver_cmds.cfg_op_cmd.done, in leapraid_build_and_fire_cfg_req()
2039 mutex_lock(&adapter->driver_cmds.cfg_op_cmd.mutex); in leapraid_req_cfg_func()
2040 smid = adapter->driver_cmds.cfg_op_cmd.inter_taskid; in leapraid_req_cfg_func()
2061 if (!(adapter->driver_cmds.cfg_op_cmd.status & LEAPRAID_CMD_DONE)) { in leapraid_req_cfg_func()
[all …]
H A Dleapraid_func.h506 struct leapraid_driver_cmd cfg_op_cmd; member