Searched refs:cfg_cmds (Results 1 – 3 of 3) sorted by relevance
312 return &mrioc->cfg_cmds; in mpi3mr_get_drv_cmd()5041 cmdptr = &mrioc->cfg_cmds; in mpi3mr_flush_drv_cmds()5581 mutex_lock(&mrioc->cfg_cmds.mutex); in mpi3mr_post_cfg_req()5585 mutex_unlock(&mrioc->cfg_cmds.mutex); in mpi3mr_post_cfg_req()5588 mrioc->cfg_cmds.state = MPI3MR_CMD_PENDING; in mpi3mr_post_cfg_req()5589 mrioc->cfg_cmds.is_waiting = 1; in mpi3mr_post_cfg_req()5590 mrioc->cfg_cmds.callback = NULL; in mpi3mr_post_cfg_req()5591 mrioc->cfg_cmds.ioc_status = 0; in mpi3mr_post_cfg_req()5592 mrioc->cfg_cmds.ioc_loginfo = 0; in mpi3mr_post_cfg_req()5597 init_completion(&mrioc->cfg_cmds.done); in mpi3mr_post_cfg_req()[all …]
1227 struct mpi3mr_drv_cmd cfg_cmds; member
5350 mpi3mr_init_drv_cmd(&mrioc->cfg_cmds, MPI3MR_HOSTTAG_CFG_CMDS); in mpi3mr_probe()