Searched refs:rport_info (Results 1 – 3 of 3) sorted by relevance
283 struct bfa_rport_info_s rport_info; /* rport info from fcs/driver */ member293 #define BFA_RPORT_FC_COS(_rport) ((_rport)->rport_info.fc_class)533 struct bfa_rport_info_s *rport_info);
1920 struct bfa_rport_info_s rport_info; in bfa_fcs_rport_hal_online() local1922 rport_info.pid = rport->pid; in bfa_fcs_rport_hal_online()1923 rport_info.local_pid = port->pid; in bfa_fcs_rport_hal_online()1924 rport_info.lp_tag = port->lp_tag; in bfa_fcs_rport_hal_online()1925 rport_info.vf_id = port->fabric->vf_id; in bfa_fcs_rport_hal_online()1926 rport_info.vf_en = port->fabric->is_vf; in bfa_fcs_rport_hal_online()1927 rport_info.fc_class = rport->fc_cos; in bfa_fcs_rport_hal_online()1928 rport_info.cisc = rport->cisc; in bfa_fcs_rport_hal_online()1929 rport_info.max_frmsz = rport->maxfrsize; in bfa_fcs_rport_hal_online()1930 bfa_rport_online(rport->bfa_rport, &rport_info); in bfa_fcs_rport_hal_online()
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()[all …]