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.c299 bf->bf_lastds = bf->bf_desc; /* Just an initial value */
365 bf->bf_lastds = NULL; /* Just an initial value */
H A Dif_ath_tx_edma.c248 ath_hal_settxdesclink(sc->sc_ah, bfp->bf_lastds,
593 bf_last->bf_lastds,
H A Dif_ath_debug.c211 printf(" (bf=%p, lastds=%p)\n", bf, first_bf->bf_lastds);
H A Dif_ath_tx.c474 bf->bf_lastds = (struct ath_desc *) ds;
635 ath_hal_settxdesclink(sc->sc_ah, bf_prev->bf_lastds,
644 * Set the first descriptor bf_lastds field to point to
648 bf_first->bf_lastds = bf_prev->bf_lastds;
679 ath_hal_setuplasttxdesc(sc->sc_ah, bf_prev->bf_lastds, ds0);
731 bf_last->bf_lastds,
830 bf->bf_lastds);
858 bf_first->bf_lastds,
882 ath_hal_gettxdesclinkptr(ah, bf->bf_lastds,
[all...]
H A Dif_ath_beacon.c291 bf->bf_lastds = ds;
807 bfc_last->bf_lastds,
H A Dif_ath.c3221 tbf->bf_lastds = NULL;
4424 ds = bf->bf_lastds; /* XXX must be setup correctly! */
5000 bf->bf_lastds,
5118 ath_hal_txprocdesc(ah, bf->bf_lastds,
5170 bf_last->bf_lastds,
5185 ath_hal_txprocdesc(ah, bf->bf_lastds,
H A Dif_ath_rx_edma.c707 bf->bf_lastds = bf->bf_desc; /* XXX only really for TX? */
H A Dif_athvar.h245 struct ath_desc *bf_lastds; /* last descriptor for comp status */ member in struct:ath_buf

Completed in 177 milliseconds