Home
last modified time | relevance | path

Searched refs:bfa_fcs_fabric_s (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/scsi/bfa/
Dbfa_fcs.c56 struct bfa_fcs_fabric_s *fabric = &fcs->fabric; in bfa_fcs_update_cfg()
153 static void bfa_fcs_fabric_init(struct bfa_fcs_fabric_s *fabric);
154 static void bfa_fcs_fabric_login(struct bfa_fcs_fabric_s *fabric);
155 static void bfa_fcs_fabric_notify_online(struct bfa_fcs_fabric_s *fabric);
156 static void bfa_fcs_fabric_notify_offline(struct bfa_fcs_fabric_s *fabric);
158 static void bfa_fcs_fabric_delete(struct bfa_fcs_fabric_s *fabric);
160 static void bfa_fcs_fabric_stop(struct bfa_fcs_fabric_s *fabric);
162 static void bfa_fcs_fabric_process_uf(struct bfa_fcs_fabric_s *fabric,
164 static void bfa_fcs_fabric_process_flogi(struct bfa_fcs_fabric_s *fabric,
166 static void bfa_fcs_fabric_send_flogi_acc(struct bfa_fcs_fabric_s *fabric);
[all …]
Dbfa_fcs.h204 struct bfa_fcs_fabric_s *fabric; /* parent fabric */
265 struct bfa_fcs_fabric_s;
266 typedef void (*bfa_fcs_fabric_sm_t)(struct bfa_fcs_fabric_s *fsm, enum bfa_fcs_fabric_event);
268 struct bfa_fcs_fabric_s { struct
307 #define bfa_fcs_vf_t struct bfa_fcs_fabric_s argument
880 struct bfa_fcs_fabric_s fabric; /* base fabric state machine */
915 void bfa_fcs_fabric_link_up(struct bfa_fcs_fabric_s *fabric);
916 void bfa_fcs_fabric_link_down(struct bfa_fcs_fabric_s *fabric);
917 void bfa_fcs_fabric_addvport(struct bfa_fcs_fabric_s *fabric,
919 void bfa_fcs_fabric_delvport(struct bfa_fcs_fabric_s *fabric,
[all …]
Dbfad_bsg.c2500 struct bfa_fcs_fabric_s *fcs_vf; in bfad_iocmd_vf_get_stats()
2523 struct bfa_fcs_fabric_s *fcs_vf; in bfad_iocmd_vf_clr_stats()
Dbfa_fcs_lport.c4979 struct bfa_fcs_fabric_s *fabric = port->fabric; in bfa_fcs_lport_ns_process_gidft_pids()
5478 struct bfa_fcs_fabric_s *fabric = port->fabric; in bfa_fcs_lport_scn_portid_rscn()
6802 struct bfa_fcs_fabric_s *fabric; in bfa_fcs_vport_lookup()
Dbfa_fcs_rport.c3143 struct bfa_fcs_fabric_s *fabric = &rport->fcs->fabric; in bfa_fcs_rpf_sm_uninit()