bfa_fcs_s
bfa_fcs_driver_info_init(struct bfa_fcs_s *fcs,
bfa_fcs_fabric_modstop(struct bfa_fcs_s *fcs)
bfa_fcs_fabric_modstart(struct bfa_fcs_s *fcs)
bfa_fcs_exit(struct bfa_fcs_s *fcs)
bfa_fcs_vf_lookup(struct bfa_fcs_s *fcs, u16 vf_id)
struct bfa_fcs_s *fcs;
struct bfa_fcs_s *fcs = cbarg;
struct bfa_fcs_s *fcs = (struct bfa_fcs_s *) cbarg;
bfa_fcs_attach(struct bfa_fcs_s *fcs, struct bfa_s *bfa, struct bfad_s *bfad,
struct bfa_fcs_s *fcs = fcs_cbarg;
bfa_fcs_init(struct bfa_fcs_s *fcs)
bfa_fcs_update_cfg(struct bfa_fcs_s *fcs)
bfa_fcs_stop(struct bfa_fcs_s *fcs)
bfa_fcs_pbc_vport_init(struct bfa_fcs_s *fcs)
struct bfa_fcs_s *fcs; /* FCS instance */
struct bfa_fcs_s *fcs; /* FCS instance */
struct bfa_fcs_s;
struct bfa_fcs_lport_s *bfa_fcs_get_base_port(struct bfa_fcs_s *fcs);
struct bfa_fcs_lport_s *bfa_fcs_lookup_port(struct bfa_fcs_s *fcs,
void bfa_fcs_lport_attach(struct bfa_fcs_lport_s *lport, struct bfa_fcs_s *fcs,
struct bfa_fcs_s *fcs, u16 vf_id,
struct bfa_fcs_s *fcs, u16 vf_id,
struct bfa_fcs_vport_s *bfa_fcs_vport_lookup(struct bfa_fcs_s *fcs,
struct bfa_fcs_s *fcs; /* fcs instance */
struct bfa_fcs_s *fcs; /* fcs instance */
void bfa_fcs_attach(struct bfa_fcs_s *fcs, struct bfa_s *bfa,
void bfa_fcs_init(struct bfa_fcs_s *fcs);
void bfa_fcs_pbc_vport_init(struct bfa_fcs_s *fcs);
void bfa_fcs_update_cfg(struct bfa_fcs_s *fcs);
void bfa_fcs_driver_info_init(struct bfa_fcs_s *fcs,
void bfa_fcs_exit(struct bfa_fcs_s *fcs);
void bfa_fcs_stop(struct bfa_fcs_s *fcs);
bfa_fcs_vf_t *bfa_fcs_vf_lookup(struct bfa_fcs_s *fcs, u16 vf_id);
void bfa_fcs_fabric_modinit(struct bfa_fcs_s *fcs);
void bfa_fcs_fabric_modstart(struct bfa_fcs_s *fcs);
void bfa_fcs_fabric_modstop(struct bfa_fcs_s *fcs);
bfa_fcs_lport_attach(struct bfa_fcs_lport_s *lport, struct bfa_fcs_s *fcs,
bfa_fcs_get_base_port(struct bfa_fcs_s *fcs)
struct bfa_fcs_s *fcs;
struct bfa_fcs_s *fcs;
bfa_fcs_lookup_port(struct bfa_fcs_s *fcs, u16 vf_id, wwn_t lpwwn)
bfa_fcs_vport_create(struct bfa_fcs_vport_s *vport, struct bfa_fcs_s *fcs,
bfa_fcs_pbc_vport_create(struct bfa_fcs_vport_s *vport, struct bfa_fcs_s *fcs,
bfa_fcs_vport_lookup(struct bfa_fcs_s *fcs, u16 vf_id, wwn_t vpwwn)
struct bfa_fcs_s *fcs = port->fcs;
struct bfa_fcs_s *fcs = port->fcs;
struct bfa_fcs_s *fcs = &((struct bfad_s *)bfa->bfad)->bfa_fcs;
struct bfa_fcs_s *fcs = &((struct bfad_s *)bfa->bfad)->bfa_fcs;
struct bfa_fcs_s bfa_fcs;