Searched refs:alloc_desc_ring (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_sge.c | 115 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, in alloc_iq_fl() 1150 rc = alloc_desc_ring(sc, len, DDI_DMA_WRITE, &fl->dhdl, in alloc_iq_fl() 1530 rc = alloc_desc_ring(sc, len, DDI_DMA_WRITE, &eq->desc_dhdl, in alloc_eq() 1866 alloc_desc_ring(struct adapter *sc, size_t len, int rw, in alloc_desc_ring() function
|