Lines Matching refs:rport_info

786 		send_req->max_frmsz = cpu_to_be16(rport->rport_info.max_frmsz);  in bfa_fcxp_queue()
4887 m->max_frmsz = cpu_to_be16(rp->rport_info.max_frmsz); in bfa_rport_send_fwcreate()
4888 m->pid = rp->rport_info.pid; in bfa_rport_send_fwcreate()
4889 m->lp_fwtag = bfa_lps_get_fwtag(rp->bfa, (u8)rp->rport_info.lp_tag); in bfa_rport_send_fwcreate()
4890 m->local_pid = rp->rport_info.local_pid; in bfa_rport_send_fwcreate()
4891 m->fc_class = rp->rport_info.fc_class; in bfa_rport_send_fwcreate()
4892 m->vf_en = rp->rport_info.vf_en; in bfa_rport_send_fwcreate()
4893 m->vf_id = rp->rport_info.vf_id; in bfa_rport_send_fwcreate()
4894 m->cisc = rp->rport_info.cisc; in bfa_rport_send_fwcreate()
4938 bfa_trc(rp->bfa, rp->rport_info.speed); in bfa_rport_send_fwspeed()
4945 m->speed = (u8)rp->rport_info.speed; in bfa_rport_send_fwspeed()
5055 bfa_rport_online(struct bfa_rport_s *rport, struct bfa_rport_info_s *rport_info) in bfa_rport_online() argument
5057 WARN_ON(rport_info->max_frmsz == 0); in bfa_rport_online()
5063 if (rport_info->max_frmsz == 0) { in bfa_rport_online()
5065 rport_info->max_frmsz = FC_MIN_PDUSZ; in bfa_rport_online()
5068 rport->rport_info = *rport_info; in bfa_rport_online()
5079 rport->rport_info.speed = speed; in bfa_rport_speed()
5090 u8 lp_tag = (u8)rp->rport_info.lp_tag; in bfa_rport_set_lunmask()
5093 lp_wwn = (BFA_LPS_FROM_TAG(lps_mod, rp->rport_info.lp_tag))->pwwn; in bfa_rport_set_lunmask()
5095 BFA_LPS_FROM_TAG(lps_mod, rp->rport_info.lp_tag)->lun_mask = in bfa_rport_set_lunmask()
5108 lp_wwn = (BFA_LPS_FROM_TAG(lps_mod, rp->rport_info.lp_tag))->pwwn; in bfa_rport_unset_lunmask()
5110 BFA_LPS_FROM_TAG(lps_mod, rp->rport_info.lp_tag)->lun_mask = in bfa_rport_unset_lunmask()