| /freebsd-13.1/sys/dev/ath/ |
| H A D | if_ath_descdma.c | 275 bf->bf_daddr = DS2PHYS(dd, ds); in ath_descdma_setup() 282 if (ATH_DESC_4KB_BOUND_CHECK(bf->bf_daddr, in ath_descdma_setup() 285 ds += 0x1000 - (bf->bf_daddr & 0xFFF); in ath_descdma_setup() 287 bf->bf_daddr = DS2PHYS(dd, ds); in ath_descdma_setup() 364 bf->bf_daddr = 0; in ath_descdma_setup_rx_edma()
|
| H A D | if_ath_debug.c | 112 ix, ds, (const struct ath_desc *)bf->bf_daddr + i, in ath_printrxbuf() 164 eds, (const struct ath_desc *)bf->bf_daddr + i, in ath_printtxbuf_edma() 219 ds, (const struct ath_desc *)bf->bf_daddr + i, in ath_printtxbuf_legacy()
|
| H A D | if_ath_rx_edma.c | 225 (uintmax_t)bf->bf_daddr); in ath_edma_reinit_fifo() 226 ath_hal_putrxbuf(sc->sc_ah, bf->bf_daddr, qtype); in ath_edma_reinit_fifo() 466 bf->bf_rxstatus = ath_hal_rxprocdesc(ah, ds, bf->bf_daddr, in ath_edma_recv_proc_queue() 740 bf->bf_daddr = bf->bf_segs[0].ds_addr; in ath_edma_rxbuf_init() 869 (uintmax_t) bf->bf_daddr); in ath_edma_rxfifo_alloc() 870 ath_hal_putrxbuf(sc->sc_ah, bf->bf_daddr, qtype); in ath_edma_rxfifo_alloc()
|
| H A D | if_ath_beacon.c | 296 ath_hal_settxdesclink(sc->sc_ah, ds, bf->bf_daddr); in ath_beacon_setup() 484 bfaddr = bf->bf_daddr; in ath_beacon_proc() 499 *bflink = bf->bf_daddr; in ath_beacon_proc() 651 ath_hal_puttxbuf(sc->sc_ah, cabq->axq_qnum, bf->bf_daddr); in ath_beacon_cabq_start_edma() 671 ath_hal_puttxbuf(sc->sc_ah, cabq->axq_qnum, bf->bf_daddr); in ath_beacon_cabq_start_legacy() 808 bfm->bf_daddr); in ath_beacon_generate() 860 ath_hal_puttxbuf(ah, sc->sc_bhalq, bf->bf_daddr); in ath_beacon_start_adhoc()
|
| H A D | if_ath_rx.c | 316 ds->ds_link = bf->bf_daddr; /* link to self */ in ath_legacy_rxbuf_init() 326 *sc->sc_rxlink = bf->bf_daddr; in ath_legacy_rxbuf_init() 1148 if (ds->ds_link == bf->bf_daddr) { in ath_rx_proc() 1167 bf->bf_daddr, PA2DESC(sc, ds->ds_link), rs); in ath_rx_proc() 1267 ath_hal_putrxbuf(ah, bf->bf_daddr, HAL_RX_QUEUE_HP); in ath_rx_proc() 1433 bf->bf_daddr, PA2DESC(sc, ds->ds_link), rs); in ath_legacy_stoprecv() 1488 ath_hal_putrxbuf(ah, bf->bf_daddr, HAL_RX_QUEUE_HP); in ath_legacy_startrecv()
|
| H A D | if_ath_tx_edma.c | 249 bfi->bf_daddr); in ath_tx_edma_push_staging_list() 285 ath_hal_puttxbuf(sc->sc_ah, txq->axq_qnum, bf->bf_daddr); in ath_tx_edma_push_staging_list() 483 ath_hal_puttxbuf(sc->sc_ah, txq->axq_qnum, bf->bf_daddr); in ath_edma_dma_restart() 594 bf->bf_daddr); in ath_edma_xmit_handoff_mcast()
|
| H A D | if_ath_tx.c | 423 bf->bf_daddr + dd->dd_descsize * (dsp + 1)); in ath_tx_chaindesclist() 636 bf->bf_daddr); in ath_tx_setds_11n() 732 bf->bf_daddr); in ath_tx_handoff_mcast() 819 *txq->axq_link = bf->bf_daddr; in ath_tx_handoff_hw() 823 (caddr_t)bf->bf_daddr, bf->bf_desc, in ath_tx_handoff_hw() 829 (caddr_t)bf->bf_daddr, bf->bf_desc, in ath_tx_handoff_hw() 847 ath_hal_puttxbuf(ah, txq->axq_qnum, bf_first->bf_daddr); in ath_tx_handoff_hw() 851 (caddr_t)bf_first->bf_daddr, bf_first->bf_desc, in ath_tx_handoff_hw() 857 (caddr_t)bf_first->bf_daddr, bf_first->bf_desc, in ath_tx_handoff_hw() 930 (uint32_t) bf->bf_daddr); in ath_legacy_tx_dma_restart() [all …]
|
| H A D | if_ath_tdma.c | 677 ath_hal_puttxbuf(ah, sc->sc_bhalq, bf->bf_daddr); in ath_tdma_beacon_send()
|
| H A D | if_athvar.h | 241 bus_addr_t bf_daddr; /* physical addr of desc */ member 1105 ((*(_ah)->ah_waitForBeaconDone)((_ah), (_bf)->bf_daddr))
|
| /freebsd-13.1/sys/dev/mwl/ |
| H A D | if_mwlvar.h | 88 bus_addr_t bf_daddr; /* physical addr of desc */ member 165 bus_addr_t bf_daddr; /* physical addr of desc */ member
|
| H A D | if_mwl.c | 2050 bf->bf_daddr = DS2PHYS(&txq->dma, ds); in mwl_txdma_setup() 2170 bf->bf_daddr = DS2PHYS(&sc->sc_rxdma, ds); in mwl_rxdma_setup() 2851 ds->pPhysNext = htole32(bn->bf_daddr); in mwl_txq_init() 3744 ds->pPhysNext = htole32(bf->bf_daddr); in mwl_startrecv() 3751 htole32(STAILQ_FIRST(&sc->sc_rxbuf)->bf_daddr); in mwl_startrecv() 4496 ix, ds, (uintmax_t)bf->bf_daddr, le32toh(ds->pPhysNext), in mwl_printrxbuf() 4511 printf(" (DS.V:%p DS.P:0x%jx)\n", ds, (uintmax_t)bf->bf_daddr); in mwl_printtxbuf()
|
| /freebsd-13.1/sys/dev/malo/ |
| H A D | if_malo.h | 451 bus_addr_t bf_daddr; /* physical addr of desc */ member 467 bus_addr_t bf_daddr; /* physical addr of desc */ member
|
| H A D | if_malo.c | 539 bf->bf_daddr = DS2PHYS(&sc->malo_rxdma, ds); in malo_rxdma_setup() 582 bf->bf_daddr = DS2PHYS(&txq->dma, ds); in malo_txdma_setup() 760 ds->physnext = htole32(bn->bf_daddr); in malo_txq_init() 864 " RATE:%02x QOS:%04x\n", ix, ds, (uintmax_t)bf->bf_daddr, in malo_printrxbuf() 880 printf(" (DS.V:%p DS.P:0x%jx)\n", ds, (uintmax_t)bf->bf_daddr); in malo_printtxbuf() 1428 ds->physnext = htole32(bf->bf_daddr); in malo_startrecv() 1435 htole32(STAILQ_FIRST(&sc->malo_rxbuf)->bf_daddr); in malo_startrecv()
|