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
111 /* flags kept in ts_flags */
826 ts->ts_flags |= (tsc->ts_flags & TSF_AFFINITY); in sched_fork_thread()
1357 ts->ts_flags & TSF_AFFINITY)) { in sched_add()
1802 ts->ts_flags &= ~TSF_AFFINITY; in sched_affinity()
1805 ts->ts_flags |= TSF_AFFINITY; in sched_affinity()
1813 if (!(ts->ts_flags & TSF_AFFINITY)) in sched_affinity()
H A Dsched_ule.c92 short ts_flags; /* TSF_* flags. */ member
105 /* flags kept in ts_flags */
491 ts->ts_flags |= TSF_XFERABLE; in tdq_runq_add()
538 if (ts->ts_flags & TSF_XFERABLE) { in tdq_runq_rem()
540 ts->ts_flags &= ~TSF_XFERABLE; in tdq_runq_rem()
2139 (td_get_sched(td)->ts_flags & TSF_BOUND) != 0, in sched_switch_migrate()
2430 ts2->ts_flags = 0; in sched_fork_thread()
2904 if (ts->ts_flags & TSF_BOUND) in sched_bind()
2907 ts->ts_flags |= TSF_BOUND; in sched_bind()
2928 if ((ts->ts_flags in sched_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.c4258 if (ts->ts_flags & HAL_TX_DESC_CFG_ERR) in ath_tx_update_stats()
4268 if (ts->ts_flags & HAL_TX_DATA_UNDERRUN) in ath_tx_update_stats()
4270 if (ts->ts_flags & HAL_TX_DELIM_UNDERRUN) in ath_tx_update_stats()
H A Dif_ath_tx.c4941 hasba = !! (ts.ts_flags & HAL_TX_BA);
4958 __func__, tap->txa_start, tx_ok, ts.ts_status, ts.ts_flags,