Searched refs:txstatus (Results 1 – 3 of 3) sorted by relevance
| /src/sys/dev/ath/ |
| H A D | if_ath_tx_edma.c | 808 uint32_t txstatus[32]; in ath_edma_tx_processq() local 818 ath_hal_gettxrawtxdesc(ah, txstatus); in ath_edma_tx_processq() 833 ath_printtxstatbuf(sc, NULL, txstatus, ts.ts_queue_id, in ath_edma_tx_processq() 853 (char *) txstatus); in ath_edma_tx_processq()
|
| /src/sys/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_xmit_ds.c | 232 ar9300_get_raw_tx_desc(struct ath_hal *ah, u_int32_t *txstatus) in ar9300_get_raw_tx_desc() argument 239 OS_MEMCPY(txstatus, ads, sizeof(struct ar9300_txs)); in ar9300_get_raw_tx_desc() 246 ar9300_proc_tx_desc(struct ath_hal *ah, void *txstatus) in ar9300_proc_tx_desc() argument 250 struct ath_tx_status *ts = (struct ath_tx_status *)txstatus; in ar9300_proc_tx_desc()
|
| /src/sys/contrib/dev/broadcom/brcm80211/brcmsmac/ |
| H A D | main.c | 1018 struct tx_status txstatus, *txs; in brcms_b_txstatus() local 1027 txs = &txstatus; in brcms_b_txstatus()
|