Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h674 timeout_id_t ql_timer_timeout_id; member
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c204 static timeout_id_t ql_timer_timeout_id = NULL; variable
1500 if (ql_timer_timeout_id == NULL) { in ql_attach()
1502 ql_timer_timeout_id = timeout(ql_timer, (void *)0, in ql_attach()
1695 if (ql_timer_timeout_id == NULL) { in ql_attach()
1696 ql_timer_timeout_id = timeout(ql_timer, (void *)0, in ql_attach()
1811 if (ql_timer_timeout_id && ql_hba.first == &ha->hba && in ql_detach()
1813 timer_id = ql_timer_timeout_id; in ql_detach()
1814 ql_timer_timeout_id = NULL; in ql_detach()
2016 if (ql_timer_timeout_id && ql_hba.first == &ha->hba && in ql_detach()
2018 timer_id = ql_timer_timeout_id; in ql_detach()
[all …]
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c5961 if (qlge->ql_timer_timeout_id != NULL) { in ql_stop_timer()
5962 timer_id = qlge->ql_timer_timeout_id; in ql_stop_timer()
5963 qlge->ql_timer_timeout_id = NULL; in ql_stop_timer()
5976 qlge->ql_timer_timeout_id = timeout(ql_timer, in ql_restart_timer()