Lines Matching defs:bfa_msgq_cmdq
65 struct bfa_msgq_cmdq { struct
67 enum bfa_msgq_cmdq_flags flags; argument
69 u16 producer_index;
70 u16 consumer_index;
71 u16 depth; /* FW Q depth is 16 bits */
72 struct bfa_dma addr;
73 struct bfa_mbox_cmd dbell_mb;
75 u16 token;
76 int offset;
77 int bytes_to_copy;
78 struct bfa_mbox_cmd copy_mb;
80 struct list_head pending_q; /* pending command queue */
82 struct bfa_msgq *msgq;