Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h675 uint32_t hs_fw_device_sz; member
742 hermon_state_s::hs_fw_device_sz))
752 hermon_state_s::hs_fw_device_sz
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c287 (state->hs_fw_device_sz >> state->hs_fw_log_sector_sz)) { in hermon_ioctl_flash_read()
311 if (ioctl_info.af_addr >= state->hs_fw_device_sz) { in hermon_ioctl_flash_read()
409 (state->hs_fw_device_sz >> state->hs_fw_log_sector_sz)) { in hermon_ioctl_flash_write()
429 if (ioctl_info.af_addr >= state->hs_fw_device_sz) { in hermon_ioctl_flash_write()
508 (state->hs_fw_device_sz >> state->hs_fw_log_sector_sz)) { in hermon_ioctl_flash_erase()
794 if (state->hs_fw_device_sz == 0) { in hermon_ioctl_info()
805 info.ai_flash_sz = state->hs_fw_device_sz; in hermon_ioctl_info()
2047 num_sect = state->hs_fw_device_sz / size; in hermon_flash_erase_chip()
2490 state->hs_fw_device_sz = HERMON_FLASH_SPI_DEVICE_SIZE; in hermon_flash_cfi_init()
2574 state->hs_fw_device_sz = 0x1 << cfi_ch_info[0x27]; in hermon_flash_cfi_init()