Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ath/
Dif_ath_descdma.c270 dd->dd_bufptr = bf; in ath_descdma_setup()
359 dd->dd_bufptr = bf; in ath_descdma_setup_rx_edma()
439 if (dd->dd_bufptr != NULL) in ath_descdma_cleanup()
440 free(dd->dd_bufptr, M_ATHDEV); in ath_descdma_cleanup()
Dif_athvar.h337 struct ath_buf *dd_bufptr; /* associated buffers */ member
/freebsd-12-stable/sys/dev/malo/
Dif_malo.c533 sc->malo_rxdma.dd_bufptr = bf; in malo_rxdma_setup()
575 txq->dma.dd_bufptr = bf; in malo_txdma_setup()
624 if (sc->malo_rxdma.dd_bufptr != NULL) { in malo_rxdma_cleanup()
625 free(sc->malo_rxdma.dd_bufptr, M_MALODEV); in malo_rxdma_cleanup()
626 sc->malo_rxdma.dd_bufptr = NULL; in malo_rxdma_cleanup()
658 if (txq->dma.dd_bufptr != NULL) { in malo_txdma_cleanup()
659 free(txq->dma.dd_bufptr, M_MALODEV); in malo_txdma_cleanup()
660 txq->dma.dd_bufptr = NULL; in malo_txdma_cleanup()
Dif_malo.h369 void *dd_bufptr; /* associated buffers */ member
/freebsd-12-stable/sys/dev/mwl/
Dif_mwlvar.h111 void *dd_bufptr; /* associated buffers */ member
Dif_mwl.c2013 bf = txq->dma.dd_bufptr; in mwl_txq_reset()
2044 txq->dma.dd_bufptr = bf; in mwl_txdma_setup()
2068 bf = txq->dma.dd_bufptr; in mwl_txdma_cleanup()
2077 if (txq->dma.dd_bufptr != NULL) { in mwl_txdma_cleanup()
2078 free(txq->dma.dd_bufptr, M_MWLDEV); in mwl_txdma_cleanup()
2079 txq->dma.dd_bufptr = NULL; in mwl_txdma_cleanup()
2163 sc->sc_rxdma.dd_bufptr = bf; in mwl_rxdma_setup()
2201 if (sc->sc_rxdma.dd_bufptr != NULL) { in mwl_rxdma_cleanup()
2202 free(sc->sc_rxdma.dd_bufptr, M_MWLDEV); in mwl_rxdma_cleanup()
2203 sc->sc_rxdma.dd_bufptr = NULL; in mwl_rxdma_cleanup()