Searched refs:port_retry_timer (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_mbx.h600 uint16_t port_retry_timer; member in struct:port_database_23
621 uint16_t port_retry_timer; member in struct:port_database_24
H A Dql_api.h1430 uint8_t port_retry_timer; member in struct:ql_adapter_state
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c2412 if (ha->port_retry_timer == 0) {
2413 if ((ha->port_retry_timer =
2438 if (ha->port_retry_timer == 0) {
2439 if ((ha->port_retry_timer =
2753 if (ha->port_retry_timer == 0) {
2754 if ((ha->port_retry_timer =
3044 if (ha->port_retry_timer == 0) {
3045 ha->port_retry_timer = 2;
3070 if (ha->port_retry_timer == 0) {
3071 if ((ha->port_retry_timer
[all...]
H A Dql_api.c7620 if (ha->port_retry_timer != 0) {
7622 ha->port_retry_timer = 0;
8429 ha->port_retry_timer = 0;
9639 if (ha->port_retry_timer != 0) {
9640 ha->port_retry_timer--;
9641 if (ha->port_retry_timer == 0) {
15478 ha->port_retry_timer = 0;

Completed in 100 milliseconds