Searched refs:evtack_cmds (Results 1 – 3 of 3) sorted by relevance
334 return &mrioc->evtack_cmds[idx]; in mpi3mr_get_drv_cmd()2942 mrioc->evtack_cmds[i].reply = kzalloc(mrioc->reply_sz, in mpi3mr_alloc_reply_sense_bufs()2944 if (!mrioc->evtack_cmds[i].reply) in mpi3mr_alloc_reply_sense_bufs()4191 memset(mrioc->evtack_cmds[i].reply, 0, in mpi3mr_memset_buffers()4192 sizeof(*mrioc->evtack_cmds[i].reply)); in mpi3mr_memset_buffers()4318 kfree(mrioc->evtack_cmds[i].reply); in mpi3mr_free_mem()4319 mrioc->evtack_cmds[i].reply = NULL; in mpi3mr_free_mem()4527 cmdptr = &mrioc->evtack_cmds[i]; in mpi3mr_flush_drv_cmds()
1138 struct mpi3mr_drv_cmd evtack_cmds[MPI3MR_NUM_EVTACKCMD]; member
2392 drv_cmd = &mrioc->evtack_cmds[cmd_idx]; in mpi3mr_send_event_ack()