Home
last modified time | relevance | path

Searched refs:host_tm_cmds (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/scsi/mpi3mr/
Dmpi3mr_fw.c291 return &mrioc->host_tm_cmds; in mpi3mr_get_drv_cmd()
2465 mrioc->host_tm_cmds.reply = kzalloc(mrioc->facts.reply_sz, GFP_KERNEL); in mpi3mr_alloc_reply_sense_bufs()
2466 if (!mrioc->host_tm_cmds.reply) in mpi3mr_alloc_reply_sense_bufs()
3509 memset(mrioc->host_tm_cmds.reply, 0, in mpi3mr_memset_buffers()
3510 sizeof(*mrioc->host_tm_cmds.reply)); in mpi3mr_memset_buffers()
3605 kfree(mrioc->host_tm_cmds.reply); in mpi3mr_free_mem()
3606 mrioc->host_tm_cmds.reply = NULL; in mpi3mr_free_mem()
3792 cmdptr = &mrioc->host_tm_cmds; in mpi3mr_flush_drv_cmds()
Dmpi3mr.h806 struct mpi3mr_drv_cmd host_tm_cmds; member
Dmpi3mr_os.c2948 MPI3MR_RESETTM_TIMEOUT, &mrioc->host_tm_cmds, &resp_code, NULL); in mpi3mr_eh_target_reset()
3001 MPI3MR_RESETTM_TIMEOUT, &mrioc->host_tm_cmds, &resp_code, NULL); in mpi3mr_eh_dev_reset()
3720 mpi3mr_init_drv_cmd(&mrioc->host_tm_cmds, MPI3MR_HOSTTAG_BLK_TMS); in mpi3mr_probe()