Lines Matching refs:pel_cmds
314 return &mrioc->pel_cmds;
2989 mrioc->pel_cmds.reply = kzalloc(mrioc->reply_sz, GFP_KERNEL);
2990 if (!mrioc->pel_cmds.reply)
4225 memset(mrioc->pel_cmds.reply, 0,
4226 sizeof(*mrioc->pel_cmds.reply));
4356 kfree(mrioc->pel_cmds.reply);
4357 mrioc->pel_cmds.reply = NULL;
4583 cmdptr = &mrioc->pel_cmds;
4653 mrioc->pel_cmds.state = MPI3MR_CMD_PENDING;
4654 mrioc->pel_cmds.is_waiting = 0;
4655 mrioc->pel_cmds.ioc_status = 0;
4656 mrioc->pel_cmds.ioc_loginfo = 0;
4657 mrioc->pel_cmds.callback = mpi3mr_pel_get_seqnum_complete;
4746 mrioc->pel_cmds.retry_count = 0;
4747 mpi3mr_pel_get_seqnum_post(mrioc, &mrioc->pel_cmds);
4970 mrioc->pel_cmds.retry_count = 0;
4971 mpi3mr_pel_wait_post(mrioc, &mrioc->pel_cmds);