Home
last modified time | relevance | path

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

/linux-5.19.10/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.h138 struct bfa_fcs_fabric_s *fabric; /* parent fabric */
175 struct bfa_fcs_fabric_s { struct
214 #define bfa_fcs_vf_t struct bfa_fcs_fabric_s argument
694 struct bfa_fcs_fabric_s fabric; /* base fabric state machine */
801 void bfa_fcs_fabric_link_up(struct bfa_fcs_fabric_s *fabric);
802 void bfa_fcs_fabric_link_down(struct bfa_fcs_fabric_s *fabric);
803 void bfa_fcs_fabric_addvport(struct bfa_fcs_fabric_s *fabric,
805 void bfa_fcs_fabric_delvport(struct bfa_fcs_fabric_s *fabric,
808 struct bfa_fcs_fabric_s *fabric, wwn_t pwwn);
810 void bfa_fcs_fabric_uf_recv(struct bfa_fcs_fabric_s *fabric,
[all …]
Dbfad_bsg.c2503 struct bfa_fcs_fabric_s *fcs_vf; in bfad_iocmd_vf_get_stats()
2526 struct bfa_fcs_fabric_s *fcs_vf; in bfad_iocmd_vf_clr_stats()
Dbfa_fcs_lport.c5038 struct bfa_fcs_fabric_s *fabric = port->fabric; in bfa_fcs_lport_ns_process_gidft_pids()
5549 struct bfa_fcs_fabric_s *fabric = port->fabric; in bfa_fcs_lport_scn_portid_rscn()
6878 struct bfa_fcs_fabric_s *fabric; in bfa_fcs_vport_lookup()
Dbfa_fcs_rport.c3141 struct bfa_fcs_fabric_s *fabric = &rport->fcs->fabric; in bfa_fcs_rpf_sm_uninit()