Searched defs:bfa_fcxp_wqe_s (Results 1 – 1 of 1) sorted by relevance
202 struct bfa_fcxp_wqe_s { struct203 struct list_head qe;204 bfa_fcxp_alloc_cbfn_t alloc_cbfn;205 void *alloc_cbarg;206 void *caller;207 struct bfa_s *bfa;208 int nreq_sgles;209 int nrsp_sgles;210 bfa_fcxp_get_sgaddr_t req_sga_cbfn;211 bfa_fcxp_get_sglen_t req_sglen_cbfn;[all …]