Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_isr.c857 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()
867 if (soft_statep->isoch->cycle_incon_thresh.delta_t_counter > in hci1394_isoch_cycle_inconsistent()
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()
952 if (soft_statep->isoch->cycle_lost_thresh.delta_t_counter > in hci1394_isoch_cycle_lost()
H A Dhci1394_isoch.c100 isochp->cycle_lost_thresh.delta_t_counter = 0; in hci1394_isoch_init()
106 isochp->cycle_incon_thresh.delta_t_counter = 0; in hci1394_isoch_init()
748 soft_statep->isoch->cycle_lost_thresh.delta_t_counter = 0; in hci1394_isoch_error_ints_enable()
749 soft_statep->isoch->cycle_incon_thresh.delta_t_counter = 0; in hci1394_isoch_error_ints_enable()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h158 int delta_t_counter; member