Home
last modified time | relevance | path

Searched refs:bf_lastds (Results 1 – 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_descdma.c297 bf->bf_lastds = bf->bf_desc; /* Just an initial value */ in ath_descdma_setup()
363 bf->bf_lastds = NULL; /* Just an initial value */ in ath_descdma_setup_rx_edma()
H A Dif_ath_debug.c209 printf(" (bf=%p, lastds=%p)\n", bf, first_bf->bf_lastds); in ath_printtxbuf_legacy()
H A Dif_ath_tx_edma.c246 ath_hal_settxdesclink(sc->sc_ah, bfp->bf_lastds, in ath_tx_edma_push_staging_list()
591 bf_last->bf_lastds, in ath_edma_xmit_handoff_mcast()
H A Dif_ath_tx.c472 bf->bf_lastds = (struct ath_desc *) ds; in ath_tx_chaindesclist()
633 ath_hal_settxdesclink(sc->sc_ah, bf_prev->bf_lastds, in ath_tx_setds_11n()
646 bf_first->bf_lastds = bf_prev->bf_lastds; in ath_tx_setds_11n()
677 ath_hal_setuplasttxdesc(sc->sc_ah, bf_prev->bf_lastds, ds0); in ath_tx_setds_11n()
729 bf_last->bf_lastds, in ath_tx_handoff_mcast()
828 bf->bf_lastds); in ath_tx_handoff_hw()
856 bf_first->bf_lastds, in ath_tx_handoff_hw()
880 ath_hal_gettxdesclinkptr(ah, bf->bf_lastds, &txq->axq_link); in ath_tx_handoff_hw()
947 ath_hal_gettxdesclinkptr(sc->sc_ah, bf_last->bf_lastds, in ath_legacy_tx_dma_restart()
1355 bf->bf_lastds = ds; in ath_tx_setds()
H A Dif_ath_beacon.c289 bf->bf_lastds = ds; in ath_beacon_setup()
807 bfc_last->bf_lastds, in ath_beacon_generate()
H A Dif_ath_rx_edma.c705 bf->bf_lastds = bf->bf_desc; /* XXX only really for TX? */ in ath_edma_rxbuf_init()
H A Dif_ath.c3268 tbf->bf_lastds = NULL; in ath_buf_clone()
4473 ds = bf->bf_lastds; /* XXX must be setup correctly! */ in ath_tx_processq()
5049 bf->bf_lastds, in ath_tx_draintxq()
5167 ath_hal_txprocdesc(ah, bf->bf_lastds, in ath_tx_dump()
5219 bf_last->bf_lastds, in ath_legacy_tx_drain()
5234 ath_hal_txprocdesc(ah, bf->bf_lastds, in ath_legacy_tx_drain()
H A Dif_athvar.h244 struct ath_desc *bf_lastds; /* last descriptor for comp status */ member