Searched refs:hs_fm_poll_thread (Results 1 – 2 of 2) sorted by relevance
1373 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()
697 ddi_periodic_t hs_fm_poll_thread; /* fma poll thread */ member