Home
last modified time | relevance | path

Searched refs:hal_queue_back (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_bus_reset.c544 hal->hal_queue_back) { in s1394_hal_queue_insert()
565 if (hal->hal_queue_back == hal->hal_queue_front) { in s1394_hal_queue_remove()
568 tmp = hal->hal_queue[hal->hal_queue_back]; in s1394_hal_queue_remove()
569 hal->hal_queue_back = (hal->hal_queue_back + 1) % in s1394_hal_queue_remove()
697 hal->hal_queue_front = hal->hal_queue_back = 0; in s1394_match_tree_nodes()
711 while (hal->hal_queue_front != hal->hal_queue_back) { in s1394_match_tree_nodes()
990 hal->hal_queue_front = hal->hal_queue_back = 0; in s1394_speed_map_fill_speed_N()
1004 while (hal->hal_queue_front != hal->hal_queue_back) { in s1394_speed_map_fill_speed_N()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h631 int hal_queue_back; member