Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c1373 if (state->hs_fm_poll_thread) { in hermon_drv_fini2()
1374 ddi_periodic_delete(state->hs_fm_poll_thread); in hermon_drv_fini2()
1375 state->hs_fm_poll_thread = NULL; in hermon_drv_fini2()
1776 state->hs_fm_poll_thread = ddi_periodic_add( in hermon_hw_init()
2342 if (state->hs_fm_poll_thread) { in hermon_hw_fini()
2343 ddi_periodic_delete(state->hs_fm_poll_thread); in hermon_hw_fini()
2344 state->hs_fm_poll_thread = NULL; in hermon_hw_fini()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h697 ddi_periodic_t hs_fm_poll_thread; /* fma poll thread */ member