Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_isr.c847 last_time = soft_statep->isoch->cycle_incon_thresh.last_intr_time; in hci1394_isoch_cycle_inconsistent()
875 soft_statep->isoch->cycle_incon_thresh.last_intr_time = current_time; in hci1394_isoch_cycle_inconsistent()
932 last_time = soft_statep->isoch->cycle_lost_thresh.last_intr_time; in hci1394_isoch_cycle_lost()
960 soft_statep->isoch->cycle_lost_thresh.last_intr_time = current_time; in hci1394_isoch_cycle_lost()
H A Dhci1394_isoch.c99 isochp->cycle_lost_thresh.last_intr_time = 0; in hci1394_isoch_init()
105 isochp->cycle_incon_thresh.last_intr_time = 0; in hci1394_isoch_init()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h156 hrtime_t last_intr_time; member