bfa_fcs_rpf_s
struct bfa_fcs_rpf_s;
typedef void (*bfa_fcs_rpf_sm_t)(struct bfa_fcs_rpf_s *, enum rpf_event);
struct bfa_fcs_rpf_s rpf; /* Rport features module */
static void bfa_fcs_rpf_sm_uninit(struct bfa_fcs_rpf_s *rpf,
static void bfa_fcs_rpf_sm_rpsc_sending(struct bfa_fcs_rpf_s *rpf,
static void bfa_fcs_rpf_sm_rpsc(struct bfa_fcs_rpf_s *rpf,
static void bfa_fcs_rpf_sm_rpsc_retry(struct bfa_fcs_rpf_s *rpf,
static void bfa_fcs_rpf_sm_offline(struct bfa_fcs_rpf_s *rpf,
static void bfa_fcs_rpf_sm_online(struct bfa_fcs_rpf_s *rpf,
bfa_fcs_rpf_sm_uninit(struct bfa_fcs_rpf_s *rpf, enum rpf_event event)
bfa_fcs_rpf_sm_rpsc_sending(struct bfa_fcs_rpf_s *rpf, enum rpf_event event)
bfa_fcs_rpf_sm_rpsc(struct bfa_fcs_rpf_s *rpf, enum rpf_event event)
bfa_fcs_rpf_sm_rpsc_retry(struct bfa_fcs_rpf_s *rpf, enum rpf_event event)
bfa_fcs_rpf_sm_online(struct bfa_fcs_rpf_s *rpf, enum rpf_event event)
bfa_fcs_rpf_sm_offline(struct bfa_fcs_rpf_s *rpf, enum rpf_event event)
struct bfa_fcs_rpf_s *rpf = &rport->rpf;
struct bfa_fcs_rpf_s *rpf = (struct bfa_fcs_rpf_s *) arg;
struct bfa_fcs_rpf_s *rpf = (struct bfa_fcs_rpf_s *)rpf_cbarg;
struct bfa_fcs_rpf_s *rpf = (struct bfa_fcs_rpf_s *) cbarg;