Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c316 return &mrioc->host_tm_cmds; in mpi3mr_get_drv_cmd()
3283 mrioc->host_tm_cmds.reply = kzalloc(mrioc->reply_sz, GFP_KERNEL); in mpi3mr_alloc_reply_sense_bufs()
3284 if (!mrioc->host_tm_cmds.reply) in mpi3mr_alloc_reply_sense_bufs()
4667 memset(mrioc->host_tm_cmds.reply, 0, in mpi3mr_memset_buffers()
4668 sizeof(*mrioc->host_tm_cmds.reply)); in mpi3mr_memset_buffers()
4799 kfree(mrioc->host_tm_cmds.reply); in mpi3mr_free_mem()
4800 mrioc->host_tm_cmds.reply = NULL; in mpi3mr_free_mem()
5046 cmdptr = &mrioc->host_tm_cmds; in mpi3mr_flush_drv_cmds()
H A Dmpi3mr.h1285 struct mpi3mr_drv_cmd host_tm_cmds; member
H A Dmpi3mr_os.c4311 MPI3MR_RESETTM_TIMEOUT, &mrioc->host_tm_cmds, &resp_code, scmd); in mpi3mr_eh_target_reset()
4382 MPI3MR_RESETTM_TIMEOUT, &mrioc->host_tm_cmds, &resp_code, scmd); in mpi3mr_eh_dev_reset()
4467 timeout, &mrioc->host_tm_cmds, &resp_code, scmd); in mpi3mr_eh_abort()
5348 mpi3mr_init_drv_cmd(&mrioc->host_tm_cmds, MPI3MR_HOSTTAG_BLK_TMS); in mpi3mr_probe()
H A Dmpi3mr_app.c2815 &mrioc->host_tm_cmds, &resp_code, NULL); in mpi3mr_bsg_process_mpt_cmds()