Lines Matching refs:twin

1750 	struct bfa_fcs_rport_s *twin;  in bfa_fcs_rport_plogi_response()  local
1793 twin = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_rport_plogi_response()
1794 if (twin == rport) in bfa_fcs_rport_plogi_response()
1796 if (!rport->pwwn && (plogi_rsp->port_name == twin->pwwn)) { in bfa_fcs_rport_plogi_response()
1797 bfa_trc(rport->fcs, twin->pid); in bfa_fcs_rport_plogi_response()
1801 twin->stats.plogis += rport->stats.plogis; in bfa_fcs_rport_plogi_response()
1802 twin->stats.plogi_rejects += in bfa_fcs_rport_plogi_response()
1804 twin->stats.plogi_timeouts += in bfa_fcs_rport_plogi_response()
1806 twin->stats.plogi_failed += in bfa_fcs_rport_plogi_response()
1808 twin->stats.plogi_rcvd += rport->stats.plogi_rcvd; in bfa_fcs_rport_plogi_response()
1809 twin->stats.plogi_accs++; in bfa_fcs_rport_plogi_response()
1813 bfa_fcs_rport_update(twin, plogi_rsp); in bfa_fcs_rport_plogi_response()
1814 twin->pid = rsp_fchs->s_id; in bfa_fcs_rport_plogi_response()
1815 bfa_sm_send_event(twin, RPSM_EVENT_PLOGI_COMP); in bfa_fcs_rport_plogi_response()
1971 struct bfa_fcs_rport_s *twin; in bfa_fcs_rport_gidpn_response() local
1994 twin = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_rport_gidpn_response()
1995 if (twin == rport) in bfa_fcs_rport_gidpn_response()
1997 if (gidpn_rsp->dap == twin->pid) { in bfa_fcs_rport_gidpn_response()
1998 bfa_trc(rport->fcs, twin->pid); in bfa_fcs_rport_gidpn_response()
2001 twin->pid = 0; in bfa_fcs_rport_gidpn_response()
2002 bfa_sm_send_event(twin, in bfa_fcs_rport_gidpn_response()