Home
last modified time | relevance | path

Searched refs:reset_delay (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt_regs.h587 uint8_t reset_delay; member
821 uint8_t reset_delay; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_init.h172 uint8_t reset_delay; member
615 uint8_t reset_delay; member
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c2303 uint32_t reset_delay; in tavor_sw_reset() local
2310 reset_delay = state->ts_cfg_profile->cp_sw_reset_delay; in tavor_sw_reset()
2311 if (reset_delay == 0) { in tavor_sw_reset()
2368 drv_usecwait(reset_delay); in tavor_sw_reset()
/illumos-gate/usr/src/uts/common/sys/
H A Dsunndi.h630 void *arg, dev_info_t **child, clock_t reset_delay);
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c3799 uint32_t reset_delay; in hermon_sw_reset() local
3814 reset_delay = state->hs_cfg_profile->cp_sw_reset_delay; in hermon_sw_reset()
3815 if (reset_delay == 0) { in hermon_sw_reset()
3889 drv_usecwait(reset_delay); in hermon_sw_reset()
4831 uint32_t sem, reset_delay = state->hs_cfg_profile->cp_sw_reset_delay; in hermon_quiesce() local
4949 drv_usecwait(reset_delay); in hermon_quiesce()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c643 nv->reset_delay = 5; in ql_set_nvram_adapter_defaults()
722 nv->reset_delay = 5; in ql_set_nvram_adapter_defaults()
H A Dql_init.c577 nv->reset_delay = 5; in ql_nvram_config()
610 ha->loop_reset_delay = nv->reset_delay; in ql_nvram_config()
1053 nv->reset_delay = 5; in ql_nvram_24xx_config()
1103 ha->loop_reset_delay = nv->reset_delay; in ql_nvram_24xx_config()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c15711 int64_t reset_delay; in fcp_scsi_bus_config() local
15715 reset_delay = (int64_t)(USEC_TO_TICK(FCP_INIT_WAIT_TIMEOUT)) - in fcp_scsi_bus_config()
15717 if (reset_delay < 0) { in fcp_scsi_bus_config()
15718 reset_delay = 0; in fcp_scsi_bus_config()
15734 arg, childp, (clock_t)reset_delay)); in fcp_scsi_bus_config()
15755 while ((reset_delay > 0) && pptr->port_tmp_cnt) { in fcp_scsi_bus_config()
15758 ddi_get_lbolt() + (clock_t)reset_delay); in fcp_scsi_bus_config()
15759 reset_delay = in fcp_scsi_bus_config()