Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c588 if (state->hs_fw_cmdset == HERMON_FLASH_UNKNOWN_CMDSET) { in hermon_ioctl_flash_init()
1404 switch (state->hs_fw_cmdset) { in hermon_ioctl_write_boot_addr()
1453 switch (state->hs_fw_cmdset) { in hermon_flash_reset()
1574 switch (state->hs_fw_cmdset) { in hermon_flash_write_sector()
1680 switch (state->hs_fw_cmdset) { in hermon_flash_write_byte()
1802 state->hs_fw_cmdset); in hermon_flash_write_byte()
1828 switch (state->hs_fw_cmdset) { in hermon_flash_erase_sector()
1959 state->hs_fw_cmdset); in hermon_flash_erase_sector()
1987 switch (state->hs_fw_cmdset) { in hermon_flash_erase_chip()
2063 "unknown cmd set: 0x%x\n", state->hs_fw_cmdset); in hermon_flash_erase_chip()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h679 int hs_fw_cmdset; member