Searched defs:bfa_sgpg_wqe_s (Results 1 – 1 of 1) sorted by relevance
30 struct bfa_sgpg_wqe_s { struct31 struct list_head qe; /* queue sg page element */32 int nsgpg; /* pages to be allocated */33 int nsgpg_total; /* total pages required */34 void (*cbfn) (void *cbarg); /* callback function */35 void *cbarg; /* callback arg */36 struct list_head sgpg_q; /* queue of alloced sgpgs */