Home
last modified time | relevance | path

Searched refs:ts_desc_id (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/
H A Dah_desc.h47 uint8_t ts_desc_id; /* AR9300: TX descriptor id */ member
/freebsd/sys/dev/ath/
H A Dif_ath_tx_edma.c904 if (ts.ts_desc_id != bf->bf_descid) { in ath_edma_tx_processq()
910 ts.ts_desc_id, in ath_edma_tx_processq()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit_ds.c304 ts->ts_desc_id = MS(ads->status1, AR_tx_desc_id); in ar9300_proc_tx_desc()