Searched defs:bfa_fcxp_mod_s (Results 1 – 1 of 1) sorted by relevance
97 struct bfa_fcxp_mod_s { struct98 struct bfa_s *bfa; /* backpointer to BFA */99 struct bfa_fcxp_s *fcxp_list; /* array of FCXPs */100 u16 num_fcxps; /* max num FCXP requests */101 struct list_head fcxp_req_free_q; /* free FCXPs used for sending req */102 struct list_head fcxp_rsp_free_q; /* free FCXPs used for sending req */103 struct list_head fcxp_active_q; /* active FCXPs */104 struct list_head req_wait_q; /* wait queue for free req_fcxp */105 struct list_head rsp_wait_q; /* wait queue for free rsp_fcxp */106 struct list_head fcxp_req_unused_q; /* unused req_fcxps */[all …]