Searched defs:bfa_fcxp_mod_s (Results 1 – 1 of 1) sorted by relevance
89 struct bfa_fcxp_mod_s { struct90 struct bfa_s *bfa; /* backpointer to BFA */91 struct bfa_fcxp_s *fcxp_list; /* array of FCXPs */92 u16 num_fcxps; /* max num FCXP requests */95 struct list_head fcxp_active_q; /* active FCXPs */98 struct list_head fcxp_req_unused_q; /* unused req_fcxps */99 struct list_head fcxp_rsp_unused_q; /* unused rsp_fcxps */100 u32 req_pld_sz;101 u32 rsp_pld_sz;102 struct bfa_mem_dma_s dma_seg[BFA_FCXP_DMA_SEGS];[all …]
Completed in 8 milliseconds