sglist_alloc
sg = sglist_alloc(1, M_WAITOK);
sg = sglist_alloc(1, M_WAITOK);
qp->cq_sg_crp = sglist_alloc(32, M_WAITOK);
qp->cq_sg_ulptx = sglist_alloc(34, M_WAITOK);
qp->cq_sg_dst = sglist_alloc(2, M_WAITOK);
sg = sglist_alloc(num_entries, M_WAITOK /* XXXKIB */);
s->sg_input = sglist_alloc(TX_SGL_SEGS, M_NOWAIT);
s->sg_output = sglist_alloc(TX_SGL_SEGS, M_NOWAIT);
s->sg_ulptx = sglist_alloc(TX_SGL_SEGS, M_NOWAIT);
s->sg_dsgl = sglist_alloc(MAX_RX_PHYS_DSGL_SGE, M_NOWAIT);
txq->gl = sglist_alloc(TX_SGL_SEGS, M_WAITOK);
spa_sg = sglist_alloc(1, M_WAITOK);
sg = sglist_alloc(1, M_WAITOK);
sg = sglist_alloc(1, M_WAITOK);
ring->cmd_data = sglist_alloc(SAFEXCEL_MAX_FRAGMENTS, M_WAITOK);
ring->res_data = sglist_alloc(SAFEXCEL_MAX_FRAGMENTS, M_WAITOK);
sc->vtblk_sglist = sglist_alloc(sc->vtblk_max_nsegs, M_NOWAIT);
rxq->vtnrx_sg = sglist_alloc(sc->vtnet_rx_nsegs, M_NOWAIT);
txq->vtntx_sg = sglist_alloc(sc->vtnet_tx_nsegs, M_NOWAIT);
chan->vt9p_sglist = sglist_alloc(chan->max_nsegs, M_WAITOK);
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);