Searched defs:retry_delay (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_init.h92 uint8_t retry_delay; /* unused */ member in struct:nvram
H A Dql_api.h721 uint8_t retry_delay; /* unused */ member in struct:ql_init_cb
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c1405 void *user_arg, int failure_code, clock_t retry_delay,
1409 clock_t retry_delay, void (*statp)(kstat_io_t *));
15635 * retry_delay - Retry delay interval in (clock_t) units. May
15649 code), void *user_arg, int failure_code, clock_t retry_delay,
15920 if (retry_delay == 0) {
15931 retry_delay = un->un_busy_timeout;
15977 sd_set_retry_bp(un, bp, retry_delay, statp);
16006 * retry_delay - time interval before issuing retry (may be 0)
16013 sd_set_retry_bp(struct sd_lun *un, struct buf *bp, clock_t retry_delay, argument
16028 * time delay expires, unless the user specified a 0 retry_delay
15647 sd_retry_command(struct sd_lun *un, struct buf *bp, int retry_check_flag, void (*user_funcp)(struct sd_lun *un, struct buf *bp, void *argp, int code), void *user_arg, int failure_code, clock_t retry_delay, void (*statp)(kstat_io_t *)) argument
[all...]

Completed in 118 milliseconds