Home
last modified time | relevance | path

Searched refs:reqi (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/scsi/bfa/
Dbfa_svc.c810 struct bfa_fcxp_req_info_s *reqi = &fcxp->req_info; in bfa_fcxp_queue() local
812 struct bfa_rport_s *rport = reqi->bfa_rport; in bfa_fcxp_queue()
828 send_req->vf_id = cpu_to_be16(reqi->vf_id); in bfa_fcxp_queue()
829 send_req->lp_fwtag = bfa_lps_get_fwtag(bfa, reqi->lp_tag); in bfa_fcxp_queue()
830 send_req->class = reqi->class; in bfa_fcxp_queue()
832 send_req->cts = reqi->cts; in bfa_fcxp_queue()
833 send_req->fchs = reqi->fchs; in bfa_fcxp_queue()
835 send_req->req_len = cpu_to_be32(reqi->req_tot_len); in bfa_fcxp_queue()
842 bfa_alen_set(&send_req->req_alen, reqi->req_tot_len, in bfa_fcxp_queue()
847 bfa_alen_set(&send_req->req_alen, reqi->req_tot_len, in bfa_fcxp_queue()
[all …]