Searched refs:LDC_EVT_READ (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc.h82 #define LDC_EVT_READ 0x8 /* Channel has data for read */ macro
/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc.c1062 if ((event & LDC_EVT_READ) == 0) {
2330 *notify_event |= LDC_EVT_READ;
2354 *notify_event |= LDC_EVT_READ;
2475 *notify_event |= LDC_EVT_READ;
2495 (LDC_EVT_READ | LDC_EVT_RESET)) == LDC_EVT_READ) {
2532 if ((*notify_event & (LDC_EVT_READ | LDC_EVT_RESET)) == LDC_EVT_READ)
H A Dvldc.c332 if (event & LDC_EVT_READ)
H A Dds_common.c234 if (event & LDC_EVT_READ) (void) strcat(buf, " READ");
338 if (event & LDC_EVT_READ) {
356 if (event & ~(LDC_EVT_UP | LDC_EVT_READ)) {
H A Dvnet_gen.c3068 if (event & LDC_EVT_READ) {
3070 "LDC_EVT_READ set along with RESET/DOWN\n");
3071 event &= ~LDC_EVT_READ;
3075 if (event & LDC_EVT_READ) {
H A Dvcc.c649 if (event & LDC_EVT_READ) {
H A Dvsw_ldc.c1268 if (event & LDC_EVT_READ) {
1294 ~(LDC_EVT_UP | LDC_EVT_RESET | LDC_EVT_DOWN | LDC_EVT_READ)) {
H A Dvdc.c3811 if (event & LDC_EVT_READ) {
3812 DMSG(vdc, 1, "[%d] Received LDC_EVT_READ\n", vdc->instance);
3851 if (event & ~(LDC_EVT_UP | LDC_EVT_RESET | LDC_EVT_DOWN | LDC_EVT_READ))
H A Dvds.c5350 if (event & LDC_EVT_READ) {

Completed in 113 milliseconds