Searched defs:bfa_fcxp_s (Results 1 – 1 of 1) sorted by relevance
155 struct bfa_fcxp_s { struct156 struct list_head qe; /* fcxp queue element */157 bfa_sm_t sm; /* state machine */158 void *caller; /* driver or fcs */159 struct bfa_fcxp_mod_s *fcxp_mod;161 u16 fcxp_tag; /* internal tag */162 struct bfa_fcxp_req_info_s req_info;164 struct bfa_fcxp_rsp_info_s rsp_info;166 u8 use_ireqbuf; /* use internal req buf */167 u8 use_irspbuf; /* use internal rsp buf */[all …]