Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c1661 ha->port_down_retry_delay = PORT_RETRY_TIME; in ql_common_properties()
1666 " %d; using default value of %d", data, PORT_RETRY_TIME); in ql_common_properties()
1667 ha->port_down_retry_delay = PORT_RETRY_TIME; in ql_common_properties()
1683 ha->qfull_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->qfull_retry_delay = PORT_RETRY_TIME; in ql_common_properties()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h357 #define PORT_RETRY_TIME 2 /* 0 - 255 */ macro