Lines Matching refs:reqi
790 struct bfa_fcxp_req_info_s *reqi = &fcxp->req_info; in bfa_fcxp_queue() local
792 struct bfa_rport_s *rport = reqi->bfa_rport; in bfa_fcxp_queue()
808 send_req->vf_id = cpu_to_be16(reqi->vf_id); in bfa_fcxp_queue()
809 send_req->lp_fwtag = bfa_lps_get_fwtag(bfa, reqi->lp_tag); in bfa_fcxp_queue()
810 send_req->class = reqi->class; in bfa_fcxp_queue()
812 send_req->cts = reqi->cts; in bfa_fcxp_queue()
813 send_req->fchs = reqi->fchs; in bfa_fcxp_queue()
815 send_req->req_len = cpu_to_be32(reqi->req_tot_len); in bfa_fcxp_queue()
822 bfa_alen_set(&send_req->req_alen, reqi->req_tot_len, in bfa_fcxp_queue()
827 bfa_alen_set(&send_req->req_alen, reqi->req_tot_len, in bfa_fcxp_queue()
830 WARN_ON(reqi->req_tot_len != 0); in bfa_fcxp_queue()
855 hal_fcxp_tx_plog(bfa, reqi->req_tot_len, fcxp, &reqi->fchs); in bfa_fcxp_queue()
1005 struct bfa_fcxp_req_info_s *reqi = &fcxp->req_info; in bfa_fcxp_send() local
1014 reqi->bfa_rport = rport; in bfa_fcxp_send()
1015 reqi->vf_id = vf_id; in bfa_fcxp_send()
1016 reqi->lp_tag = lp_tag; in bfa_fcxp_send()
1017 reqi->class = cos; in bfa_fcxp_send()
1019 reqi->cts = cts; in bfa_fcxp_send()
1020 reqi->fchs = *fchs; in bfa_fcxp_send()
1021 reqi->req_tot_len = reqlen; in bfa_fcxp_send()