Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_intr.c177 dev->iamthif_stall_timer = 0; in _heci_cmpl_iamthif()
623 dev->iamthif_stall_timer = 0; in heci_bh_read_pthi_message()
768 dev->iamthif_stall_timer = IAMTHIF_STALL_TIMER; in _heci_bh_iamthif_read()
1615 if (dev->iamthif_stall_timer != 0) { in heci_wd_timer()
1616 if (--dev->iamthif_stall_timer == 0) { in heci_wd_timer()
H A Dheci_data_structures.h567 uint32_t iamthif_stall_timer; member