Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_intr.c224 reg |= HOSTINTR_MASK; in oce_chip_ei()
263 reg &= ~HOSTINTR_MASK; in oce_chip_di()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw.h59 #define HOSTINTR_MASK (1 << 29) macro