Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/bfa/
H A Dbfa_fcs.h122 struct bfa_fcs_lport_ms_s *ms; /* parent ms */
141 struct bfa_fcs_lport_ms_s;
142 typedef void (*bfa_fcs_lport_ms_sm_t)(struct bfa_fcs_lport_ms_s *fsm, enum port_ms_event);
144 struct bfa_fcs_lport_ms_s { struct
159 struct bfa_fcs_lport_ms_s ms; /* MS component of port */ argument
396 void bfa_fcs_lport_fdmi_init(struct bfa_fcs_lport_ms_s *ms);
397 void bfa_fcs_lport_fdmi_offline(struct bfa_fcs_lport_ms_s *ms);
398 void bfa_fcs_lport_fdmi_online(struct bfa_fcs_lport_ms_s *ms);
H A Dbfa_fcs_lport.c2753 bfa_fcs_lport_fdmi_init(struct bfa_fcs_lport_ms_s *ms) in bfa_fcs_lport_fdmi_init()
2774 bfa_fcs_lport_fdmi_online(struct bfa_fcs_lport_ms_s *ms) in bfa_fcs_lport_fdmi_online()
3013 bfa_fcs_lport_ms_sm_gmal(struct bfa_fcs_lport_ms_s *ms, in bfa_fcs_lport_ms_sm_gmal()
3084 struct bfa_fcs_lport_ms_s *ms = ms_cbarg; in bfa_fcs_lport_ms_send_gmal()
3119 struct bfa_fcs_lport_ms_s *ms = (struct bfa_fcs_lport_ms_s *) cbarg; in bfa_fcs_lport_ms_gmal_response()
3216 bfa_fcs_lport_ms_sm_gfn(struct bfa_fcs_lport_ms_s *ms, in bfa_fcs_lport_ms_sm_gfn()
3285 struct bfa_fcs_lport_ms_s *ms = ms_cbarg; in bfa_fcs_lport_ms_send_gfn()
3319 struct bfa_fcs_lport_ms_s *ms = (struct bfa_fcs_lport_ms_s *) cbarg; in bfa_fcs_lport_ms_gfn_response()
3362 struct bfa_fcs_lport_ms_s *ms = ms_cbarg; in bfa_fcs_lport_ms_send_plogi()
3401 struct bfa_fcs_lport_ms_s *ms = (struct bfa_fcs_lport_ms_s *) cbarg; in bfa_fcs_lport_ms_plogi_response()
[all …]