Searched refs:VSW_WTHR_STOP (Results 1 – 4 of 4) sorted by relevance
556 while (!(ldcp->rcv_thr_flags & VSW_WTHR_STOP)) { in vsw_ldc_rcv_worker()564 (VSW_WTHR_DATARCVD | VSW_WTHR_STOP))) { in vsw_ldc_rcv_worker()572 if (ldcp->rcv_thr_flags & VSW_WTHR_STOP) { in vsw_ldc_rcv_worker()589 ldcp->rcv_thr_flags &= ~VSW_WTHR_STOP; in vsw_ldc_rcv_worker()842 ldcp->rcv_thr_flags |= VSW_WTHR_STOP; in vsw_stop_rcv_thread()
712 while (!(ldcp->msg_thr_flags & VSW_WTHR_STOP)) { in vsw_ldc_msg_worker()720 (VSW_WTHR_DATARCVD | VSW_WTHR_STOP))) { in vsw_ldc_msg_worker()728 if (ldcp->msg_thr_flags & VSW_WTHR_STOP) { in vsw_ldc_msg_worker()747 ldcp->msg_thr_flags &= ~VSW_WTHR_STOP; in vsw_ldc_msg_worker()769 ldcp->msg_thr_flags |= VSW_WTHR_STOP; in vsw_stop_msg_thread()
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()
383 #define VSW_WTHR_STOP 0x02 /* stop worker thread request */ macro