Searched defs:intr_mode (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/glvc/
H A Dglvc.c160 uint8_t intr_mode; /* 1 = polling mode, 2 = interrupt mode */ member in struct:glvc_soft_state
375 if (softsp->intr_mode == GLVC_POLLING_MODE)
480 softsp->intr_mode = GLVC_INTR_MODE;
490 softsp->intr_mode = GLVC_POLLING_MODE;
502 if (softsp->intr_mode == GLVC_INTR_MODE) {
530 if (softsp->intr_mode == GLVC_INTR_MODE)
535 softsp->intr_mode = GLVC_MODE_NONE;
701 if (softsp->intr_mode == GLVC_INTR_MODE)
796 if ((softsp->intr_mode == GLVC_INTR_MODE) &&
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-config.h577 * @intr_mode: Line, MSI, or MSI-X interrupt.
727 int intr_mode; member in struct:xge_hal_device_config_t

Completed in 70 milliseconds