Lines Matching defs:bfa_msgq_cmdq
58 struct bfa_msgq_cmdq { struct
60 enum bfa_msgq_cmdq_flags flags; argument
62 u16 producer_index;
63 u16 consumer_index;
64 u16 depth; /* FW Q depth is 16 bits */
65 struct bfa_dma addr;
66 struct bfa_mbox_cmd dbell_mb;
68 u16 token;
69 int offset;
70 int bytes_to_copy;
71 struct bfa_mbox_cmd copy_mb;
73 struct list_head pending_q; /* pending command queue */
75 struct bfa_msgq *msgq;