Searched refs:ts_status (Results 1 – 13 of 13) sorted by relevance
75 __field(u8, ts_status)84 __entry->ts_status = ts->ts_status;92 __entry->ts_status, __entry->ts_rssi, __entry->ts_antenna
469 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()
1698 if (unlikely(ts->ts_status)) { in ath5k_tx_frame_completed()1700 if (ts->ts_status & AR5K_TXERR_FILT) { in ath5k_tx_frame_completed()1704 if (ts->ts_status & AR5K_TXERR_XRETRY) in ath5k_tx_frame_completed()1706 if (ts->ts_status & AR5K_TXERR_FIFO) in ath5k_tx_frame_completed()
517 u8 ts_status; member
1104 done ? ' ' : (ts.ts_status == 0) ? '*' : '!'); in ath5k_debug_printtxbuf()
326 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()
383 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()
458 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()
797 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()
226 if (ts->ts_status & ATH9K_TXERR_XRETRY) { in ath_dynack_sample_tx_ts()
100 u8 ts_status; member
2288 sc->beacon.tx_last = !(ts.ts_status & ATH9K_TXERR_MASK); in ath9k_tx_last_beacon()
436 __u32 ts_status; in __packet_set_timestamp() local438 if (!(ts_status = tpacket_get_timestamp(skb, &ts, po->tp_tstamp))) in __packet_set_timestamp()471 return ts_status; in __packet_set_timestamp()2211 __u32 ts_status; in tpacket_rcv() local2362 ts_status = tpacket_get_timestamp(skb, &ts, in tpacket_rcv()2364 if (!ts_status) in tpacket_rcv()2367 status |= ts_status; in tpacket_rcv()