Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/bfa/
Dbfa_fcs.c114 struct bfa_fcs_fabric_s *fabric = &fcs->fabric; in bfa_fcs_update_cfg()
223 static void bfa_fcs_fabric_init(struct bfa_fcs_fabric_s *fabric);
224 static void bfa_fcs_fabric_login(struct bfa_fcs_fabric_s *fabric);
225 static void bfa_fcs_fabric_notify_online(struct bfa_fcs_fabric_s *fabric);
226 static void bfa_fcs_fabric_notify_offline(struct bfa_fcs_fabric_s *fabric);
228 static void bfa_fcs_fabric_delete(struct bfa_fcs_fabric_s *fabric);
230 static void bfa_fcs_fabric_stop(struct bfa_fcs_fabric_s *fabric);
232 static void bfa_fcs_fabric_process_uf(struct bfa_fcs_fabric_s *fabric,
234 static void bfa_fcs_fabric_process_flogi(struct bfa_fcs_fabric_s *fabric,
236 static void bfa_fcs_fabric_send_flogi_acc(struct bfa_fcs_fabric_s *fabric);
[all …]
Dbfa_fcs.h145 struct bfa_fcs_fabric_s *fabric; /* parent fabric */
182 struct bfa_fcs_fabric_s { struct
221 #define bfa_fcs_vf_t struct bfa_fcs_fabric_s argument
228 struct bfa_fcs_fabric_s;
704 struct bfa_fcs_fabric_s fabric; /* base fabric state machine */
813 void bfa_fcs_fabric_link_up(struct bfa_fcs_fabric_s *fabric);
814 void bfa_fcs_fabric_link_down(struct bfa_fcs_fabric_s *fabric);
815 void bfa_fcs_fabric_addvport(struct bfa_fcs_fabric_s *fabric,
817 void bfa_fcs_fabric_delvport(struct bfa_fcs_fabric_s *fabric,
820 struct bfa_fcs_fabric_s *fabric, wwn_t pwwn);
[all …]
Dbfad_bsg.c2512 struct bfa_fcs_fabric_s *fcs_vf; in bfad_iocmd_vf_get_stats()
2535 struct bfa_fcs_fabric_s *fcs_vf; in bfad_iocmd_vf_clr_stats()
Dbfa_fcs_lport.c5034 struct bfa_fcs_fabric_s *fabric = port->fabric; in bfa_fcs_lport_ns_process_gidft_pids()
5551 struct bfa_fcs_fabric_s *fabric = port->fabric; in bfa_fcs_lport_scn_portid_rscn()
6884 struct bfa_fcs_fabric_s *fabric; in bfa_fcs_vport_lookup()
Dbfa_fcs_rport.c3156 struct bfa_fcs_fabric_s *fabric = &rport->fcs->fabric; in bfa_fcs_rpf_sm_uninit()