Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4v/sys/
H A Dvsw_ldc.h352 kthread_t *tx_thread; /* tx thread */ member
/titanic_44/usr/src/uts/sun4v/io/
H A Dvsw_ldc.c628 ldcp->tx_thread = thread_create(NULL, 2 * DEFAULTSTKSZ, in vsw_ldc_attach()
632 if (ldcp->tx_thread == NULL) { in vsw_ldc_attach()
691 if (ldcp->tx_thread != NULL) { in vsw_ldc_attach()
737 if (ldcp->tx_thread != NULL) { in vsw_ldc_detach()
3895 if (ldcp->tx_thread != NULL) { in vsw_ldctx()
4774 ldcp->tx_thread = NULL; in vsw_ldc_tx_worker()
4793 if (ldcp->tx_thread != NULL) { in vsw_stop_tx_thread()
4794 tid = ldcp->tx_thread->t_did; in vsw_stop_tx_thread()