Searched refs:dd_desc (Results 1 – 9 of 9) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ |
H A D | if_ath_descdma.c | 148 ((_dd)->dd_desc_paddr + ((caddr_t)(_ds) - (caddr_t)(_dd)->dd_desc)) in ath_descdma_alloc_desc() 197 error = bus_dmamem_alloc(dd->dd_dmat, (void**) &dd->dd_desc, in ath_descdma_alloc_desc() 208 dd->dd_desc, dd->dd_desc_len, in ath_descdma_alloc_desc() 219 __func__, dd->dd_name, (uint8_t *) dd->dd_desc, in ath_descdma_alloc_desc() 226 bus_dmamem_free(dd->dd_dmat, dd->dd_desc, dd->dd_dmamap); in ath_descdma_alloc_desc() 241 ((_dd)->dd_desc_paddr + ((caddr_t)(_ds) - (caddr_t)(_dd)->dd_desc)) in ath_descdma_setup() 257 ds = (uint8_t *) dd->dd_desc; in ath_descdma_setup() 310 bus_dmamem_free(dd->dd_dmat, dd->dd_desc, dd->dd_dmamap); in ath_descdma_setup() 392 bus_dmamem_free(dd->dd_dmat, dd->dd_desc, dd->dd_dmamap); in ath_descdma_cleanup()
|
H A D | if_ath_btcoex_mci.c | 120 sc->sc_btcoex.gpm_buf = (void *) sc->sc_btcoex.buf.dd_desc; in ath_btcoex_mci_attach()
|
H A D | if_ath_rx.c | 1073 ((struct ath_desc *)((caddr_t)(_sc)->sc_rxdma.dd_desc + \ in ath_rx_proc() 1391 ((struct ath_desc *)((caddr_t)(_sc)->sc_rxdma.dd_desc + \ in ath_legacy_stoprecv()
|
H A D | if_ath_tx_edma.c | 681 (void *) sc->sc_txsdma.dd_desc, in ath_edma_dma_txsetup()
|
H A D | if_athvar.h | 329 struct ath_desc *dd_desc; /* descriptors */ member
|
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/ |
H A D | if_malo.c | 471 error = bus_dmamem_alloc(dd->dd_dmat, (void**) &dd->dd_desc, in malo_desc_setup() 481 dd->dd_desc, dd->dd_desc_len, in malo_desc_setup() 490 ds = dd->dd_desc; in malo_desc_setup() 499 bus_dmamem_free(dd->dd_dmat, dd->dd_desc, dd->dd_dmamap); in malo_desc_setup() 507 ((_dd)->dd_desc_paddr + ((caddr_t)(_ds) - (caddr_t)(_dd)->dd_desc)) 535 ds = sc->malo_rxdma.dd_desc; in malo_rxdma_setup() 578 ds = txq->dma.dd_desc; in malo_txdma_setup() 601 bus_dmamem_free(dd->dd_dmat, dd->dd_desc, dd->dd_dmamap); in malo_desc_cleanup()
|
H A D | if_malo.h | 360 void *dd_desc; /* descriptors */ member
|
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/ |
H A D | if_mwlvar.h | 102 void *dd_desc; /* descriptors */ member
|
H A D | if_mwl.c | 1956 error = bus_dmamem_alloc(dd->dd_dmat, (void**) &dd->dd_desc, in mwl_desc_setup() 1966 dd->dd_desc, dd->dd_desc_len, in mwl_desc_setup() 1975 ds = dd->dd_desc; in mwl_desc_setup() 1984 bus_dmamem_free(dd->dd_dmat, dd->dd_desc, dd->dd_dmamap); in mwl_desc_setup() 1996 bus_dmamem_free(dd->dd_dmat, dd->dd_desc, dd->dd_dmamap); in mwl_desc_cleanup() 2023 ((_dd)->dd_desc_paddr + ((caddr_t)(_ds) - (caddr_t)(_dd)->dd_desc)) 2048 ds = txq->dma.dd_desc; in mwl_txdma_setup() 2168 ds = sc->sc_rxdma.dd_desc; in mwl_rxdma_setup()
|