Home
last modified time | relevance | path

Searched refs:msg_thread (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_txdring.c1479 if (ldcp->msg_thread != NULL) { in vgen_rx()
1518 if (ldcp->msg_thread != NULL) { in vgen_rx()
1527 if (ldcp->msg_thread != NULL) { in vgen_rx()
1818 ldcp->msg_thread = NULL; in vgen_ldc_msg_worker()
1838 if (ldcp->msg_thread != NULL) { in vgen_stop_msg_thread()
1839 tid = ldcp->msg_thread->t_did; in vgen_stop_msg_thread()
H A Dvsw_txdring.c748 ldcp->msg_thread = NULL; in vsw_ldc_msg_worker()
767 if (ldcp->msg_thread != NULL) { in vsw_stop_msg_thread()
768 tid = ldcp->msg_thread->t_did; in vsw_stop_msg_thread()
H A Dvsw_ldc.c731 } else if (ldcp->msg_thread != NULL) { in vsw_ldc_detach()
1473 } else if (ldcp->msg_thread != NULL) { in vsw_conn_task()
2044 if (ldcp->msg_thread != NULL) { in vsw_process_evt_read()
4323 ldcp->msg_thread = thread_create(NULL, 2 * DEFAULTSTKSZ, in vsw_send_dring_info()
H A Dvnet_gen.c3084 if (ldcp->msg_thread != NULL) { in vgen_ldc_cb()
3594 ldcp->msg_thread = thread_create(NULL, in vgen_handshake_phase3()
3996 if (lp->dring_mode == VIO_TX_DRING && curthread != ldcp->msg_thread) { in vgen_process_reset()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw_ldc.h361 kthread_t *msg_thread; /* message thread */ member
H A Dvnet_gen.h360 kthread_t *msg_thread; /* message thread */ member