Home
last modified time | relevance | path

Searched refs:alloc_desc_ring (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c117 static int alloc_desc_ring(struct adapter *sc, size_t len, int rw,
1320 rc = alloc_desc_ring(sc, len, DDI_DMA_READ, &iq->dhdl, &iq->ahdl, in alloc_iq_fl()
1366 rc = alloc_desc_ring(sc, len, DDI_DMA_WRITE, &fl->dhdl, in alloc_iq_fl()
1793 rc = alloc_desc_ring(sc, len, DDI_DMA_WRITE, &eq->desc_dhdl, in alloc_eq()
2151 alloc_desc_ring(struct adapter *sc, size_t len, int rw, in alloc_desc_ring() function