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