Searched refs:cycle_lost_thresh (Results 1 – 3 of 3) sorted by relevance
1082 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()
103 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()
183 hci1394_intr_thresh_t cycle_lost_thresh; member