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