Home
last modified time | relevance | path

Searched refs:ts_flags (Results 1 – 7 of 7) sorted by relevance

/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_xmit_ds.c304 ts->ts_flags = 0; in ar9300_proc_tx_desc()
323 ts->ts_flags |= HAL_TX_DESC_CFG_ERR; in ar9300_proc_tx_desc()
326 ts->ts_flags |= HAL_TX_DATA_UNDERRUN; in ar9300_proc_tx_desc()
330 ts->ts_flags |= HAL_TX_DELIM_UNDERRUN; in ar9300_proc_tx_desc()
334 ts->ts_flags |= HAL_TX_BA; in ar9300_proc_tx_desc()
386 finalindex_tries = ts->ts_longretry + (ts->ts_flags & HAL_TX_BA)? 1 : 0; in ar9300_calc_tx_airtime()
429 if ( comp_wastedt && (ts->ts_flags & HAL_TX_BA)){ in ar9300_calc_tx_airtime()
/NextBSD/sys/kern/
HDsched_4bsd.c97 int ts_flags; member
803 ts->ts_flags |= (td->td_sched->ts_flags & TSF_AFFINITY); in sched_fork_thread()
1304 ts->ts_flags & TSF_AFFINITY)) { in sched_add()
1740 ts->ts_flags &= ~TSF_AFFINITY; in sched_affinity()
1743 ts->ts_flags |= TSF_AFFINITY; in sched_affinity()
1751 if (!(ts->ts_flags & TSF_AFFINITY)) in sched_affinity()
HDsched_ule.c92 short ts_flags; /* TSF_* flags. */ member
467 ts->ts_flags |= TSF_XFERABLE; in tdq_runq_add()
513 if (ts->ts_flags & TSF_XFERABLE) { in tdq_runq_rem()
515 ts->ts_flags &= ~TSF_XFERABLE; in tdq_runq_rem()
1923 (ts->ts_flags & TSF_BOUND) != 0, in sched_switch()
2103 ts2->ts_flags = 0; in sched_fork_thread()
2542 if (ts->ts_flags & TSF_BOUND) in sched_bind()
2545 ts->ts_flags |= TSF_BOUND; in sched_bind()
2565 if ((ts->ts_flags & TSF_BOUND) == 0) in sched_unbind()
2567 ts->ts_flags &= ~TSF_BOUND; in sched_unbind()
[all …]
/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416_xmit.c744 ts->ts_flags = 0; in ar5416ProcTxDesc()
746 ts->ts_flags |= HAL_TX_BA; in ar5416ProcTxDesc()
751 ts->ts_flags |= HAL_TX_AGGR; in ar5416ProcTxDesc()
753 ts->ts_flags |= HAL_TX_DESC_CFG_ERR; in ar5416ProcTxDesc()
755 ts->ts_flags |= HAL_TX_DATA_UNDERRUN; in ar5416ProcTxDesc()
757 ts->ts_flags |= HAL_TX_DELIM_UNDERRUN; in ar5416ProcTxDesc()
818 (ts->ts_flags & (HAL_TX_DATA_UNDERRUN | HAL_TX_DELIM_UNDERRUN))) in ar5416ProcTxDesc()
/NextBSD/sys/dev/ath/ath_hal/
HDah_desc.h60 uint8_t ts_flags; /* misc flags */ member
/NextBSD/sys/dev/ath/
HDif_ath.c4065 if (ts->ts_flags & HAL_TX_DESC_CFG_ERR) in ath_tx_update_stats()
4075 if (ts->ts_flags & HAL_TX_DATA_UNDERRUN) in ath_tx_update_stats()
4077 if (ts->ts_flags & HAL_TX_DELIM_UNDERRUN) in ath_tx_update_stats()
HDif_ath_tx.c4839 hasba = !! (ts.ts_flags & HAL_TX_BA);
4856 __func__, tap->txa_start, tx_ok, ts.ts_status, ts.ts_flags,