Lines Matching refs:tm_req
698 struct bnx2fc_mp_req *tm_req; in bnx2fc_initiate_tmf() local
755 tm_req = (struct bnx2fc_mp_req *)&(io_req->mp_req); in bnx2fc_initiate_tmf()
768 tm_req->tm_flags = tm_flags; in bnx2fc_initiate_tmf()
771 bnx2fc_build_fcp_cmnd(io_req, (struct fcp_cmnd *)tm_req->req_buf); in bnx2fc_initiate_tmf()
772 fcp_cmnd = (struct fcp_cmnd *)tm_req->req_buf; in bnx2fc_initiate_tmf()
777 fc_hdr = &(tm_req->req_fc_hdr); in bnx2fc_initiate_tmf()
1521 struct bnx2fc_mp_req *tm_req; in bnx2fc_process_tm_compl() local
1541 tm_req = &(io_req->mp_req); in bnx2fc_process_tm_compl()
1542 fc_hdr = &(tm_req->resp_fc_hdr); in bnx2fc_process_tm_compl()
1550 tm_req->resp_len = in bnx2fc_process_tm_compl()
1553 rsp_buf = tm_req->resp_buf; in bnx2fc_process_tm_compl()
1561 if (tm_req->tm_flags & FCP_TMF_LUN_RESET) in bnx2fc_process_tm_compl()
1563 else if (tm_req->tm_flags & FCP_TMF_TGT_RESET) in bnx2fc_process_tm_compl()