Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/
H A Ds1394_bus_reset.c661 hal->hal_queue_back) { in s1394_hal_queue_insert()
694 if (hal->hal_queue_back == hal->hal_queue_front) { in s1394_hal_queue_remove()
703 tmp = hal->hal_queue[hal->hal_queue_back]; in s1394_hal_queue_remove()
704 hal->hal_queue_back = (hal->hal_queue_back + 1) % in s1394_hal_queue_remove()
872 hal->hal_queue_front = hal->hal_queue_back = 0; in s1394_match_tree_nodes()
886 while (hal->hal_queue_front != hal->hal_queue_back) { in s1394_match_tree_nodes()
1193 hal->hal_queue_front = hal->hal_queue_back = 0; in s1394_speed_map_fill_speed_N()
1207 while (hal->hal_queue_front != hal->hal_queue_back) { in s1394_speed_map_fill_speed_N()
/titanic_41/usr/src/uts/common/sys/1394/
H A Ds1394.h667 int hal_queue_back; member