Lines Matching refs:pel_cmds
314 return &mrioc->pel_cmds; in mpi3mr_get_drv_cmd()
2988 mrioc->pel_cmds.reply = kzalloc(mrioc->reply_sz, GFP_KERNEL); in mpi3mr_alloc_reply_sense_bufs()
2989 if (!mrioc->pel_cmds.reply) in mpi3mr_alloc_reply_sense_bufs()
4224 memset(mrioc->pel_cmds.reply, 0, in mpi3mr_memset_buffers()
4225 sizeof(*mrioc->pel_cmds.reply)); in mpi3mr_memset_buffers()
4355 kfree(mrioc->pel_cmds.reply); in mpi3mr_free_mem()
4356 mrioc->pel_cmds.reply = NULL; in mpi3mr_free_mem()
4582 cmdptr = &mrioc->pel_cmds; in mpi3mr_flush_drv_cmds()
4652 mrioc->pel_cmds.state = MPI3MR_CMD_PENDING; in mpi3mr_pel_get_seqnum_post()
4653 mrioc->pel_cmds.is_waiting = 0; in mpi3mr_pel_get_seqnum_post()
4654 mrioc->pel_cmds.ioc_status = 0; in mpi3mr_pel_get_seqnum_post()
4655 mrioc->pel_cmds.ioc_loginfo = 0; in mpi3mr_pel_get_seqnum_post()
4656 mrioc->pel_cmds.callback = mpi3mr_pel_get_seqnum_complete; in mpi3mr_pel_get_seqnum_post()
4745 mrioc->pel_cmds.retry_count = 0; in mpi3mr_pel_wait_complete()
4746 mpi3mr_pel_get_seqnum_post(mrioc, &mrioc->pel_cmds); in mpi3mr_pel_wait_complete()
4969 mrioc->pel_cmds.retry_count = 0; in mpi3mr_soft_reset_handler()
4970 mpi3mr_pel_wait_post(mrioc, &mrioc->pel_cmds); in mpi3mr_soft_reset_handler()