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

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_impl.c1021 #define IBTL_ENA_POSSIBLE 0x80000000 macro
1054 ret = IBTL_ENA_POSSIBLE | (type << IBTL_TYPE_SHIFT);
1105 if ((status & IBTL_ENA_MASK) == IBTL_ENA_POSSIBLE) {
1106 type = status & ~IBTL_ENA_POSSIBLE >> IBTL_TYPE_SHIFT;

Completed in 45 milliseconds