Lines Matching refs:fabric

636 		if (bfa_fcs_fabric_is_switched(rport->port->fabric)) {  in bfa_fcs_rport_sm_online()
1145 if (bfa_fcs_fabric_is_switched(rport->port->fabric)) { in bfa_fcs_rport_sm_hcb_offline()
1218 if (bfa_fcs_fabric_is_switched(rport->port->fabric)) { in bfa_fcs_rport_sm_hcb_logorcv()
1718 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_plogi()
1840 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_plogiacc()
1870 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_adisc()
1940 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_nsdisc()
2091 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_logo()
2125 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_send_logo_acc()
2195 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_process_prli()
2232 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rport_process_rpsc()
2264 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, in bfa_fcs_rport_process_adisc()
2284 rport_info.vf_id = port->fabric->vf_id; in bfa_fcs_rport_hal_online()
2285 rport_info.vf_en = port->fabric->is_vf; in bfa_fcs_rport_hal_online()
2408 aen_entry->aen_data.rport.vf_id = rport->port->fabric->vf_id; in bfa_fcs_rport_aen_post()
2548 bfa_trc(port->fcs, port->fabric->bb_credit); in bfa_fcs_rport_update()
2557 if ((!bfa_fcs_fabric_is_switched(port->fabric)) && in bfa_fcs_rport_update()
2558 (be16_to_cpu(plogi->csp.bbcred) < port->fabric->bb_credit)) { in bfa_fcs_rport_update()
2561 bfa_trc(port->fcs, port->fabric->bb_credit); in bfa_fcs_rport_update()
2563 port->fabric->bb_credit = be16_to_cpu(plogi->csp.bbcred); in bfa_fcs_rport_update()
2565 port->fabric->bb_credit); in bfa_fcs_rport_update()
2929 bfa_fcxp_send(fcxp, rport->bfa_rport, port->fabric->vf_id, in bfa_fcs_rport_send_prlo_acc()
2956 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, in bfa_fcs_rport_send_ls_rjt()
3141 struct bfa_fcs_fabric_s *fabric = &rport->fcs->fabric; in bfa_fcs_rpf_sm_uninit() local
3151 ((rport->port->fabric->lps->brcd_switch) || in bfa_fcs_rpf_sm_uninit()
3152 (bfa_fcs_fabric_get_switch_oui(fabric) == in bfa_fcs_rpf_sm_uninit()
3330 if (bfa_fcs_fabric_is_switched(rport->port->fabric)) in bfa_fcs_rpf_rport_online()
3383 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE, in bfa_fcs_rpf_send_rpsc2()