Searched refs:bfa_fcs_s (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/bfa/ |
D | bfa_fcs.h | 57 struct bfa_fcs_s; 152 struct bfa_fcs_s *fcs; /* FCS instance */ 185 struct bfa_fcs_s *fcs; /* FCS instance */ 227 struct bfa_fcs_s; 293 struct bfa_fcs_lport_s *bfa_fcs_get_base_port(struct bfa_fcs_s *fcs); 299 struct bfa_fcs_lport_s *bfa_fcs_lookup_port(struct bfa_fcs_s *fcs, 324 void bfa_fcs_lport_attach(struct bfa_fcs_lport_s *lport, struct bfa_fcs_s *fcs, 377 struct bfa_fcs_s *fcs, u16 vf_id, 381 struct bfa_fcs_s *fcs, u16 vf_id, 390 struct bfa_fcs_vport_s *bfa_fcs_vport_lookup(struct bfa_fcs_s *fcs, [all …]
|
D | bfa_fcs.c | 33 void (*attach) (struct bfa_fcs_s *fcs); 34 void (*modinit) (struct bfa_fcs_s *fcs); 35 void (*modexit) (struct bfa_fcs_s *fcs); 54 struct bfa_fcs_s *fcs = fcs_cbarg; in bfa_fcs_exit_comp() 70 bfa_fcs_attach(struct bfa_fcs_s *fcs, struct bfa_s *bfa, struct bfad_s *bfad, in bfa_fcs_attach() 95 bfa_fcs_init(struct bfa_fcs_s *fcs) in bfa_fcs_init() 112 bfa_fcs_update_cfg(struct bfa_fcs_s *fcs) in bfa_fcs_update_cfg() 126 bfa_fcs_stop(struct bfa_fcs_s *fcs) in bfa_fcs_stop() 138 bfa_fcs_pbc_vport_init(struct bfa_fcs_s *fcs) in bfa_fcs_pbc_vport_init() 162 bfa_fcs_driver_info_init(struct bfa_fcs_s *fcs, in bfa_fcs_driver_info_init() [all …]
|
D | bfad_drv.h | 193 struct bfa_fcs_s bfa_fcs;
|
D | bfa_fcs_lport.c | 1057 bfa_fcs_lport_attach(struct bfa_fcs_lport_s *lport, struct bfa_fcs_s *fcs, in bfa_fcs_lport_attach() 5505 bfa_fcs_get_base_port(struct bfa_fcs_s *fcs) in bfa_fcs_get_base_port() 5517 struct bfa_fcs_s *fcs; in bfa_fcs_lport_get_rport() 5565 struct bfa_fcs_s *fcs; in bfa_fcs_lport_get_rport_quals() 5614 struct bfa_fcs_s *fcs; in bfa_fcs_lport_get_rport_max_speed() 5665 bfa_fcs_lookup_port(struct bfa_fcs_s *fcs, u16 vf_id, wwn_t lpwwn) in bfa_fcs_lookup_port() 6507 bfa_fcs_vport_create(struct bfa_fcs_vport_s *vport, struct bfa_fcs_s *fcs, in bfa_fcs_vport_create() 6557 bfa_fcs_pbc_vport_create(struct bfa_fcs_vport_s *vport, struct bfa_fcs_s *fcs, in bfa_fcs_pbc_vport_create() 6667 bfa_fcs_vport_lookup(struct bfa_fcs_s *fcs, u16 vf_id, wwn_t vpwwn) in bfa_fcs_vport_lookup()
|
D | bfa_fcs_rport.c | 2319 struct bfa_fcs_s *fcs = port->fcs; in bfa_fcs_rport_alloc() 2380 struct bfa_fcs_s *fcs = port->fcs; in bfa_fcs_rport_free() 2803 struct bfa_fcs_s *fcs = &((struct bfad_s *)bfa->bfad)->bfa_fcs; in bfa_cb_rport_scn_online() 2830 struct bfa_fcs_s *fcs = &((struct bfad_s *)bfa->bfad)->bfa_fcs; in bfa_cb_rport_scn_offline()
|