Searched refs:bfa_fcs_s (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/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; 290 struct bfa_fcs_lport_s *bfa_fcs_get_base_port(struct bfa_fcs_s *fcs); 296 struct bfa_fcs_lport_s *bfa_fcs_lookup_port(struct bfa_fcs_s *fcs, 322 void bfa_fcs_lport_attach(struct bfa_fcs_lport_s *lport, struct bfa_fcs_s *fcs, 375 struct bfa_fcs_s *fcs, u16 vf_id, 379 struct bfa_fcs_s *fcs, u16 vf_id, 388 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 | 1070 bfa_fcs_lport_attach(struct bfa_fcs_lport_s *lport, struct bfa_fcs_s *fcs, in bfa_fcs_lport_attach() 5716 bfa_fcs_get_base_port(struct bfa_fcs_s *fcs) in bfa_fcs_get_base_port() 5728 struct bfa_fcs_s *fcs; in bfa_fcs_lport_get_rport() 5776 struct bfa_fcs_s *fcs; in bfa_fcs_lport_get_rport_quals() 5825 struct bfa_fcs_s *fcs; in bfa_fcs_lport_get_rport_max_speed() 5876 bfa_fcs_lookup_port(struct bfa_fcs_s *fcs, u16 vf_id, wwn_t lpwwn) in bfa_fcs_lookup_port() 6721 bfa_fcs_vport_create(struct bfa_fcs_vport_s *vport, struct bfa_fcs_s *fcs, in bfa_fcs_vport_create() 6771 bfa_fcs_pbc_vport_create(struct bfa_fcs_vport_s *vport, struct bfa_fcs_s *fcs, in bfa_fcs_pbc_vport_create() 6881 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()
|