sglist_alloc
vq->vtblk_sglist = sglist_alloc(sc->vtblk_max_nsegs, M_INTWAIT);
sc->vtscsi_sglist = sglist_alloc(sc->vtscsi_max_nsegs, M_NOWAIT);
sg = sglist_alloc(nsegs, mflags);
new = sglist_alloc(sg->sg_maxseg, mflags);
sg = sglist_alloc(count, mflags);
sg = sglist_alloc(count, mflags);
struct sglist *sglist_alloc(int nsegs, int mflags);