Searched refs:tm_req (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/scsi/fnic/ |
D | fnic_res.h | 114 u32 tm_req, u32 tm_id, u8 *lun, in fnic_queue_wq_copy_desc_itmf() argument 126 desc->u.itmf.tm_req = tm_req; /* SCSI Task Management request */ in fnic_queue_wq_copy_desc_itmf()
|
D | fcpio.h | 272 u32 tm_req; /* SCSI Task Management request */ member
|
/linux-6.6.21/drivers/scsi/bnx2fc/ |
D | bnx2fc_io.c | 668 struct bnx2fc_mp_req *tm_req; in bnx2fc_initiate_tmf() local 725 tm_req = (struct bnx2fc_mp_req *)&(io_req->mp_req); in bnx2fc_initiate_tmf() 738 tm_req->tm_flags = tm_flags; in bnx2fc_initiate_tmf() 741 bnx2fc_build_fcp_cmnd(io_req, (struct fcp_cmnd *)tm_req->req_buf); in bnx2fc_initiate_tmf() 742 fcp_cmnd = (struct fcp_cmnd *)tm_req->req_buf; in bnx2fc_initiate_tmf() 747 fc_hdr = &(tm_req->req_fc_hdr); in bnx2fc_initiate_tmf() 1524 struct bnx2fc_mp_req *tm_req; in bnx2fc_process_tm_compl() local 1544 tm_req = &(io_req->mp_req); in bnx2fc_process_tm_compl() 1545 fc_hdr = &(tm_req->resp_fc_hdr); in bnx2fc_process_tm_compl() 1553 tm_req->resp_len = in bnx2fc_process_tm_compl() [all …]
|
/linux-6.6.21/drivers/scsi/mpi3mr/ |
D | mpi3mr_os.c | 2272 struct mpi3_scsi_task_mgmt_request tm_req; in mpi3mr_dev_rmhs_send_tm() local 2321 memset(&tm_req, 0, sizeof(tm_req)); in mpi3mr_dev_rmhs_send_tm() 2331 tm_req.dev_handle = cpu_to_le16(handle); in mpi3mr_dev_rmhs_send_tm() 2332 tm_req.task_type = MPI3_SCSITASKMGMT_TASKTYPE_TARGET_RESET; in mpi3mr_dev_rmhs_send_tm() 2333 tm_req.host_tag = cpu_to_le16(drv_cmd->host_tag); in mpi3mr_dev_rmhs_send_tm() 2334 tm_req.task_host_tag = cpu_to_le16(MPI3MR_HOSTTAG_INVALID); in mpi3mr_dev_rmhs_send_tm() 2335 tm_req.function = MPI3_FUNCTION_SCSI_TASK_MGMT; in mpi3mr_dev_rmhs_send_tm() 2338 retval = mpi3mr_admin_request_post(mrioc, &tm_req, sizeof(tm_req), 1); in mpi3mr_dev_rmhs_send_tm() 3650 struct mpi3_scsi_task_mgmt_request tm_req; in mpi3mr_issue_tm() local 3668 memset(&tm_req, 0, sizeof(tm_req)); in mpi3mr_issue_tm() [all …]
|
D | mpi3mr_app.c | 973 struct mpi3_scsi_task_mgmt_request *tm_req; in mpi3mr_bsg_process_mpt_cmds() local 1244 tm_req = (struct mpi3_scsi_task_mgmt_request *)mpi_req; in mpi3mr_bsg_process_mpt_cmds() 1245 if (tm_req->task_type != in mpi3mr_bsg_process_mpt_cmds() 1247 dev_handle = tm_req->dev_handle; in mpi3mr_bsg_process_mpt_cmds()
|
/linux-6.6.21/drivers/scsi/aacraid/ |
D | src.c | 513 struct aac_hba_tm_req *tm_req; in aac_src_deliver_message() local 515 tm_req = (struct aac_hba_tm_req *) in aac_src_deliver_message() 517 if (tm_req->iu_type == in aac_src_deliver_message()
|