Home
last modified time | relevance | path

Searched refs:hs_reg_cmd_baseaddr (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c580 &state->hs_reg_cmd_baseaddr, 0, 0, &state->hs_reg_accattr, in hermon_fm_ereport_init()
589 ((uintptr_t)state->hs_reg_cmd_baseaddr + HERMON_CMD_HCR_OFFSET); in hermon_fm_ereport_init()
593 ((uintptr_t)state->hs_reg_cmd_baseaddr + in hermon_fm_ereport_init()
598 ((uintptr_t)state->hs_reg_cmd_baseaddr + in hermon_fm_ereport_init()
606 (uintptr_t)(state->hs_reg_cmd_baseaddr + offset); in hermon_fm_ereport_init()
610 (state->hs_reg_cmd_baseaddr + state->hs_fw.error_buf_addr); in hermon_fm_ereport_init()
H A Dhermon.c1611 &state->hs_reg_cmd_baseaddr, 0, 0, &state->hs_fm_accattr, in hermon_hw_init()
1658 ((uintptr_t)state->hs_reg_cmd_baseaddr + HERMON_CMD_HCR_OFFSET); in hermon_hw_init()
1663 ((uintptr_t)state->hs_reg_cmd_baseaddr + in hermon_hw_init()
1666 ((uintptr_t)state->hs_reg_cmd_baseaddr + in hermon_hw_init()
1762 (uintptr_t)(state->hs_reg_cmd_baseaddr + clr_intr_offset); in hermon_hw_init()
1770 (state->hs_reg_cmd_baseaddr + state->hs_fw.error_buf_addr); in hermon_hw_init()
H A Dhermon_ioctl.c1252 baseaddr = (uintptr_t)state->hs_reg_cmd_baseaddr; in hermon_ioctl_reg_read()
1327 baseaddr = (uintptr_t)state->hs_reg_cmd_baseaddr; in hermon_ioctl_reg_write()
2667 (state->hs_reg_cmd_baseaddr + addr)); in hermon_flash_read_cfg()
2723 (state->hs_reg_cmd_baseaddr + addr), data); in hermon_flash_write_cfg_helper()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h419 caddr_t hs_reg_cmd_baseaddr; /* Hermon CMD BAR */ member