Lines Matching defs:bfa_msgq_cmdq
60 struct bfa_msgq_cmdq { struct
61 void (*fsm)(struct bfa_msgq_cmdq *s, enum cmdq_event e); argument
62 enum bfa_msgq_cmdq_flags flags; argument
64 u16 producer_index;
65 u16 consumer_index;
66 u16 depth; /* FW Q depth is 16 bits */
67 struct bfa_dma addr;
68 struct bfa_mbox_cmd dbell_mb;
70 u16 token;
71 int offset;
72 int bytes_to_copy;
73 struct bfa_mbox_cmd copy_mb;
75 struct list_head pending_q; /* pending command queue */
77 struct bfa_msgq *msgq;