Lines Matching full:fcs

186  *  fcs_port_sm FCS logical port state machine
211 struct bfa_fcs_s *fcs; /* FCS instance */ member
220 #define BFA_FCS_GET_HAL_FROM_PORT(port) (port->fcs->bfa)
271 struct bfa_fcs_s *fcs; /* FCS instance */ member
369 * bfa fcs port public functions
373 struct bfa_fcs_lport_s *bfa_fcs_get_base_port(struct bfa_fcs_s *fcs);
377 struct bfa_fcs_lport_s *bfa_fcs_lookup_port(struct bfa_fcs_s *fcs,
389 /* MS FCS routines */
395 /* FDMI FCS routines */
401 void bfa_fcs_lport_attach(struct bfa_fcs_lport_s *lport, struct bfa_fcs_s *fcs,
473 * bfa fcs vport public functions
476 struct bfa_fcs_s *fcs, u16 vf_id,
480 struct bfa_fcs_s *fcs, u16 vf_id,
488 struct bfa_fcs_vport_s *bfa_fcs_vport_lookup(struct bfa_fcs_s *fcs,
510 * fcs_rport_ftrs_sm FCS rport state machine events
544 * fcs_rport_sm FCS rport state machine events
567 RPSM_EVENT_FC4_FCS_ONLINE = 21, /* FC-4 FCS online complete */
575 struct bfa_fcs_lport_s *port; /* parent FCS port */
576 struct bfa_fcs_s *fcs; /* fcs instance */ member
612 * bfa fcs rport API functions
643 * fcs_itnim_sm FCS itnim state machine events
673 struct bfa_fcs_s *fcs; /* fcs instance */ member
756 * bfa fcs FCP Initiator mode API functions
869 struct bfa_fcs_stats_s stats; /* FCS statistics */
880 * bfa fcs API functions
882 void bfa_fcs_attach(struct bfa_fcs_s *fcs, struct bfa_s *bfa,
885 void bfa_fcs_init(struct bfa_fcs_s *fcs);
886 void bfa_fcs_pbc_vport_init(struct bfa_fcs_s *fcs);
887 void bfa_fcs_update_cfg(struct bfa_fcs_s *fcs);
888 void bfa_fcs_driver_info_init(struct bfa_fcs_s *fcs,
890 void bfa_fcs_exit(struct bfa_fcs_s *fcs);
891 void bfa_fcs_stop(struct bfa_fcs_s *fcs);
894 * bfa fcs vf public functions
896 bfa_fcs_vf_t *bfa_fcs_vf_lookup(struct bfa_fcs_s *fcs, u16 vf_id);
902 void bfa_fcs_fabric_modinit(struct bfa_fcs_s *fcs);
911 void bfa_fcs_fabric_modstart(struct bfa_fcs_s *fcs);
919 void bfa_fcs_fabric_modstop(struct bfa_fcs_s *fcs);
928 * BFA FCS callback interfaces
932 * fcb Main fcs callbacks