Lines Matching refs:rport_info
800 send_req->max_frmsz = cpu_to_be16(rport->rport_info.max_frmsz); in bfa_fcxp_queue()
4901 m->max_frmsz = cpu_to_be16(rp->rport_info.max_frmsz); in bfa_rport_send_fwcreate()
4902 m->pid = rp->rport_info.pid; in bfa_rport_send_fwcreate()
4903 m->lp_fwtag = bfa_lps_get_fwtag(rp->bfa, (u8)rp->rport_info.lp_tag); in bfa_rport_send_fwcreate()
4904 m->local_pid = rp->rport_info.local_pid; in bfa_rport_send_fwcreate()
4905 m->fc_class = rp->rport_info.fc_class; in bfa_rport_send_fwcreate()
4906 m->vf_en = rp->rport_info.vf_en; in bfa_rport_send_fwcreate()
4907 m->vf_id = rp->rport_info.vf_id; in bfa_rport_send_fwcreate()
4908 m->cisc = rp->rport_info.cisc; in bfa_rport_send_fwcreate()
4952 bfa_trc(rp->bfa, rp->rport_info.speed); in bfa_rport_send_fwspeed()
4959 m->speed = (u8)rp->rport_info.speed; in bfa_rport_send_fwspeed()
5069 bfa_rport_online(struct bfa_rport_s *rport, struct bfa_rport_info_s *rport_info) in bfa_rport_online() argument
5071 WARN_ON(rport_info->max_frmsz == 0); in bfa_rport_online()
5077 if (rport_info->max_frmsz == 0) { in bfa_rport_online()
5079 rport_info->max_frmsz = FC_MIN_PDUSZ; in bfa_rport_online()
5082 rport->rport_info = *rport_info; in bfa_rport_online()
5093 rport->rport_info.speed = speed; in bfa_rport_speed()
5104 u8 lp_tag = (u8)rp->rport_info.lp_tag; in bfa_rport_set_lunmask()
5107 lp_wwn = (BFA_LPS_FROM_TAG(lps_mod, rp->rport_info.lp_tag))->pwwn; in bfa_rport_set_lunmask()
5109 BFA_LPS_FROM_TAG(lps_mod, rp->rport_info.lp_tag)->lun_mask = in bfa_rport_set_lunmask()
5122 lp_wwn = (BFA_LPS_FROM_TAG(lps_mod, rp->rport_info.lp_tag))->pwwn; in bfa_rport_unset_lunmask()
5124 BFA_LPS_FROM_TAG(lps_mod, rp->rport_info.lp_tag)->lun_mask = in bfa_rport_unset_lunmask()