Searched refs:bfa_fcs_lport_ns_s (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/scsi/bfa/ |
D | bfa_fcs_lport.c | 3607 static void bfa_fcs_lport_ns_sm_offline(struct bfa_fcs_lport_ns_s *ns, 3609 static void bfa_fcs_lport_ns_sm_plogi_sending(struct bfa_fcs_lport_ns_s *ns, 3611 static void bfa_fcs_lport_ns_sm_plogi(struct bfa_fcs_lport_ns_s *ns, 3613 static void bfa_fcs_lport_ns_sm_plogi_retry(struct bfa_fcs_lport_ns_s *ns, 3616 struct bfa_fcs_lport_ns_s *ns, 3618 static void bfa_fcs_lport_ns_sm_rspn_id(struct bfa_fcs_lport_ns_s *ns, 3620 static void bfa_fcs_lport_ns_sm_rspn_id_retry(struct bfa_fcs_lport_ns_s *ns, 3623 struct bfa_fcs_lport_ns_s *ns, 3625 static void bfa_fcs_lport_ns_sm_rft_id_retry(struct bfa_fcs_lport_ns_s *ns, 3627 static void bfa_fcs_lport_ns_sm_rft_id(struct bfa_fcs_lport_ns_s *ns, [all …]
|
D | bfa_fcs.h | 65 struct bfa_fcs_lport_ns_s; 66 typedef void (*bfa_fcs_lport_ns_sm_t)(struct bfa_fcs_lport_ns_s *fsm, enum vport_ns_event); 68 struct bfa_fcs_lport_ns_s { struct 157 struct bfa_fcs_lport_ns_s ns; /* NS component of port */
|