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