Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/mpi3mr/
Dmpi3mr_fw.c314 return &mrioc->pel_cmds; in mpi3mr_get_drv_cmd()
2952 mrioc->pel_cmds.reply = kzalloc(mrioc->reply_sz, GFP_KERNEL); in mpi3mr_alloc_reply_sense_bufs()
2953 if (!mrioc->pel_cmds.reply) in mpi3mr_alloc_reply_sense_bufs()
4181 memset(mrioc->pel_cmds.reply, 0, in mpi3mr_memset_buffers()
4182 sizeof(*mrioc->pel_cmds.reply)); in mpi3mr_memset_buffers()
4311 kfree(mrioc->pel_cmds.reply); in mpi3mr_free_mem()
4312 mrioc->pel_cmds.reply = NULL; in mpi3mr_free_mem()
4531 cmdptr = &mrioc->pel_cmds; in mpi3mr_flush_drv_cmds()
4601 mrioc->pel_cmds.state = MPI3MR_CMD_PENDING; in mpi3mr_pel_get_seqnum_post()
4602 mrioc->pel_cmds.is_waiting = 0; in mpi3mr_pel_get_seqnum_post()
[all …]
Dmpi3mr.h1174 struct mpi3mr_drv_cmd pel_cmds; member