Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c2274 } while ((data & HERMON_HW_FLASH_CMD_MASK) && in hermon_flash_read()
2343 } while ((cmd & HERMON_HW_FLASH_CMD_MASK) && in hermon_flash_write()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h5082 #define HERMON_HW_FLASH_CMD_MASK 0xE0000000 macro