Home
last modified time | relevance | path

Searched refs:bf_desc (Results 1 – 12 of 12) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_descdma.c272 bf->bf_desc = (struct ath_desc *) ds; in ath_descdma_setup()
284 bf->bf_desc = (struct ath_desc *) ds; in ath_descdma_setup()
297 bf->bf_lastds = bf->bf_desc; /* Just an initial value */ in ath_descdma_setup()
361 bf->bf_desc = NULL; in ath_descdma_setup_rx_edma()
H A Dif_ath_debug.c107 for (i = 0, ds = bf->bf_desc; i < bf->bf_nseg; i++, ds++) { in ath_printrxbuf()
157 for (i = 0, ds = (const char *) bf->bf_desc; in ath_printtxbuf_edma()
215 for (i = 0, ds = bf->bf_desc; i < bf->bf_nseg; i++, ds++) { in ath_printtxbuf_legacy()
H A Dif_ath_rx_edma.c455 ds = bf->bf_desc; in ath_edma_recv_proc_queue()
704 bf->bf_desc = mtod(m, struct ath_desc *); in ath_edma_rxbuf_init()
705 bf->bf_lastds = bf->bf_desc; /* XXX only really for TX? */ in ath_edma_rxbuf_init()
715 memset(bf->bf_desc, '\0', sc->sc_rx_statuslen); in ath_edma_rxbuf_init()
862 bf->bf_desc, in ath_edma_rxfifo_alloc()
H A Dif_ath_tx.c151 for (i = 0, ds = (const char *) bf->bf_desc; in ath_tx_alq_post()
396 ds = (char *) bf->bf_desc; in ath_tx_chaindesclist()
535 ath_hal_setupxtxdesc(sc->sc_ah, bf->bf_desc in ath_tx_set_ratectrl()
553 struct ath_desc *ds0 = bf_first->bf_desc; in ath_tx_setds_11n()
582 ath_hal_setuptxdesc(sc->sc_ah, bf->bf_desc in ath_tx_setds_11n()
821 (caddr_t)bf->bf_daddr, bf->bf_desc, in ath_tx_handoff_hw()
827 (caddr_t)bf->bf_daddr, bf->bf_desc, in ath_tx_handoff_hw()
849 (caddr_t)bf_first->bf_daddr, bf_first->bf_desc, in ath_tx_handoff_hw()
855 (caddr_t)bf_first->bf_daddr, bf_first->bf_desc, in ath_tx_handoff_hw()
1331 struct ath_desc *ds = bf->bf_desc; in ath_tx_setds()
[all …]
H A Dif_ath_rx.c312 ds = bf->bf_desc; in ath_legacy_rxbuf_init()
1142 ds = bf->bf_desc; in ath_rx_proc()
1420 struct ath_desc *ds = bf->bf_desc; in ath_legacy_stoprecv()
H A Dif_ath_beacon.c287 ds = bf->bf_desc; in ath_beacon_setup()
501 bf->bf_desc, &bflink); in ath_beacon_proc()
H A Dif_ath_tx_ht.c745 struct ath_desc *ds = bf->bf_desc; in ath_buf_set_rate()
H A Dif_athvar.h238 struct ath_desc *bf_desc; /* virtual addr of desc */ member
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwlvar.h85 void *bf_desc; /* h/w descriptor */ member
162 void *bf_desc; /* h/w descriptor */ member
H A Dif_mwl.c2050 bf->bf_desc = ds; in mwl_txdma_setup()
2170 bf->bf_desc = ds; in mwl_rxdma_setup()
2491 ds = bf->bf_desc; in mwl_rxbuf_init()
2631 ds = bf->bf_desc; in mwl_rx_proc()
2844 ds = bf->bf_desc; in mwl_txq_init()
3202 ds = bf->bf_desc; in mwl_tx_start()
3338 ds = bf->bf_desc; in mwl_tx_processq()
3735 ds = prev->bf_desc; in mwl_startrecv()
3741 ds = prev->bf_desc; in mwl_startrecv()
4483 const struct mwl_rxdesc *ds = bf->bf_desc; in mwl_printrxbuf()
[all …]
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.c537 bf->bf_desc = ds; in malo_rxdma_setup()
580 bf->bf_desc = ds; in malo_txdma_setup()
755 ds = bf->bf_desc; in malo_txq_init()
858 const struct malo_rxdesc *ds = bf->bf_desc; in malo_printrxbuf()
875 const struct malo_txdesc *ds = bf->bf_desc; in malo_printtxbuf()
941 ds = bf->bf_desc; in malo_tx_processq()
1150 ds = bf->bf_desc; in malo_tx_start()
1369 ds = bf->bf_desc; in malo_rxbuf_init()
1423 ds = prev->bf_desc; in malo_startrecv()
1429 ds = prev->bf_desc; in malo_startrecv()
[all …]
H A Dif_malo.h448 void *bf_desc; /* h/w descriptor */ member
464 void *bf_desc; /* h/w descriptor */ member