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);
379 struct bfa_fcs_lport_s *bfa_fcs_lookup_port(struct bfa_fcs_s *fcs,
393 /* MS FCS routines */
399 /* FDMI FCS routines */
405 void bfa_fcs_lport_attach(struct bfa_fcs_lport_s *lport, struct bfa_fcs_s *fcs,
479 * bfa fcs vport public functions
482 struct bfa_fcs_s *fcs, u16 vf_id,
486 struct bfa_fcs_s *fcs, u16 vf_id,
495 struct bfa_fcs_vport_s *bfa_fcs_vport_lookup(struct bfa_fcs_s *fcs,
518 * fcs_rport_ftrs_sm FCS rport state machine events
552 * fcs_rport_sm FCS rport state machine events
575 RPSM_EVENT_FC4_FCS_ONLINE = 21, /* FC-4 FCS online complete */
583 struct bfa_fcs_lport_s *port; /* parent FCS port */
584 struct bfa_fcs_s *fcs; /* fcs instance */ member
620 * bfa fcs rport API functions
655 * fcs_itnim_sm FCS itnim state machine events
685 struct bfa_fcs_s *fcs; /* fcs instance */ member
768 * bfa fcs FCP Initiator mode API functions
881 struct bfa_fcs_stats_s stats; /* FCS statistics */
892 * bfa fcs API functions
894 void bfa_fcs_attach(struct bfa_fcs_s *fcs, struct bfa_s *bfa,
897 void bfa_fcs_init(struct bfa_fcs_s *fcs);
898 void bfa_fcs_pbc_vport_init(struct bfa_fcs_s *fcs);
899 void bfa_fcs_update_cfg(struct bfa_fcs_s *fcs);
900 void bfa_fcs_driver_info_init(struct bfa_fcs_s *fcs,
902 void bfa_fcs_exit(struct bfa_fcs_s *fcs);
903 void bfa_fcs_stop(struct bfa_fcs_s *fcs);
906 * bfa fcs vf public functions
908 bfa_fcs_vf_t *bfa_fcs_vf_lookup(struct bfa_fcs_s *fcs, u16 vf_id);
914 void bfa_fcs_fabric_modinit(struct bfa_fcs_s *fcs);
923 void bfa_fcs_fabric_modstart(struct bfa_fcs_s *fcs);
931 void bfa_fcs_fabric_modstop(struct bfa_fcs_s *fcs);
940 * BFA FCS callback interfaces
944 * fcb Main fcs callbacks