Searched refs:PORT_RETRY_TIME (Results 1 – 2 of 2) sorted by relevance
1661 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()
357 #define PORT_RETRY_TIME 2 /* 0 - 255 */ macro