Searched defs:alloc_desc_ring (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c115 static int alloc_desc_ring(struct adapter *sc, size_t len, int rw,
1108 rc = alloc_desc_ring(sc, len, DDI_DMA_READ, &iq->dhdl, &iq->ahdl,
1150 rc = alloc_desc_ring(sc, len, DDI_DMA_WRITE, &fl->dhdl,
1530 rc = alloc_desc_ring(sc, len, DDI_DMA_WRITE, &eq->desc_dhdl,
1866 alloc_desc_ring(struct adapter *sc, size_t len, int rw, function

Completed in 52 milliseconds