Home
last modified time | relevance | path

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

/drivers/scsi/bfa/
Dbfa_fcs.c64 struct bfa_fcs_fabric_s *fabric = &fcs->fabric; in bfa_fcs_update_cfg()
161 static void bfa_fcs_fabric_init(struct bfa_fcs_fabric_s *fabric);
162 static void bfa_fcs_fabric_login(struct bfa_fcs_fabric_s *fabric);
163 static void bfa_fcs_fabric_notify_online(struct bfa_fcs_fabric_s *fabric);
164 static void bfa_fcs_fabric_notify_offline(struct bfa_fcs_fabric_s *fabric);
166 static void bfa_fcs_fabric_delete(struct bfa_fcs_fabric_s *fabric);
168 static void bfa_fcs_fabric_stop(struct bfa_fcs_fabric_s *fabric);
170 static void bfa_fcs_fabric_process_uf(struct bfa_fcs_fabric_s *fabric,
172 static void bfa_fcs_fabric_process_flogi(struct bfa_fcs_fabric_s *fabric,
174 static void bfa_fcs_fabric_send_flogi_acc(struct bfa_fcs_fabric_s *fabric);
[all …]
Dbfa_fcs.h146 struct bfa_fcs_fabric_s *fabric; /* parent fabric */
183 struct bfa_fcs_fabric_s { struct
222 #define bfa_fcs_vf_t struct bfa_fcs_fabric_s argument
229 struct bfa_fcs_fabric_s;
705 struct bfa_fcs_fabric_s fabric; /* base fabric state machine */
812 void bfa_fcs_fabric_link_up(struct bfa_fcs_fabric_s *fabric);
813 void bfa_fcs_fabric_link_down(struct bfa_fcs_fabric_s *fabric);
814 void bfa_fcs_fabric_addvport(struct bfa_fcs_fabric_s *fabric,
816 void bfa_fcs_fabric_delvport(struct bfa_fcs_fabric_s *fabric,
819 struct bfa_fcs_fabric_s *fabric, wwn_t pwwn);
[all …]
Dbfad_bsg.c2513 struct bfa_fcs_fabric_s *fcs_vf; in bfad_iocmd_vf_get_stats()
2536 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()
6882 struct bfa_fcs_fabric_s *fabric; in bfa_fcs_vport_lookup()
Dbfa_fcs_rport.c3157 struct bfa_fcs_fabric_s *fabric = &rport->fcs->fabric; in bfa_fcs_rpf_sm_uninit()