Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/rt2x00/
Drt2x00queue.h534 #define queue_next(__queue) \ macro
547 prefetch(queue_next(__entry)), (__entry) != (__end);\
548 (__entry) = queue_next(__entry))
Drt2x00usb.c615 queue = queue_next(queue); in rt2x00usb_find_endpoints()
/linux-3.4.99/drivers/usb/host/
Du132-hcd.c169 u16 queue_next; member
520 endp->queue_next += 1; in u132_hcd_giveback_urb()
559 endp->queue_next += 1; in u132_hcd_abandon_urb()
1319 if (endp->queue_next == endp->queue_last) { in u132_hcd_ring_work_scheduler()
1334 if (last_endp->queue_next == last_endp->queue_last) { in u132_hcd_ring_work_scheduler()
1387 } else if (endp->queue_next == endp->queue_last) { in u132_hcd_endp_work_scheduler()
1400 endp->queue_next]; in u132_hcd_endp_work_scheduler()
1420 endp->queue_next]; in u132_hcd_endp_work_scheduler()
1433 endp->queue_next]; in u132_hcd_endp_work_scheduler()
1446 endp->queue_next]; in u132_hcd_endp_work_scheduler()
[all …]
/linux-3.4.99/drivers/block/
Dcpqarray.c914 queue_next: in do_ida_request()
965 goto queue_next; in do_ida_request()