Lines Matching refs:fabric

647 		if (bfa_fcs_fabric_is_switched(rport->port->fabric)) {  in bfa_fcs_rport_sm_online()
1159 if (bfa_fcs_fabric_is_switched(rport->port->fabric)) { in bfa_fcs_rport_sm_hcb_offline()
1232 if (bfa_fcs_fabric_is_switched(rport->port->fabric)) { in bfa_fcs_rport_sm_hcb_logorcv()
1730 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_plogi()
1852 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_plogiacc()
1882 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_adisc()
1952 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_nsdisc()
2103 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_logo()
2137 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_logo_acc()
2207 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_process_prli()
2244 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_process_rpsc()
2279 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, in bfa_fcs_rport_process_adisc()
2299 rport_info.vf_id = port->fabric->vf_id; in bfa_fcs_rport_hal_online()
2300 rport_info.vf_en = port->fabric->is_vf; in bfa_fcs_rport_hal_online()
2423 aen_entry->aen_data.rport.vf_id = rport->port->fabric->vf_id; in bfa_fcs_rport_aen_post()
2563 bfa_trc(port->fcs, port->fabric->bb_credit); in bfa_fcs_rport_update()
2572 if ((!bfa_fcs_fabric_is_switched(port->fabric)) && in bfa_fcs_rport_update()
2573 (be16_to_cpu(plogi->csp.bbcred) < port->fabric->bb_credit)) { in bfa_fcs_rport_update()
2576 bfa_trc(port->fcs, port->fabric->bb_credit); in bfa_fcs_rport_update()
2578 port->fabric->bb_credit = be16_to_cpu(plogi->csp.bbcred); in bfa_fcs_rport_update()
2580 port->fabric->bb_credit); in bfa_fcs_rport_update()
2944 bfa_fcxp_send(fcxp, rport->bfa_rport, port->fabric->vf_id, in bfa_fcs_rport_send_prlo_acc()
2971 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, in bfa_fcs_rport_send_ls_rjt()
3156 struct bfa_fcs_fabric_s *fabric = &rport->fcs->fabric; in bfa_fcs_rpf_sm_uninit() local
3166 ((rport->port->fabric->lps->brcd_switch) || in bfa_fcs_rpf_sm_uninit()
3167 (bfa_fcs_fabric_get_switch_oui(fabric) == in bfa_fcs_rpf_sm_uninit()
3345 if (bfa_fcs_fabric_is_switched(rport->port->fabric)) in bfa_fcs_rpf_rport_online()
3398 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rpf_send_rpsc2()