sglist_component
g_sz_bytes = ((req->incnt + 3) / 4) * sizeof(struct sglist_component);
s_sz_bytes = ((req->outcnt + 3) / 4) * sizeof(struct sglist_component);
struct sglist_component *sg_ptr = NULL;
sg_ptr = (struct sglist_component *)buffer;