Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c1683 ha->port_down_retry_delay = PORT_RETRY_TIME; in ql_common_properties()
1688 " %d; using default value of %d", data, PORT_RETRY_TIME); in ql_common_properties()
1689 ha->port_down_retry_delay = PORT_RETRY_TIME; in ql_common_properties()
1705 ha->qfull_retry_delay = PORT_RETRY_TIME; in ql_common_properties()
1710 " %d; using default value of %d", data, PORT_RETRY_TIME); in ql_common_properties()
1711 ha->qfull_retry_delay = PORT_RETRY_TIME; in ql_common_properties()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h442 #define PORT_RETRY_TIME 2 /* 0 - 255 */ macro