Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit_ds.c308 ts->ts_flags = 0; in ar9300_proc_tx_desc()
327 ts->ts_flags |= HAL_TX_DESC_CFG_ERR; in ar9300_proc_tx_desc()
330 ts->ts_flags |= HAL_TX_DATA_UNDERRUN; in ar9300_proc_tx_desc()
334 ts->ts_flags |= HAL_TX_DELIM_UNDERRUN; in ar9300_proc_tx_desc()
338 ts->ts_flags |= HAL_TX_BA; in ar9300_proc_tx_desc()
343 ts->ts_flags |= HAL_TX_FAST_TS; in ar9300_proc_tx_desc()
393 finalindex_tries = ts->ts_longretry + (ts->ts_flags & HAL_TX_BA)? 1 : 0; in ar9300_calc_tx_airtime()
436 if ( comp_wastedt && (ts->ts_flags & HAL_TX_BA)){ in ar9300_calc_tx_airtime()
/freebsd/sys/kern/
H A Dsched_4bsd.c99 int ts_flags; member
820 ts->ts_flags |= (tsc->ts_flags & TSF_AFFINITY); in sched_4bsd_fork_thread()
1356 ts->ts_flags & TSF_AFFINITY)) { in sched_4bsd_add()
1777 ts->ts_flags &= ~TSF_AFFINITY; in sched_4bsd_affinity()
1780 ts->ts_flags |= TSF_AFFINITY; in sched_4bsd_affinity()
1788 if (!(ts->ts_flags & TSF_AFFINITY)) in sched_4bsd_affinity()
H A Dsched_ule.c89 short ts_flags; /* TSF_* flags. */ member
506 ts->ts_flags |= TSF_XFERABLE; in tdq_runq_add()
581 if (ts->ts_flags & TSF_XFERABLE) { in tdq_runq_rem()
583 ts->ts_flags &= ~TSF_XFERABLE; in tdq_runq_rem()
2253 (td_get_sched(td)->ts_flags & TSF_BOUND) != 0, in sched_switch_migrate()
2550 ts2->ts_flags = 0; in sched_ule_fork_thread()
3014 if (ts->ts_flags & TSF_BOUND) in sched_ule_bind()
3017 ts->ts_flags |= TSF_BOUND; in sched_ule_bind()
3038 if ((ts->ts_flags & TSF_BOUND) == 0) in sched_ule_unbind()
3040 ts->ts_flags &= ~TSF_BOUND; in sched_ule_unbind()
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c749 ts->ts_flags = 0; in ar5416ProcTxDesc()
751 ts->ts_flags |= HAL_TX_BA; in ar5416ProcTxDesc()
756 ts->ts_flags |= HAL_TX_AGGR; in ar5416ProcTxDesc()
758 ts->ts_flags |= HAL_TX_DESC_CFG_ERR; in ar5416ProcTxDesc()
760 ts->ts_flags |= HAL_TX_DATA_UNDERRUN; in ar5416ProcTxDesc()
762 ts->ts_flags |= HAL_TX_DELIM_UNDERRUN; in ar5416ProcTxDesc()
823 (ts->ts_flags & (HAL_TX_DATA_UNDERRUN | HAL_TX_DELIM_UNDERRUN))) in ar5416ProcTxDesc()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_desc.h45 uint8_t ts_flags; /* misc flags */ member
/freebsd/sys/dev/ath/
H A Dif_ath.c4261 if (ts->ts_flags & HAL_TX_DESC_CFG_ERR) in ath_tx_update_stats()
4271 if (ts->ts_flags & HAL_TX_DATA_UNDERRUN) in ath_tx_update_stats()
4273 if (ts->ts_flags & HAL_TX_DELIM_UNDERRUN) in ath_tx_update_stats()
H A Dif_ath_tx.c4959 hasba = !! (ts.ts_flags & HAL_TX_BA);
4976 __func__, tap->txa_start, tx_ok, ts.ts_status, ts.ts_flags,