Searched refs:tm_req (Results 1 – 3 of 3) sorted by relevance
669 struct bnx2fc_mp_req *tm_req; in bnx2fc_initiate_tmf() local726 tm_req = (struct bnx2fc_mp_req *)&(io_req->mp_req); in bnx2fc_initiate_tmf()739 tm_req->tm_flags = tm_flags; in bnx2fc_initiate_tmf()742 bnx2fc_build_fcp_cmnd(io_req, (struct fcp_cmnd *)tm_req->req_buf); in bnx2fc_initiate_tmf()743 fcp_cmnd = (struct fcp_cmnd *)tm_req->req_buf; in bnx2fc_initiate_tmf()748 fc_hdr = &(tm_req->req_fc_hdr); in bnx2fc_initiate_tmf()1471 struct bnx2fc_mp_req *tm_req; in bnx2fc_process_tm_compl() local1491 tm_req = &(io_req->mp_req); in bnx2fc_process_tm_compl()1492 fc_hdr = &(tm_req->resp_fc_hdr); in bnx2fc_process_tm_compl()1500 tm_req->resp_len = in bnx2fc_process_tm_compl()[all …]
126 u32 tm_req, u32 tm_id, u8 *lun, in fnic_queue_wq_copy_desc_itmf() argument138 desc->u.itmf.tm_req = tm_req; /* SCSI Task Management request */ in fnic_queue_wq_copy_desc_itmf()
284 u32 tm_req; /* SCSI Task Management request */ member