Searched refs:cycle_incon_thresh (Results 1 – 3 of 3) sorted by relevance
989 last_time = soft_statep->isoch->cycle_incon_thresh.last_intr_time; in hci1394_isoch_cycle_inconsistent()997 delta_thresh = soft_statep->isoch->cycle_incon_thresh.delta_t_thresh; in hci1394_isoch_cycle_inconsistent()999 soft_statep->isoch->cycle_incon_thresh.delta_t_counter++; in hci1394_isoch_cycle_inconsistent()1001 soft_statep->isoch->cycle_incon_thresh.delta_t_counter = 0; in hci1394_isoch_cycle_inconsistent()1007 cnt_thresh = soft_statep->isoch->cycle_incon_thresh.counter_thresh; in hci1394_isoch_cycle_inconsistent()1009 if (soft_statep->isoch->cycle_incon_thresh.delta_t_counter > in hci1394_isoch_cycle_inconsistent()1017 soft_statep->isoch->cycle_incon_thresh.last_intr_time = current_time; in hci1394_isoch_cycle_inconsistent()
109 isochp->cycle_incon_thresh.last_intr_time = 0; in hci1394_isoch_init()110 isochp->cycle_incon_thresh.delta_t_counter = 0; in hci1394_isoch_init()111 isochp->cycle_incon_thresh.delta_t_thresh = HCI1394_CYC_INCON_DELTA; in hci1394_isoch_init()112 isochp->cycle_incon_thresh.counter_thresh = HCI1394_CYC_INCON_COUNT; in hci1394_isoch_init()885 soft_statep->isoch->cycle_incon_thresh.delta_t_counter = 0; in hci1394_isoch_error_ints_enable()
184 hci1394_intr_thresh_t cycle_incon_thresh; member