Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_isr.c932 last_time = soft_statep->isoch->cycle_lost_thresh.last_intr_time; in hci1394_isoch_cycle_lost()
940 delta_thresh = soft_statep->isoch->cycle_lost_thresh.delta_t_thresh; in hci1394_isoch_cycle_lost()
942 soft_statep->isoch->cycle_lost_thresh.delta_t_counter++; in hci1394_isoch_cycle_lost()
944 soft_statep->isoch->cycle_lost_thresh.delta_t_counter = 0; in hci1394_isoch_cycle_lost()
950 cnt_thresh = soft_statep->isoch->cycle_lost_thresh.counter_thresh; in hci1394_isoch_cycle_lost()
952 if (soft_statep->isoch->cycle_lost_thresh.delta_t_counter > in hci1394_isoch_cycle_lost()
960 soft_statep->isoch->cycle_lost_thresh.last_intr_time = current_time; in hci1394_isoch_cycle_lost()
H A Dhci1394_isoch.c99 isochp->cycle_lost_thresh.last_intr_time = 0; in hci1394_isoch_init()
100 isochp->cycle_lost_thresh.delta_t_counter = 0; in hci1394_isoch_init()
101 isochp->cycle_lost_thresh.delta_t_thresh = HCI1394_CYC_LOST_DELTA; in hci1394_isoch_init()
102 isochp->cycle_lost_thresh.counter_thresh = HCI1394_CYC_LOST_COUNT; in hci1394_isoch_init()
748 soft_statep->isoch->cycle_lost_thresh.delta_t_counter = 0; in hci1394_isoch_error_ints_enable()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h181 hci1394_intr_thresh_t cycle_lost_thresh; member