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