Searched refs:bfa_msgq_cmdq (Results 1 – 3 of 3) sorted by relevance
31 static void bfa_msgq_cmdq_dbell(struct bfa_msgq_cmdq *cmdq);32 static void bfa_msgq_cmdq_copy_rsp(struct bfa_msgq_cmdq *cmdq);46 bfa_fsm_state_decl(cmdq, dbell_wait, struct bfa_msgq_cmdq,50 cmdq_sm_stopped_entry(struct bfa_msgq_cmdq *cmdq) in cmdq_sm_stopped_entry()91 cmdq_sm_init_wait_entry(struct bfa_msgq_cmdq *cmdq) in cmdq_sm_init_wait_entry()123 cmdq_sm_ready_entry(struct bfa_msgq_cmdq *cmdq) in cmdq_sm_ready_entry()146 cmdq_sm_dbell_wait_entry(struct bfa_msgq_cmdq *cmdq) in cmdq_sm_dbell_wait_entry()180 struct bfa_msgq_cmdq *cmdq = (struct bfa_msgq_cmdq *)arg; in bfa_msgq_cmdq_dbell_ready()185 bfa_msgq_cmdq_dbell(struct bfa_msgq_cmdq *cmdq) in bfa_msgq_cmdq_dbell()256 struct bfa_msgq_cmdq *cmdq = (struct bfa_msgq_cmdq *)arg; in bfa_msgq_cmdq_copy_next()[all …]
60 struct bfa_msgq_cmdq { struct61 void (*fsm)(struct bfa_msgq_cmdq *s, enum cmdq_event e); argument108 struct bfa_msgq_cmdq cmdq;
45 BFA_SM_TABLE(cmdq, bfa_msgq_cmdq, cmdq_event, bfa_fsm_msgq_cmdq_t)