Searched refs:bf_lastds (Results 1 – 7 of 7) sorted by relevance
| /trueos/sys/dev/ath/ |
| HD | if_ath_debug.c | 210 printf(" (bf=%p, lastds=%p)\n", bf, first_bf->bf_lastds); in ath_printtxbuf_legacy()
|
| HD | if_ath_tx.c | 473 bf->bf_lastds = (struct ath_desc *) ds; in ath_tx_chaindesclist() 634 ath_hal_settxdesclink(sc->sc_ah, bf_prev->bf_lastds, in ath_tx_setds_11n() 647 bf_first->bf_lastds = bf_prev->bf_lastds; in ath_tx_setds_11n() 678 ath_hal_setuplasttxdesc(sc->sc_ah, bf_prev->bf_lastds, ds0); in ath_tx_setds_11n() 730 bf_last->bf_lastds, in ath_tx_handoff_mcast() 845 bf->bf_lastds); in ath_tx_handoff_hw() 873 bf_first->bf_lastds, in ath_tx_handoff_hw() 897 ath_hal_gettxdesclinkptr(ah, bf->bf_lastds, &txq->axq_link); in ath_tx_handoff_hw() 964 ath_hal_gettxdesclinkptr(sc->sc_ah, bf_last->bf_lastds, in ath_legacy_tx_dma_restart() 1362 bf->bf_lastds = ds; in ath_tx_setds()
|
| HD | if_ath_beacon.c | 284 bf->bf_lastds = ds; in ath_beacon_setup() 790 bfc_last->bf_lastds, in ath_beacon_generate()
|
| HD | if_ath.c | 2641 tbf->bf_lastds = NULL; in ath_buf_clone() 3378 bf->bf_lastds = bf->bf_desc; /* Just an initial value */ in ath_descdma_setup() 3444 bf->bf_lastds = NULL; /* Just an initial value */ in ath_descdma_setup_rx_edma() 4123 ds = bf->bf_lastds; /* XXX must be setup correctly! */ in ath_tx_processq() 4678 bf->bf_lastds, in ath_tx_draintxq() 4796 ath_hal_txprocdesc(ah, bf->bf_lastds, in ath_tx_dump() 4849 bf_last->bf_lastds, in ath_legacy_tx_drain() 4864 ath_hal_txprocdesc(ah, bf->bf_lastds, in ath_legacy_tx_drain()
|
| HD | if_ath_tx_edma.c | 418 bf_last->bf_lastds, in ath_edma_xmit_handoff_mcast()
|
| HD | if_ath_rx_edma.c | 615 bf->bf_lastds = bf->bf_desc; /* XXX only really for TX? */ in ath_edma_rxbuf_init()
|
| HD | if_athvar.h | 223 struct ath_desc *bf_lastds; /* last descriptor for comp status */ member
|