Searched refs:bf_daddr (Results 1 - 13 of 13) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_descdma.c275 bf->bf_daddr = DS2PHYS(dd, ds);
282 if (ATH_DESC_4KB_BOUND_CHECK(bf->bf_daddr,
285 ds += 0x1000 - (bf->bf_daddr & 0xFFF);
287 bf->bf_daddr = DS2PHYS(dd, ds);
364 bf->bf_daddr = 0;
H A Dif_ath_debug.c112 ix, ds, (const struct ath_desc *)bf->bf_daddr + i,
164 eds, (const struct ath_desc *)bf->bf_daddr + i,
219 ds, (const struct ath_desc *)bf->bf_daddr + i,
H A Dif_ath_beacon.c296 ath_hal_settxdesclink(sc->sc_ah, ds, bf->bf_daddr);
484 bfaddr = bf->bf_daddr;
499 *bflink = bf->bf_daddr;
651 ath_hal_puttxbuf(sc->sc_ah, cabq->axq_qnum, bf->bf_daddr);
671 ath_hal_puttxbuf(sc->sc_ah, cabq->axq_qnum, bf->bf_daddr);
808 bfm->bf_daddr);
860 ath_hal_puttxbuf(ah, sc->sc_bhalq, bf->bf_daddr);
H A Dif_ath_tx_edma.c249 bfi->bf_daddr);
285 ath_hal_puttxbuf(sc->sc_ah, txq->axq_qnum, bf->bf_daddr);
483 ath_hal_puttxbuf(sc->sc_ah, txq->axq_qnum, bf->bf_daddr);
594 bf->bf_daddr);
H A Dif_ath_rx_edma.c225 (uintmax_t)bf->bf_daddr);
226 ath_hal_putrxbuf(sc->sc_ah, bf->bf_daddr, qtype);
466 bf->bf_rxstatus = ath_hal_rxprocdesc(ah, ds, bf->bf_daddr,
736 bf->bf_daddr = bf->bf_segs[0].ds_addr;
865 (uintmax_t) bf->bf_daddr);
866 ath_hal_putrxbuf(sc->sc_ah, bf->bf_daddr, qtype);
H A Dif_ath_rx.c316 ds->ds_link = bf->bf_daddr; /* link to self */
326 *sc->sc_rxlink = bf->bf_daddr;
1144 if (ds->ds_link == bf->bf_daddr) {
1163 bf->bf_daddr, PA2DESC(sc, ds->ds_link), rs);
1263 ath_hal_putrxbuf(ah, bf->bf_daddr, HAL_RX_QUEUE_HP);
1424 bf->bf_daddr, PA2DESC(sc, ds->ds_link), rs);
1479 ath_hal_putrxbuf(ah, bf->bf_daddr, HAL_RX_QUEUE_HP);
H A Dif_ath_tx.c423 bf->bf_daddr + dd->dd_descsize * (dsp + 1));
636 bf->bf_daddr);
732 bf->bf_daddr);
819 *txq->axq_link = bf->bf_daddr;
823 (caddr_t)bf->bf_daddr, bf->bf_desc,
829 (caddr_t)bf->bf_daddr, bf->bf_desc,
847 ath_hal_puttxbuf(ah, txq->axq_qnum, bf_first->bf_daddr);
851 (caddr_t)bf_first->bf_daddr, bf_first->bf_desc,
857 (caddr_t)bf_first->bf_daddr, bf_first->bf_desc,
930 (uint32_t) bf->bf_daddr);
[all...]
H A Dif_ath_tdma.c677 ath_hal_puttxbuf(ah, sc->sc_bhalq, bf->bf_daddr);
H A Dif_athvar.h241 bus_addr_t bf_daddr; /* physical addr of desc */ member in struct:ath_buf
1109 ((*(_ah)->ah_waitForBeaconDone)((_ah), (_bf)->bf_daddr))
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwlvar.h88 bus_addr_t bf_daddr; /* physical addr of desc */ member in struct:mwl_txbuf
165 bus_addr_t bf_daddr; /* physical addr of desc */ member in struct:mwl_rxbuf
H A Dif_mwl.c2052 bf->bf_daddr = DS2PHYS(&txq->dma, ds);
2172 bf->bf_daddr = DS2PHYS(&sc->sc_rxdma, ds);
2849 ds->pPhysNext = htole32(bn->bf_daddr);
3742 ds->pPhysNext = htole32(bf->bf_daddr);
3749 htole32(STAILQ_FIRST(&sc->sc_rxbuf)->bf_daddr);
4494 ix, ds, (uintmax_t)bf->bf_daddr, le32toh(ds->pPhysNext),
4509 printf(" (DS.V:%p DS.P:0x%jx)\n", ds, (uintmax_t)bf->bf_daddr);
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.h451 bus_addr_t bf_daddr; /* physical addr of desc */ member in struct:malo_rxbuf
467 bus_addr_t bf_daddr; /* physical addr of desc */ member in struct:malo_txbuf
H A Dif_malo.c539 bf->bf_daddr = DS2PHYS(&sc->malo_rxdma, ds);
582 bf->bf_daddr = DS2PHYS(&txq->dma, ds);
760 ds->physnext = htole32(bn->bf_daddr);
864 " RATE:%02x QOS:%04x\n", ix, ds, (uintmax_t)bf->bf_daddr,
880 printf(" (DS.V:%p DS.P:0x%jx)\n", ds, (uintmax_t)bf->bf_daddr);
1428 ds->physnext = htole32(bf->bf_daddr);
1435 htole32(STAILQ_FIRST(&sc->malo_rxbuf)->bf_daddr);

Completed in 240 milliseconds