Home
last modified time | relevance | path

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

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