Searched refs:dd_bufptr (Results 1 – 6 of 6) sorted by relevance
268 dd->dd_bufptr = bf; in ath_descdma_setup()357 dd->dd_bufptr = bf; in ath_descdma_setup_rx_edma()437 if (dd->dd_bufptr != NULL) in ath_descdma_cleanup()438 free(dd->dd_bufptr, M_ATHDEV); in ath_descdma_cleanup()
336 struct ath_buf *dd_bufptr; /* associated buffers */ member
524 sc->malo_rxdma.dd_bufptr = bf; in malo_rxdma_setup()566 txq->dma.dd_bufptr = bf; in malo_txdma_setup()615 if (sc->malo_rxdma.dd_bufptr != NULL) { in malo_rxdma_cleanup()616 free(sc->malo_rxdma.dd_bufptr, M_MALODEV); in malo_rxdma_cleanup()617 sc->malo_rxdma.dd_bufptr = NULL; in malo_rxdma_cleanup()649 if (txq->dma.dd_bufptr != NULL) { in malo_txdma_cleanup()650 free(txq->dma.dd_bufptr, M_MALODEV); in malo_txdma_cleanup()651 txq->dma.dd_bufptr = NULL; in malo_txdma_cleanup()
367 void *dd_bufptr; /* associated buffers */ member
109 void *dd_bufptr; /* associated buffers */ member
2008 bf = txq->dma.dd_bufptr; in mwl_txq_reset()2039 txq->dma.dd_bufptr = bf; in mwl_txdma_setup()2063 bf = txq->dma.dd_bufptr; in mwl_txdma_cleanup()2072 if (txq->dma.dd_bufptr != NULL) { in mwl_txdma_cleanup()2073 free(txq->dma.dd_bufptr, M_MWLDEV); in mwl_txdma_cleanup()2074 txq->dma.dd_bufptr = NULL; in mwl_txdma_cleanup()2158 sc->sc_rxdma.dd_bufptr = bf; in mwl_rxdma_setup()2196 if (sc->sc_rxdma.dd_bufptr != NULL) { in mwl_rxdma_cleanup()2197 free(sc->sc_rxdma.dd_bufptr, M_MWLDEV); in mwl_rxdma_cleanup()2198 sc->sc_rxdma.dd_bufptr = NULL; in mwl_rxdma_cleanup()