bfa_msgq_rspq
BFA_SM_TABLE(rspq, bfa_msgq_rspq, rspq_event, bfa_fsm_msgq_rspq_t)
static void bfa_msgq_rspq_dbell(struct bfa_msgq_rspq *rspq);
bfa_fsm_state_decl(rspq, stopped, struct bfa_msgq_rspq, enum rspq_event);
bfa_fsm_state_decl(rspq, init_wait, struct bfa_msgq_rspq,
bfa_fsm_state_decl(rspq, ready, struct bfa_msgq_rspq, enum rspq_event);
bfa_fsm_state_decl(rspq, dbell_wait, struct bfa_msgq_rspq,
rspq_sm_stopped_entry(struct bfa_msgq_rspq *rspq)
rspq_sm_stopped(struct bfa_msgq_rspq *rspq, enum rspq_event event)
rspq_sm_init_wait_entry(struct bfa_msgq_rspq *rspq)
rspq_sm_init_wait(struct bfa_msgq_rspq *rspq, enum rspq_event event)
rspq_sm_ready_entry(struct bfa_msgq_rspq *rspq)
rspq_sm_ready(struct bfa_msgq_rspq *rspq, enum rspq_event event)
rspq_sm_dbell_wait_entry(struct bfa_msgq_rspq *rspq)
rspq_sm_dbell_wait(struct bfa_msgq_rspq *rspq, enum rspq_event event)
struct bfa_msgq_rspq *rspq = (struct bfa_msgq_rspq *)arg;
bfa_msgq_rspq_dbell(struct bfa_msgq_rspq *rspq)
bfa_msgq_rspq_pi_update(struct bfa_msgq_rspq *rspq, struct bfi_mbmsg *mb)
bfa_msgq_rspq_attach(struct bfa_msgq_rspq *rspq, struct bfa_msgq *msgq)
struct bfa_msgq_rspq *rspq = &msgq->rspq;
struct bfa_msgq_rspq rspq;
void (*fsm)(struct bfa_msgq_rspq *s, enum rspq_event e);