Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/elxl/
H A Delxl.h492 uint16_t ex_capab; member
H A Delxl.c531 sc->ex_capab = elxl_read_eeprom(sc, EE_CAPABILITIES); in elxl_attach()
538 if ((sc->ex_capab & (1 << 2)) || !(sc->ex_capab & (1 << 9))) { in elxl_attach()