Home
last modified time | relevance | path

Searched refs:tx_thr_flags (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw_ldc.h353 uint32_t tx_thr_flags; /* tx thread flags */ member
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_ldc.c623 ldcp->tx_thr_flags = 0; in vsw_ldc_attach()
4733 while (!(ldcp->tx_thr_flags & VSW_WTHR_STOP)) { in vsw_ldc_tx_worker()
4740 while (!(ldcp->tx_thr_flags & VSW_WTHR_STOP) && in vsw_ldc_tx_worker()
4749 if (ldcp->tx_thr_flags & VSW_WTHR_STOP) { in vsw_ldc_tx_worker()
4773 ldcp->tx_thr_flags &= ~VSW_WTHR_STOP; in vsw_ldc_tx_worker()
4795 ldcp->tx_thr_flags |= VSW_WTHR_STOP; in vsw_stop_tx_thread()