Searched defs:bfa_sgpg_wqe_s (Results 1 – 1 of 1) sorted by relevance
36 struct bfa_sgpg_wqe_s { struct37 struct list_head qe; /* queue sg page element */38 int nsgpg; /* pages to be allocated */39 int nsgpg_total; /* total pages required */40 void (*cbfn) (void *cbarg); /* callback function */41 void *cbarg; /* callback arg */42 struct list_head sgpg_q; /* queue of alloced sgpgs */