/kernel/linux/linux-5.10/drivers/scsi/snic/ |
H A D | snic_res.h | 50 u16 flags, u32 req_id, u64 tgt_id, u8 *lun, u8 tm_type) in snic_itmf_init() 54 req->u.itmf.tm_type = tm_type; in snic_itmf_init() 49 snic_itmf_init(struct snic_host_req *req, u32 cmnd_id, u32 host_id, ulong ctx, u16 flags, u32 req_id, u64 tgt_id, u8 *lun, u8 tm_type) snic_itmf_init() argument
|
H A D | snic_fwint.h | 312 u8 tm_type; /* SCSI Task Management request */ member
|
/kernel/linux/linux-6.6/drivers/scsi/snic/ |
H A D | snic_res.h | 36 u16 flags, u32 req_id, u64 tgt_id, u8 *lun, u8 tm_type) in snic_itmf_init() 40 req->u.itmf.tm_type = tm_type; in snic_itmf_init() 35 snic_itmf_init(struct snic_host_req *req, u32 cmnd_id, u32 host_id, ulong ctx, u16 flags, u32 req_id, u64 tgt_id, u8 *lun, u8 tm_type) snic_itmf_init() argument
|
H A D | snic_fwint.h | 298 u8 tm_type; /* SCSI Task Management request */ member
|
/kernel/linux/linux-5.10/include/target/ |
H A D | target_core_fabric.h | 165 void *fabric_tmr_ptr, unsigned char tm_type,
|
/kernel/linux/linux-6.6/include/target/ |
H A D | target_core_fabric.h | 180 void *fabric_tmr_ptr, unsigned char tm_type,
|
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptctl.c | 316 mptctl_do_taskmgmt(MPT_ADAPTER *ioc, u8 tm_type, u8 bus_id, u8 target_id) in mptctl_do_taskmgmt() argument 352 pScsiTm->TaskType = tm_type; in mptctl_do_taskmgmt() 353 if ((tm_type == MPI_SCSITASKMGMT_TASKTYPE_RESET_BUS) && in mptctl_do_taskmgmt() 383 ioc->name, tm_type, timeout)); in mptctl_do_taskmgmt() 432 pScsiTmReply->TargetID, tm_type, in mptctl_do_taskmgmt()
|
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptctl.c | 316 mptctl_do_taskmgmt(MPT_ADAPTER *ioc, u8 tm_type, u8 bus_id, u8 target_id) in mptctl_do_taskmgmt() argument 351 pScsiTm->TaskType = tm_type; in mptctl_do_taskmgmt() 352 if ((tm_type == MPI_SCSITASKMGMT_TASKTYPE_RESET_BUS) && in mptctl_do_taskmgmt() 382 ioc->name, tm_type, timeout)); in mptctl_do_taskmgmt() 430 pScsiTmReply->TargetID, tm_type, in mptctl_do_taskmgmt()
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_transport.c | 1805 * @tm_type: Type of TM request 1815 void *fabric_tmr_ptr, unsigned char tm_type, in target_submit_tmr() 1830 ret = core_tmr_alloc_req(se_cmd, fabric_tmr_ptr, tm_type, gfp); in target_submit_tmr() 1834 if (tm_type == TMR_ABORT_TASK) in target_submit_tmr() 1848 if (tm_type == TMR_ABORT_TASK && (flags & TARGET_SCF_LOOKUP_LUN_FROM_TAG)) { in target_submit_tmr() 1813 target_submit_tmr(struct se_cmd *se_cmd, struct se_session *se_sess, unsigned char *sense, u64 unpacked_lun, void *fabric_tmr_ptr, unsigned char tm_type, gfp_t gfp, u64 tag, int flags) target_submit_tmr() argument
|
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_os.c | 3629 * @tm_type: Task Management type 3645 int mpi3mr_issue_tm(struct mpi3mr_ioc *mrioc, u8 tm_type, in mpi3mr_issue_tm() argument 3660 __func__, tm_type, handle); in mpi3mr_issue_tm() 3687 tm_req.task_type = tm_type; in mpi3mr_issue_tm() 3768 if (tm_type != MPI3_SCSITASKMGMT_TASKTYPE_QUERY_TASK) in mpi3mr_issue_tm() 3778 tm_type, handle, drv_cmd->ioc_status, drv_cmd->ioc_loginfo, in mpi3mr_issue_tm() 3789 switch (tm_type) { in mpi3mr_issue_tm()
|
H A D | mpi3mr.h | 1342 int mpi3mr_issue_tm(struct mpi3mr_ioc *mrioc, u8 tm_type,
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_transport.c | 1969 * @tm_type: Type of TM request 1979 void *fabric_tmr_ptr, unsigned char tm_type, in target_submit_tmr() 1995 ret = core_tmr_alloc_req(se_cmd, fabric_tmr_ptr, tm_type, gfp); in target_submit_tmr() 1999 if (tm_type == TMR_ABORT_TASK) in target_submit_tmr() 1977 target_submit_tmr(struct se_cmd *se_cmd, struct se_session *se_sess, unsigned char *sense, u64 unpacked_lun, void *fabric_tmr_ptr, unsigned char tm_type, gfp_t gfp, u64 tag, int flags) target_submit_tmr() argument
|