Home
last modified time | relevance | path

Searched refs:HERMON_FLASH_INTEL_CMDSET (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c1406 case HERMON_FLASH_INTEL_CMDSET: in hermon_ioctl_write_boot_addr()
1462 case HERMON_FLASH_INTEL_CMDSET: in hermon_flash_reset()
1587 case HERMON_FLASH_INTEL_CMDSET: in hermon_flash_write_sector()
1726 case HERMON_FLASH_INTEL_CMDSET: in hermon_flash_write_byte()
1882 case HERMON_FLASH_INTEL_CMDSET: in hermon_flash_erase_sector()
2040 case HERMON_FLASH_INTEL_CMDSET: in hermon_flash_erase_chip()
2166 case HERMON_FLASH_INTEL_CMDSET: in hermon_flash_bank()
2256 case HERMON_FLASH_INTEL_CMDSET: in hermon_flash_read()
2523 state->hs_fw_cmdset = HERMON_FLASH_INTEL_CMDSET; in hermon_flash_cfi_init()
2553 if (state->hs_fw_cmdset != HERMON_FLASH_INTEL_CMDSET && in hermon_flash_cfi_init()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_ioctl.h130 #define HERMON_FLASH_INTEL_CMDSET 0x0001 macro
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c840 manuf->cmd_set != HERMON_FLASH_INTEL_CMDSET) { in cnx_identify()