Home
last modified time | relevance | path

Searched refs:VGEN_MSG_THR (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvnet_gen.h160 VGEN_MSG_THR = 0x2, /* vio message worker thread */ enumerator
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_gen.c2976 if (caller == VGEN_LDC_CB || caller == VGEN_MSG_THR) { in vgen_handle_evt_reset()
2986 if (caller == VGEN_LDC_CB || caller == VGEN_MSG_THR) { in vgen_handle_evt_reset()
2992 if (caller == VGEN_LDC_CB || caller == VGEN_MSG_THR) { in vgen_handle_evt_reset()
3124 } else if (caller == VGEN_MSG_THR) { in vgen_handle_evt_read()
3240 if (caller == VGEN_MSG_THR) { in vgen_handle_evt_read()
5461 if (caller == VGEN_LDC_CB || caller == VGEN_MSG_THR) { in vgen_ldc_reset()
5471 if (caller == VGEN_LDC_CB || caller == VGEN_MSG_THR) { in vgen_ldc_reset()
5477 if (caller == VGEN_LDC_CB || caller == VGEN_MSG_THR) { in vgen_ldc_reset()
H A Dvnet_txdring.c1798 rv = vgen_handle_evt_read(ldcp, VGEN_MSG_THR); in vgen_ldc_msg_worker()