Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c5540 bgep->asf_timeout_id = timeout( in bge_chip_factotum()
6571 ((bge_t *)bgep)->asf_timeout_id = timeout(bge_asf_heartbeat, bgep, in bge_asf_heartbeat()
6581 while ((bgep->asf_timeout_id != 0) && in bge_asf_stop_timer()
6582 (tmp_id != bgep->asf_timeout_id)) { in bge_asf_stop_timer()
6583 tmp_id = bgep->asf_timeout_id; in bge_asf_stop_timer()
6586 bgep->asf_timeout_id = 0; in bge_asf_stop_timer()
H A Dbge_impl.h950 timeout_id_t asf_timeout_id; member
H A Dbge_main2.c598 bgep->asf_timeout_id = timeout(bge_asf_heartbeat,
678 bgep->asf_timeout_id = timeout(bge_asf_heartbeat,