Searched defs:bfa_fcxp_s (Results 1 – 1 of 1) sorted by relevance
163 struct bfa_fcxp_s { struct164 struct list_head qe; /* fcxp queue element */165 bfa_sm_t sm; /* state machine */166 void *caller; /* driver or fcs */167 struct bfa_fcxp_mod_s *fcxp_mod;169 u16 fcxp_tag; /* internal tag */170 struct bfa_fcxp_req_info_s req_info;172 struct bfa_fcxp_rsp_info_s rsp_info;174 u8 use_ireqbuf; /* use internal req buf */175 u8 use_irspbuf; /* use internal rsp buf */[all …]