Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_isr.c1082 last_time = soft_statep->isoch->cycle_lost_thresh.last_intr_time; in hci1394_isoch_cycle_lost()
1090 delta_thresh = soft_statep->isoch->cycle_lost_thresh.delta_t_thresh; in hci1394_isoch_cycle_lost()
1092 soft_statep->isoch->cycle_lost_thresh.delta_t_counter++; in hci1394_isoch_cycle_lost()
1094 soft_statep->isoch->cycle_lost_thresh.delta_t_counter = 0; in hci1394_isoch_cycle_lost()
1100 cnt_thresh = soft_statep->isoch->cycle_lost_thresh.counter_thresh; in hci1394_isoch_cycle_lost()
1102 if (soft_statep->isoch->cycle_lost_thresh.delta_t_counter > in hci1394_isoch_cycle_lost()
1110 soft_statep->isoch->cycle_lost_thresh.last_intr_time = current_time; in hci1394_isoch_cycle_lost()
H A Dhci1394_isoch.c103 isochp->cycle_lost_thresh.last_intr_time = 0; in hci1394_isoch_init()
104 isochp->cycle_lost_thresh.delta_t_counter = 0; in hci1394_isoch_init()
105 isochp->cycle_lost_thresh.delta_t_thresh = HCI1394_CYC_LOST_DELTA; in hci1394_isoch_init()
106 isochp->cycle_lost_thresh.counter_thresh = HCI1394_CYC_LOST_COUNT; in hci1394_isoch_init()
884 soft_statep->isoch->cycle_lost_thresh.delta_t_counter = 0; in hci1394_isoch_error_ints_enable()
/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h183 hci1394_intr_thresh_t cycle_lost_thresh; member