Searched refs:free_desc_ring (Results 1 – 1 of 1) sorted by relevance
118 static int free_desc_ring(ddi_dma_handle_t *dhdl, ddi_acc_handle_t *ahdl);1251 (void) free_desc_ring(&iq->dhdl, &iq->ahdl); in free_iq_fl()1270 (void) free_desc_ring(&fl->dhdl, &fl->ahdl); in free_iq_fl()1606 (void) free_desc_ring(&eq->desc_dhdl, &eq->desc_ahdl); in free_eq()1713 (void) free_desc_ring(&txq->txb_dhdl, &txq->txb_ahdl); in free_txq()1843 (void) free_desc_ring(&dhdl, &ahdl); in alloc_dma_memory()1878 free_desc_ring(ddi_dma_handle_t *dhdl, ddi_acc_handle_t *ahdl) in free_desc_ring() function