bfad_sm_event
bfad_sm_uninit(struct bfad_s *bfad, enum bfad_sm_event event);
bfad_sm_created(struct bfad_s *bfad, enum bfad_sm_event event);
bfad_sm_initializing(struct bfad_s *bfad, enum bfad_sm_event event);
bfad_sm_operational(struct bfad_s *bfad, enum bfad_sm_event event);
bfad_sm_stopping(struct bfad_s *bfad, enum bfad_sm_event event);
bfad_sm_failed(struct bfad_s *bfad, enum bfad_sm_event event);
bfad_sm_fcs_exit(struct bfad_s *bfad, enum bfad_sm_event event);
bfad_sm_uninit(struct bfad_s *bfad, enum bfad_sm_event event)
bfad_sm_created(struct bfad_s *bfad, enum bfad_sm_event event)
bfad_sm_initializing(struct bfad_s *bfad, enum bfad_sm_event event)
bfad_sm_failed(struct bfad_s *bfad, enum bfad_sm_event event)
bfad_sm_operational(struct bfad_s *bfad, enum bfad_sm_event event)
bfad_sm_fcs_exit(struct bfad_s *bfad, enum bfad_sm_event event)
bfad_sm_stopping(struct bfad_s *bfad, enum bfad_sm_event event)
typedef void (*bfad_sm_t)(struct bfad_s *, enum bfad_sm_event);