Searched refs:tm_req (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/scsi/bnx2fc/ |
| A D | bnx2fc_io.c | 667 struct bnx2fc_mp_req *tm_req; in bnx2fc_initiate_tmf() local 734 tm_req->tm_flags = tm_flags; in bnx2fc_initiate_tmf() 735 tm_req->tm_lun = tm_lun; in bnx2fc_initiate_tmf() 745 fc_hdr = &(tm_req->req_fc_hdr); in bnx2fc_initiate_tmf() 1473 if (lun == tm_req->tm_lun) { in bnx2fc_lun_reset_cmpl() 1528 struct bnx2fc_mp_req *tm_req; in bnx2fc_process_tm_compl() local 1548 tm_req = &(io_req->mp_req); in bnx2fc_process_tm_compl() 1549 fc_hdr = &(tm_req->resp_fc_hdr); in bnx2fc_process_tm_compl() 1557 tm_req->resp_len = in bnx2fc_process_tm_compl() 1560 rsp_buf = tm_req->resp_buf; in bnx2fc_process_tm_compl() [all …]
|
| /linux/drivers/scsi/fnic/ |
| A 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()
|
| A D | fcpio.h | 272 u32 tm_req; /* SCSI Task Management request */ member
|
| /linux/drivers/scsi/mpi3mr/ |
| A D | mpi3mr_os.c | 2386 struct mpi3_scsi_task_mgmt_request tm_req; in mpi3mr_dev_rmhs_send_tm() local 2435 memset(&tm_req, 0, sizeof(tm_req)); in mpi3mr_dev_rmhs_send_tm() 2445 tm_req.dev_handle = cpu_to_le16(handle); in mpi3mr_dev_rmhs_send_tm() 2452 retval = mpi3mr_admin_request_post(mrioc, &tm_req, sizeof(tm_req), 1); in mpi3mr_dev_rmhs_send_tm() 3789 struct mpi3_scsi_task_mgmt_request tm_req; in mpi3mr_issue_tm() local 3807 memset(&tm_req, 0, sizeof(tm_req)); in mpi3mr_issue_tm() 3832 tm_req.dev_handle = cpu_to_le16(handle); in mpi3mr_issue_tm() 3833 tm_req.task_type = tm_type; in mpi3mr_issue_tm() 3834 tm_req.host_tag = cpu_to_le16(htag); in mpi3mr_issue_tm() 3863 retval = mpi3mr_admin_request_post(mrioc, &tm_req, sizeof(tm_req), 1); in mpi3mr_issue_tm() [all …]
|
| A D | mpi3mr_app.c | 2314 struct mpi3_scsi_task_mgmt_request *tm_req; in mpi3mr_bsg_process_mpt_cmds() local 2632 tm_req = (struct mpi3_scsi_task_mgmt_request *)mpi_req; in mpi3mr_bsg_process_mpt_cmds() 2633 if (tm_req->task_type != in mpi3mr_bsg_process_mpt_cmds() 2635 dev_handle = tm_req->dev_handle; in mpi3mr_bsg_process_mpt_cmds()
|
| /linux/drivers/scsi/aacraid/ |
| A 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()
|
Completed in 26 milliseconds