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