Home
last modified time | relevance | path

Searched refs:bfe_periodic_id (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.h336 ddi_periodic_t bfe_periodic_id; member
H A Dbfe.c406 if (bfe->bfe_periodic_id) { in bfe_stop_timer()
407 ddi_periodic_delete(bfe->bfe_periodic_id); in bfe_stop_timer()
408 bfe->bfe_periodic_id = NULL; in bfe_stop_timer()
704 if (bfe->bfe_periodic_id == NULL) { in bfe_startup_phy()
705 bfe->bfe_periodic_id = ddi_periodic_add(bfe_timeout, in bfe_startup_phy()
1148 bfe->bfe_periodic_id = NULL; in bfe_init_vars()