Home
last modified time | relevance | path

Searched refs:RPSM_EVENT_ACCEPTED (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/scsi/bfa/
Dbfa_fcs_rport.c414 case RPSM_EVENT_ACCEPTED: in bfa_fcs_rport_sm_plogi()
738 case RPSM_EVENT_ACCEPTED: in bfa_fcs_rport_sm_nsquery()
849 case RPSM_EVENT_ACCEPTED: in bfa_fcs_rport_sm_adisc_online()
951 case RPSM_EVENT_ACCEPTED: in bfa_fcs_rport_sm_adisc_offline()
1552 case RPSM_EVENT_ACCEPTED: in bfa_fcs_rport_sm_nsdisc_sent()
1809 bfa_sm_send_event(rport, RPSM_EVENT_ACCEPTED); in bfa_fcs_rport_plogi_response()
1897 bfa_sm_send_event(rport, RPSM_EVENT_ACCEPTED); in bfa_fcs_rport_adisc_response()
1969 bfa_sm_send_event(rport, RPSM_EVENT_ACCEPTED); in bfa_fcs_rport_gidpn_response()
2034 bfa_sm_send_event(rport, RPSM_EVENT_ACCEPTED); in bfa_fcs_rport_gpnid_response()
Dbfa_fcs.h743 RPSM_EVENT_ACCEPTED = 9, /* Good response from remote device */ enumerator