Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c301 if (ddi_copyout(&state->hs_fw_sector[0], in hermon_ioctl_flash_read()
416 &state->hs_fw_sector[0], 1 << state->hs_fw_log_sector_sz, in hermon_ioctl_flash_write()
547 state->hs_fw_sector = NULL; in hermon_ioctl_flash_init()
618 state->hs_fw_sector = (uint32_t *)kmem_zalloc(1 << in hermon_ioctl_flash_init()
742 if (state->hs_fw_sector) { in hermon_ioctl_flash_cleanup_nolock()
743 kmem_free(state->hs_fw_sector, 1 << state->hs_fw_log_sector_sz); in hermon_ioctl_flash_cleanup_nolock()
1494 image = (uint32_t *)&state->hs_fw_sector[0]; in hermon_flash_read_sector()
1553 sector = (uchar_t *)&state->hs_fw_sector[0]; in hermon_flash_write_sector()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h677 uint32_t *hs_fw_sector; member
760 hermon_state_s::hs_fw_sector))