Searched refs:ts_status (Results 1 – 12 of 12) 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()
1743 if (unlikely(ts->ts_status)) { in ath5k_tx_frame_completed()1745 if (ts->ts_status & AR5K_TXERR_FILT) { in ath5k_tx_frame_completed()1749 if (ts->ts_status & AR5K_TXERR_XRETRY) in ath5k_tx_frame_completed()1751 if (ts->ts_status & AR5K_TXERR_FIFO) in ath5k_tx_frame_completed()
517 u8 ts_status; member
1102 done ? ' ' : (ts.ts_status == 0) ? '*' : '!'); in ath5k_debug_printtxbuf()
327 ts->ts_status = 0; in ar9002_hw_proc_txdesc()331 ts->ts_status |= ATH9K_TXERR_XTXOP; in ar9002_hw_proc_txdesc()348 ts->ts_status |= ATH9K_TX_ACKED; in ar9002_hw_proc_txdesc()351 ts->ts_status |= ATH9K_TXERR_XRETRY; in ar9002_hw_proc_txdesc()353 ts->ts_status |= ATH9K_TXERR_FILT; in ar9002_hw_proc_txdesc()355 ts->ts_status |= ATH9K_TXERR_FIFO; in ar9002_hw_proc_txdesc()360 ts->ts_status |= ATH9K_TXERR_TIMER_EXPIRED; in ar9002_hw_proc_txdesc()
384 ts->ts_status = 0; in ar9003_hw_proc_txdesc()388 ts->ts_status |= ATH9K_TXERR_XTXOP; in ar9003_hw_proc_txdesc()401 ts->ts_status |= ATH9K_TXERR_XRETRY; in ar9003_hw_proc_txdesc()403 ts->ts_status |= ATH9K_TXERR_FILT; in ar9003_hw_proc_txdesc()405 ts->ts_status |= ATH9K_TXERR_FIFO; in ar9003_hw_proc_txdesc()409 ts->ts_status |= ATH9K_TXERR_TIMER_EXPIRED; in ar9003_hw_proc_txdesc()
502 bool flush = !!(ts->ts_status & ATH9K_TX_FLUSH); in ath_tx_complete_aggr()681 if (ts->ts_status & (ATH9K_TXERR_FILT | ATH9K_TXERR_XRETRY)) in ath_tx_complete_aggr()736 txok = !(ts->ts_status & ATH9K_TXERR_MASK); in ath_tx_process_buffer()737 flush = !!(ts->ts_status & ATH9K_TX_FLUSH); in ath_tx_process_buffer()753 if (ts->ts_status & (ATH9K_TXERR_FILT | ATH9K_TXERR_XRETRY)) in ath_tx_process_buffer()1880 ts.ts_status = ATH9K_TX_FLUSH; in ath_drain_txq_list()2522 if (ts->ts_status & ATH9K_TXERR_FILT) in ath_tx_complete_buf()2599 if ((ts->ts_status & ATH9K_TXERR_FILT) == 0 && in ath_tx_rc_status()2738 sc->beacon.tx_last = !(ts.ts_status & ATH9K_TXERR_MASK); in ath_tx_edma_tasklet()
226 if (ts->ts_status & ATH9K_TXERR_XRETRY) { in ath_dynack_sample_tx_ts()
2284 sc->beacon.tx_last = !(ts.ts_status & ATH9K_TXERR_MASK); in ath9k_tx_last_beacon()
372 int ice_ptp_read_tx_hwtstamp_status_eth56g(struct ice_hw *hw, u32 *ts_status);
2130 int ice_ptp_read_tx_hwtstamp_status_eth56g(struct ice_hw *hw, u32 *ts_status) in ice_ptp_read_tx_hwtstamp_status_eth56g() argument2137 *ts_status = 0; in ice_ptp_read_tx_hwtstamp_status_eth56g()2146 *ts_status |= (status & mask) << (phy * hw->ptp.ports_per_phy); in ice_ptp_read_tx_hwtstamp_status_eth56g()2149 ice_debug(hw, ICE_DBG_PTP, "PHY interrupt err: %x\n", *ts_status); in ice_ptp_read_tx_hwtstamp_status_eth56g()