Home
last modified time | relevance | path

Searched refs:queue_next (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/net/wireless/rt2x00/
Drt2x00queue.h529 #define queue_next(__queue) \ macro
542 prefetch(queue_next(__entry)), (__entry) != (__end);\
543 (__entry) = queue_next(__entry))
Drt2x00usb.c539 queue = queue_next(queue); in rt2x00usb_find_endpoints()
/linux-2.6.39/drivers/usb/host/
Du132-hcd.c170 u16 queue_next; member
521 endp->queue_next += 1; in u132_hcd_giveback_urb()
560 endp->queue_next += 1; in u132_hcd_abandon_urb()
1320 if (endp->queue_next == endp->queue_last) { in u132_hcd_ring_work_scheduler()
1335 if (last_endp->queue_next == last_endp->queue_last) { in u132_hcd_ring_work_scheduler()
1388 } else if (endp->queue_next == endp->queue_last) { in u132_hcd_endp_work_scheduler()
1401 endp->queue_next]; in u132_hcd_endp_work_scheduler()
1421 endp->queue_next]; in u132_hcd_endp_work_scheduler()
1434 endp->queue_next]; in u132_hcd_endp_work_scheduler()
1447 endp->queue_next]; in u132_hcd_endp_work_scheduler()
[all …]
/linux-2.6.39/drivers/block/
Dcpqarray.c914 queue_next: in do_ida_request()
965 goto queue_next; in do_ida_request()