Lines Matching defs:bfa_fcxp_mod_s
96 struct bfa_fcxp_mod_s { struct
97 struct bfa_s *bfa; /* backpointer to BFA */
98 struct bfa_fcxp_s *fcxp_list; /* array of FCXPs */
99 u16 num_fcxps; /* max num FCXP requests */
100 struct list_head fcxp_req_free_q; /* free FCXPs used for sending req */
101 struct list_head fcxp_rsp_free_q; /* free FCXPs used for sending req */
102 struct list_head fcxp_active_q; /* active FCXPs */
103 struct list_head req_wait_q; /* wait queue for free req_fcxp */
104 struct list_head rsp_wait_q; /* wait queue for free rsp_fcxp */
105 struct list_head fcxp_req_unused_q; /* unused req_fcxps */
106 struct list_head fcxp_rsp_unused_q; /* unused rsp_fcxps */
107 u32 req_pld_sz;
108 u32 rsp_pld_sz;
109 struct bfa_mem_dma_s dma_seg[BFA_FCXP_DMA_SEGS];
110 struct bfa_mem_kva_s kva_seg;