Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c120 static int free_desc_ring(ddi_dma_handle_t *dhdl, ddi_acc_handle_t *ahdl);
1510 (void) free_desc_ring(&iq->dhdl, &iq->ahdl); in free_iq_fl()
1529 (void) free_desc_ring(&fl->dhdl, &fl->ahdl); in free_iq_fl()
1889 (void) free_desc_ring(&eq->desc_dhdl, &eq->desc_ahdl); in free_eq()
1998 (void) free_desc_ring(&txq->txb_dhdl, &txq->txb_ahdl); in free_txq()
2128 (void) free_desc_ring(&dhdl, &ahdl); in alloc_dma_memory()
2163 free_desc_ring(ddi_dma_handle_t *dhdl, ddi_acc_handle_t *ahdl) in free_desc_ring() function