Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_descdma.c268 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()
H A Dif_athvar.h336 struct ath_buf *dd_bufptr; /* associated buffers */ member
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.c532 sc->malo_rxdma.dd_bufptr = bf; in malo_rxdma_setup()
574 txq->dma.dd_bufptr = bf; in malo_txdma_setup()
623 if (sc->malo_rxdma.dd_bufptr != NULL) { in malo_rxdma_cleanup()
624 free(sc->malo_rxdma.dd_bufptr, M_MALODEV); in malo_rxdma_cleanup()
625 sc->malo_rxdma.dd_bufptr = NULL; in malo_rxdma_cleanup()
657 if (txq->dma.dd_bufptr != NULL) { in malo_txdma_cleanup()
658 free(txq->dma.dd_bufptr, M_MALODEV); in malo_txdma_cleanup()
659 txq->dma.dd_bufptr = NULL; in malo_txdma_cleanup()
H A Dif_malo.h367 void *dd_bufptr; /* associated buffers */ member
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwlvar.h109 void *dd_bufptr; /* associated buffers */ member
H A Dif_mwl.c2015 bf = txq->dma.dd_bufptr; in mwl_txq_reset()
2046 txq->dma.dd_bufptr = bf; in mwl_txdma_setup()
2070 bf = txq->dma.dd_bufptr; in mwl_txdma_cleanup()
2079 if (txq->dma.dd_bufptr != NULL) { in mwl_txdma_cleanup()
2080 free(txq->dma.dd_bufptr, M_MWLDEV); in mwl_txdma_cleanup()
2081 txq->dma.dd_bufptr = NULL; in mwl_txdma_cleanup()
2165 sc->sc_rxdma.dd_bufptr = bf; in mwl_rxdma_setup()
2203 if (sc->sc_rxdma.dd_bufptr != NULL) { in mwl_rxdma_cleanup()
2204 free(sc->sc_rxdma.dd_bufptr, M_MWLDEV); in mwl_rxdma_cleanup()
2205 sc->sc_rxdma.dd_bufptr = NULL; in mwl_rxdma_cleanup()