Home
last modified time | relevance | path

Searched refs:ts_status (Results 1 – 14 of 14) sorted by relevance

/drivers/net/wireless/ath/ath5k/
Dtrace.h75 __field(u8, ts_status)
84 __entry->ts_status = ts->ts_status;
92 __entry->ts_status, __entry->ts_rssi, __entry->ts_antenna
Ddesc.c469 ts->ts_status = 0; in ath5k_hw_proc_2word_tx_status()
475 ts->ts_status |= AR5K_TXERR_XRETRY; in ath5k_hw_proc_2word_tx_status()
478 ts->ts_status |= AR5K_TXERR_FIFO; in ath5k_hw_proc_2word_tx_status()
481 ts->ts_status |= AR5K_TXERR_FILT; in ath5k_hw_proc_2word_tx_status()
526 ts->ts_status = 0; in ath5k_hw_proc_4word_tx_status()
534 ts->ts_status |= AR5K_TXERR_XRETRY; in ath5k_hw_proc_4word_tx_status()
537 ts->ts_status |= AR5K_TXERR_FIFO; in ath5k_hw_proc_4word_tx_status()
540 ts->ts_status |= AR5K_TXERR_FILT; in ath5k_hw_proc_4word_tx_status()
Dbase.c1697 if (unlikely(ts->ts_status)) { in ath5k_tx_frame_completed()
1699 if (ts->ts_status & AR5K_TXERR_FILT) { in ath5k_tx_frame_completed()
1703 if (ts->ts_status & AR5K_TXERR_XRETRY) in ath5k_tx_frame_completed()
1705 if (ts->ts_status & AR5K_TXERR_FIFO) in ath5k_tx_frame_completed()
Dath5k.h517 u8 ts_status; member
Ddebug.c1104 done ? ' ' : (ts.ts_status == 0) ? '*' : '!'); in ath5k_debug_printtxbuf()
/drivers/net/wireless/ath/ath9k/
Dar9002_mac.c326 ts->ts_status = 0; in ar9002_hw_proc_txdesc()
330 ts->ts_status |= ATH9K_TXERR_XTXOP; in ar9002_hw_proc_txdesc()
347 ts->ts_status |= ATH9K_TX_ACKED; in ar9002_hw_proc_txdesc()
350 ts->ts_status |= ATH9K_TXERR_XRETRY; in ar9002_hw_proc_txdesc()
352 ts->ts_status |= ATH9K_TXERR_FILT; in ar9002_hw_proc_txdesc()
354 ts->ts_status |= ATH9K_TXERR_FIFO; in ar9002_hw_proc_txdesc()
359 ts->ts_status |= ATH9K_TXERR_TIMER_EXPIRED; in ar9002_hw_proc_txdesc()
Dar9003_mac.c383 ts->ts_status = 0; in ar9003_hw_proc_txdesc()
387 ts->ts_status |= ATH9K_TXERR_XTXOP; in ar9003_hw_proc_txdesc()
400 ts->ts_status |= ATH9K_TXERR_XRETRY; in ar9003_hw_proc_txdesc()
402 ts->ts_status |= ATH9K_TXERR_FILT; in ar9003_hw_proc_txdesc()
404 ts->ts_status |= ATH9K_TXERR_FIFO; in ar9003_hw_proc_txdesc()
408 ts->ts_status |= ATH9K_TXERR_TIMER_EXPIRED; in ar9003_hw_proc_txdesc()
Dxmit.c458 bool flush = !!(ts->ts_status & ATH9K_TX_FLUSH); in ath_tx_complete_aggr()
637 if (ts->ts_status & (ATH9K_TXERR_FILT | ATH9K_TXERR_XRETRY)) in ath_tx_complete_aggr()
692 txok = !(ts->ts_status & ATH9K_TXERR_MASK); in ath_tx_process_buffer()
693 flush = !!(ts->ts_status & ATH9K_TX_FLUSH); in ath_tx_process_buffer()
709 if (ts->ts_status & (ATH9K_TXERR_FILT | ATH9K_TXERR_XRETRY)) in ath_tx_process_buffer()
1820 ts.ts_status = ATH9K_TX_FLUSH; in ath_drain_txq_list()
2471 if (ts->ts_status & ATH9K_TXERR_FILT) in ath_tx_complete_buf()
2548 if ((ts->ts_status & ATH9K_TXERR_FILT) == 0 && in ath_tx_rc_status()
2687 sc->beacon.tx_last = !(ts.ts_status & ATH9K_TXERR_MASK); in ath_tx_edma_tasklet()
Ddebug.c797 if (ts->ts_status & ATH9K_TXERR_XRETRY) in ath_debug_stat_tx()
803 if (ts->ts_status & ATH9K_TXERR_FILT) in ath_debug_stat_tx()
805 if (ts->ts_status & ATH9K_TXERR_FIFO) in ath_debug_stat_tx()
807 if (ts->ts_status & ATH9K_TXERR_XTXOP) in ath_debug_stat_tx()
809 if (ts->ts_status & ATH9K_TXERR_TIMER_EXPIRED) in ath_debug_stat_tx()
Ddynack.c225 if (ts->ts_status & ATH9K_TXERR_XRETRY) { in ath_dynack_sample_tx_ts()
Dmac.h100 u8 ts_status; member
Dmain.c2284 sc->beacon.tx_last = !(ts.ts_status & ATH9K_TXERR_MASK); in ath9k_tx_last_beacon()
/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_hwtstamp.c177 u32 num_snapshot, ts_status, tsync_int; in timestamp_interrupt() local
196 ts_status = readl(priv->ioaddr + GMAC_TIMESTAMP_STATUS); in timestamp_interrupt()
201 num_snapshot = (ts_status & GMAC_TIMESTAMP_ATSNS_MASK) >> in timestamp_interrupt()
/drivers/net/dsa/hirschmann/
Dhellcreek_hwtstamp.c223 int ts_status; in hellcreek_txtstamp_work() local
243 ts_status = hellcreek_ptp_hwtstamp_available(hellcreek, status_reg); in hellcreek_txtstamp_work()
246 if (ts_status == 0) { in hellcreek_txtstamp_work()