• Home
  • Raw
  • Download

Lines Matching refs:rport_info

806 		send_req->max_frmsz = cpu_to_be16(rport->rport_info.max_frmsz);  in bfa_fcxp_queue()
4907 m->max_frmsz = cpu_to_be16(rp->rport_info.max_frmsz); in bfa_rport_send_fwcreate()
4908 m->pid = rp->rport_info.pid; in bfa_rport_send_fwcreate()
4909 m->lp_fwtag = bfa_lps_get_fwtag(rp->bfa, (u8)rp->rport_info.lp_tag); in bfa_rport_send_fwcreate()
4910 m->local_pid = rp->rport_info.local_pid; in bfa_rport_send_fwcreate()
4911 m->fc_class = rp->rport_info.fc_class; in bfa_rport_send_fwcreate()
4912 m->vf_en = rp->rport_info.vf_en; in bfa_rport_send_fwcreate()
4913 m->vf_id = rp->rport_info.vf_id; in bfa_rport_send_fwcreate()
4914 m->cisc = rp->rport_info.cisc; in bfa_rport_send_fwcreate()
4958 bfa_trc(rp->bfa, rp->rport_info.speed); in bfa_rport_send_fwspeed()
4965 m->speed = (u8)rp->rport_info.speed; in bfa_rport_send_fwspeed()
5075 bfa_rport_online(struct bfa_rport_s *rport, struct bfa_rport_info_s *rport_info) in bfa_rport_online() argument
5077 WARN_ON(rport_info->max_frmsz == 0); in bfa_rport_online()
5083 if (rport_info->max_frmsz == 0) { in bfa_rport_online()
5085 rport_info->max_frmsz = FC_MIN_PDUSZ; in bfa_rport_online()
5088 rport->rport_info = *rport_info; in bfa_rport_online()
5099 rport->rport_info.speed = speed; in bfa_rport_speed()
5110 u8 lp_tag = (u8)rp->rport_info.lp_tag; in bfa_rport_set_lunmask()
5113 lp_wwn = (BFA_LPS_FROM_TAG(lps_mod, rp->rport_info.lp_tag))->pwwn; in bfa_rport_set_lunmask()
5115 BFA_LPS_FROM_TAG(lps_mod, rp->rport_info.lp_tag)->lun_mask = in bfa_rport_set_lunmask()
5128 lp_wwn = (BFA_LPS_FROM_TAG(lps_mod, rp->rport_info.lp_tag))->pwwn; in bfa_rport_unset_lunmask()
5130 BFA_LPS_FROM_TAG(lps_mod, rp->rport_info.lp_tag)->lun_mask = in bfa_rport_unset_lunmask()