Searched refs:cycle_incon_thresh (Results 1 – 3 of 3) sorted by relevance
847 last_time = soft_statep->isoch->cycle_incon_thresh.last_intr_time; in hci1394_isoch_cycle_inconsistent()855 delta_thresh = soft_statep->isoch->cycle_incon_thresh.delta_t_thresh; in hci1394_isoch_cycle_inconsistent()857 soft_statep->isoch->cycle_incon_thresh.delta_t_counter++; in hci1394_isoch_cycle_inconsistent()859 soft_statep->isoch->cycle_incon_thresh.delta_t_counter = 0; in hci1394_isoch_cycle_inconsistent()865 cnt_thresh = soft_statep->isoch->cycle_incon_thresh.counter_thresh; in hci1394_isoch_cycle_inconsistent()867 if (soft_statep->isoch->cycle_incon_thresh.delta_t_counter > in hci1394_isoch_cycle_inconsistent()875 soft_statep->isoch->cycle_incon_thresh.last_intr_time = current_time; in hci1394_isoch_cycle_inconsistent()
105 isochp->cycle_incon_thresh.last_intr_time = 0; in hci1394_isoch_init()106 isochp->cycle_incon_thresh.delta_t_counter = 0; in hci1394_isoch_init()107 isochp->cycle_incon_thresh.delta_t_thresh = HCI1394_CYC_INCON_DELTA; in hci1394_isoch_init()108 isochp->cycle_incon_thresh.counter_thresh = HCI1394_CYC_INCON_COUNT; in hci1394_isoch_init()749 soft_statep->isoch->cycle_incon_thresh.delta_t_counter = 0; in hci1394_isoch_error_ints_enable()
182 hci1394_intr_thresh_t cycle_incon_thresh; member