Lines Matching defs:rport_info
786 send_req->max_frmsz = cpu_to_be16(rport->rport_info.max_frmsz);
4832 m->max_frmsz = cpu_to_be16(rp->rport_info.max_frmsz);
4833 m->pid = rp->rport_info.pid;
4834 m->lp_fwtag = bfa_lps_get_fwtag(rp->bfa, (u8)rp->rport_info.lp_tag);
4835 m->local_pid = rp->rport_info.local_pid;
4836 m->fc_class = rp->rport_info.fc_class;
4837 m->vf_en = rp->rport_info.vf_en;
4838 m->vf_id = rp->rport_info.vf_id;
4839 m->cisc = rp->rport_info.cisc;
4883 bfa_trc(rp->bfa, rp->rport_info.speed);
4890 m->speed = (u8)rp->rport_info.speed;
5000 bfa_rport_online(struct bfa_rport_s *rport, struct bfa_rport_info_s *rport_info)
5002 WARN_ON(rport_info->max_frmsz == 0);
5008 if (rport_info->max_frmsz == 0) {
5010 rport_info->max_frmsz = FC_MIN_PDUSZ;
5013 rport->rport_info = *rport_info;
5024 rport->rport_info.speed = speed;
5035 u8 lp_tag = (u8)rp->rport_info.lp_tag;
5038 lp_wwn = (BFA_LPS_FROM_TAG(lps_mod, rp->rport_info.lp_tag))->pwwn;
5040 BFA_LPS_FROM_TAG(lps_mod, rp->rport_info.lp_tag)->lun_mask =
5053 lp_wwn = (BFA_LPS_FROM_TAG(lps_mod, rp->rport_info.lp_tag))->pwwn;
5055 BFA_LPS_FROM_TAG(lps_mod, rp->rport_info.lp_tag)->lun_mask =