Searched refs:ts_status (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath5k/ |
H A D | trace.h | 75 __field(u8, ts_status) 84 __entry->ts_status = ts->ts_status; 92 __entry->ts_status, __entry->ts_rssi, __entry->ts_antenna
|
H A D | desc.c | 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()
|
H A D | base.c | 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()
|
H A D | ath5k.h | 517 u8 ts_status; member
|
H A D | debug.c | 1102 done ? ' ' : (ts.ts_status == 0) ? '*' : '!'); in ath5k_debug_printtxbuf()
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | ar9002_mac.c | 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()
|
H A D | ar9003_mac.c | 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()
|
H A D | debug.c | 826 if (ts->ts_status & ATH9K_TXERR_XRETRY) in ath_debug_stat_tx() 832 if (ts->ts_status & ATH9K_TXERR_FILT) in ath_debug_stat_tx() 834 if (ts->ts_status & ATH9K_TXERR_FIFO) in ath_debug_stat_tx() 836 if (ts->ts_status & ATH9K_TXERR_XTXOP) in ath_debug_stat_tx() 838 if (ts->ts_status & ATH9K_TXERR_TIMER_EXPIRED) in ath_debug_stat_tx()
|
H A D | xmit.c | 507 bool flush = !!(ts->ts_status & ATH9K_TX_FLUSH); in ath_tx_complete_aggr() 686 if (ts->ts_status & (ATH9K_TXERR_FILT | ATH9K_TXERR_XRETRY)) in ath_tx_complete_aggr() 741 txok = !(ts->ts_status & ATH9K_TXERR_MASK); in ath_tx_process_buffer() 742 flush = !!(ts->ts_status & ATH9K_TX_FLUSH); in ath_tx_process_buffer() 758 if (ts->ts_status & (ATH9K_TXERR_FILT | ATH9K_TXERR_XRETRY)) in ath_tx_process_buffer() 1879 ts.ts_status = ATH9K_TX_FLUSH; in ath_drain_txq_list() 2530 if (ts->ts_status & ATH9K_TXERR_FILT) in ath_tx_complete_buf() 2607 if ((ts->ts_status & ATH9K_TXERR_FILT) == 0 && in ath_tx_rc_status() 2746 sc->beacon.tx_last = !(ts.ts_status & ATH9K_TXERR_MASK); in ath_tx_edma_tasklet()
|
H A D | dynack.c | 225 if (ts->ts_status & ATH9K_TXERR_XRETRY) { in ath_dynack_sample_tx_ts()
|
H A D | mac.h | 102 u8 ts_status; member
|
H A D | main.c | 2283 sc->beacon.tx_last = !(ts.ts_status & ATH9K_TXERR_MASK); in ath9k_tx_last_beacon()
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_hwtstamp.c | 219 u32 num_snapshot, ts_status, tsync_int; in timestamp_interrupt() local 239 ts_status = readl(priv->ioaddr + GMAC_TIMESTAMP_STATUS); in timestamp_interrupt() 244 num_snapshot = (ts_status & GMAC_TIMESTAMP_ATSNS_MASK) >> in timestamp_interrupt()
|
/openbmc/linux/drivers/net/dsa/hirschmann/ |
H A D | hellcreek_hwtstamp.c | 219 int ts_status; in hellcreek_txtstamp_work() local 239 ts_status = hellcreek_ptp_hwtstamp_available(hellcreek, status_reg); in hellcreek_txtstamp_work() 242 if (ts_status == 0) { in hellcreek_txtstamp_work()
|
/openbmc/linux/net/packet/ |
H A D | af_packet.c | 476 __u32 ts_status; in __packet_set_timestamp() local 478 if (!(ts_status = tpacket_get_timestamp(skb, &ts, READ_ONCE(po->tp_tstamp)))) in __packet_set_timestamp() 511 return ts_status; in __packet_set_timestamp() 2299 __u32 ts_status; in tpacket_rcv() local 2452 ts_status = tpacket_get_timestamp(skb, &ts, in tpacket_rcv() 2455 if (!ts_status) in tpacket_rcv() 2458 status |= ts_status; in tpacket_rcv()
|