Home
last modified time | relevance | path

Searched refs:clean_address_timer (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_clock.c1034 if (port->clean_address_timer && in emlxs_timer_check_clean_address()
1035 (hba->timer_tics < port->clean_address_timer)) { in emlxs_timer_check_clean_address()
1038 port->clean_address_timer = 0; in emlxs_timer_check_clean_address()
1070 port->clean_address_timer = 0; in emlxs_timer_cancel_clean_address()
H A Demlxs_els.c546 port->clean_address_timer = in emlxs_els_delay_discovery()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1141 uint32_t clean_address_timer; member