Lines Matching refs:bfa_rport
539 if (!rport->bfa_rport) in bfa_fcs_rport_sm_fc4_fcs_online()
540 rport->bfa_rport = in bfa_fcs_rport_sm_fc4_fcs_online()
543 if (rport->bfa_rport) { in bfa_fcs_rport_sm_fc4_fcs_online()
2304 bfa_rport_online(rport->bfa_rport, &rport_info); in bfa_fcs_rport_hal_online()
2310 if (rport->bfa_rport) in bfa_fcs_rport_hal_offline()
2311 bfa_sm_send_event(rport->bfa_rport, BFA_RPORT_SM_OFFLINE); in bfa_fcs_rport_hal_offline()
2347 rport->bfa_rport = NULL; in bfa_fcs_rport_alloc()
2395 if (rport->bfa_rport) { in bfa_fcs_rport_free()
2396 bfa_sm_send_event(rport->bfa_rport, BFA_RPORT_SM_DELETE); in bfa_fcs_rport_free()
2397 rport->bfa_rport = NULL; in bfa_fcs_rport_free()
2493 if (!rport->bfa_rport) { in bfa_fcs_rport_hal_offline_action()
2944 bfa_fcxp_send(fcxp, rport->bfa_rport, port->fabric->vf_id, in bfa_fcs_rport_send_prlo_acc()
3048 if (rport->bfa_rport) { in bfa_fcs_rport_get_attr()
3049 qos_attr.qos_priority = rport->bfa_rport->qos_attr.qos_priority; in bfa_fcs_rport_get_attr()
3051 cpu_to_be32(rport->bfa_rport->qos_attr.qos_flow_id); in bfa_fcs_rport_get_attr()
3219 bfa_rport_speed(rport->bfa_rport, rpf->rpsc_speed); in bfa_fcs_rpf_sm_rpsc()
3221 bfa_rport_speed(rport->bfa_rport, rpf->assigned_speed); in bfa_fcs_rpf_sm_rpsc()