Lines Matching refs:rport_info
854 send_req->max_frmsz = cpu_to_be16(rport->rport_info.max_frmsz); in bfa_fcxp_queue()
4404 m->max_frmsz = cpu_to_be16(rp->rport_info.max_frmsz); in bfa_rport_send_fwcreate()
4405 m->pid = rp->rport_info.pid; in bfa_rport_send_fwcreate()
4406 m->lp_tag = rp->rport_info.lp_tag; in bfa_rport_send_fwcreate()
4407 m->local_pid = rp->rport_info.local_pid; in bfa_rport_send_fwcreate()
4408 m->fc_class = rp->rport_info.fc_class; in bfa_rport_send_fwcreate()
4409 m->vf_en = rp->rport_info.vf_en; in bfa_rport_send_fwcreate()
4410 m->vf_id = rp->rport_info.vf_id; in bfa_rport_send_fwcreate()
4411 m->cisc = rp->rport_info.cisc; in bfa_rport_send_fwcreate()
4455 bfa_trc(rp->bfa, rp->rport_info.speed); in bfa_rport_send_fwspeed()
4462 m->speed = (u8)rp->rport_info.speed; in bfa_rport_send_fwspeed()
4544 bfa_rport_online(struct bfa_rport_s *rport, struct bfa_rport_info_s *rport_info) in bfa_rport_online() argument
4546 WARN_ON(rport_info->max_frmsz == 0); in bfa_rport_online()
4552 if (rport_info->max_frmsz == 0) { in bfa_rport_online()
4554 rport_info->max_frmsz = FC_MIN_PDUSZ; in bfa_rport_online()
4557 rport->rport_info = *rport_info; in bfa_rport_online()
4567 rport->rport_info.speed = speed; in bfa_rport_speed()