Lines Matching defs:state

156 	hermon_state_t	*state;  in hermon_ioctl()  local
241 hermon_ioctl_flash_read(hermon_state_t *state, dev_t dev, intptr_t arg, in hermon_ioctl_flash_read()
362 hermon_ioctl_flash_write(hermon_state_t *state, dev_t dev, intptr_t arg, in hermon_ioctl_flash_write()
464 hermon_ioctl_flash_erase(hermon_state_t *state, dev_t dev, intptr_t arg, in hermon_ioctl_flash_erase()
536 hermon_ioctl_flash_init(hermon_state_t *state, dev_t dev, intptr_t arg, in hermon_ioctl_flash_init()
679 hermon_ioctl_flash_fini(hermon_state_t *state, dev_t dev) in hermon_ioctl_flash_fini()
720 hermon_ioctl_flash_cleanup(hermon_state_t *state) in hermon_ioctl_flash_cleanup()
736 hermon_ioctl_flash_cleanup_nolock(hermon_state_t *state) in hermon_ioctl_flash_cleanup_nolock()
761 hermon_ioctl_info(hermon_state_t *state, dev_t dev, intptr_t arg, int mode) in hermon_ioctl_info()
823 hermon_ioctl_ports(hermon_state_t *state, intptr_t arg, int mode) in hermon_ioctl_ports()
944 hermon_ioctl_loopback(hermon_state_t *state, intptr_t arg, int mode) in hermon_ioctl_loopback()
1223 hermon_ioctl_reg_read(hermon_state_t *state, intptr_t arg, int mode) in hermon_ioctl_reg_read()
1298 hermon_ioctl_reg_write(hermon_state_t *state, intptr_t arg, int mode) in hermon_ioctl_reg_write()
1362 hermon_ioctl_write_boot_addr(hermon_state_t *state, dev_t dev, intptr_t arg, in hermon_ioctl_write_boot_addr()
1445 hermon_flash_reset(hermon_state_t *state) in hermon_flash_reset()
1487 hermon_flash_read_sector(hermon_state_t *state, uint32_t sector_num) in hermon_flash_read_sector()
1521 hermon_flash_read_quadlet(hermon_state_t *state, uint32_t *data, in hermon_flash_read_quadlet()
1544 hermon_flash_write_sector(hermon_state_t *state, uint32_t sector_num) in hermon_flash_write_sector()
1616 hermon_flash_spi_write_dword(hermon_state_t *state, uint32_t addr, in hermon_flash_spi_write_dword()
1668 hermon_flash_write_byte(hermon_state_t *state, uint32_t addr, uchar_t data) in hermon_flash_write_byte()
1814 hermon_flash_erase_sector(hermon_state_t *state, uint32_t sector_num) in hermon_flash_erase_sector()
1979 hermon_flash_erase_chip(hermon_state_t *state) in hermon_flash_erase_chip()
2075 hermon_flash_spi_write_enable(hermon_state_t *state) in hermon_flash_spi_write_enable()
2091 hermon_flash_spi_wait_wip(hermon_state_t *state) in hermon_flash_spi_wait_wip()
2138 hermon_flash_bank(hermon_state_t *state, uint32_t addr) in hermon_flash_bank()
2200 hermon_flash_spi_exec_command(hermon_state_t *state, ddi_acc_handle_t hdl, in hermon_flash_spi_exec_command()
2222 hermon_flash_read(hermon_state_t *state, uint32_t addr, int *err) in hermon_flash_read()
2312 hermon_flash_write(hermon_state_t *state, uint32_t addr, uchar_t data, int *err) in hermon_flash_write()
2367 hermon_flash_init(hermon_state_t *state) in hermon_flash_init()
2472 hermon_flash_cfi_init(hermon_state_t *state, uint32_t *cfi_info, in hermon_flash_cfi_init()
2608 hermon_flash_fini(hermon_state_t *state) in hermon_flash_fini()
2660 hermon_flash_read_cfg(hermon_state_t *state, ddi_acc_handle_t pci_config_hdl, in hermon_flash_read_cfg()
2687 hermon_flash_write_cfg(hermon_state_t *state, in hermon_flash_write_cfg()
2695 hermon_flash_write_confirm(hermon_state_t *state, in hermon_flash_write_confirm()
2714 hermon_flash_write_cfg_helper(hermon_state_t *state, in hermon_flash_write_cfg_helper()
2834 hermon_loopback_init(hermon_state_t *state, hermon_loopback_state_t *lstate) in hermon_loopback_init()