Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ralink/rt2x00/
Drt2x00queue.h517 #define queue_next(__queue) \ macro
530 prefetch(queue_next(__entry)), (__entry) != (__end);\
531 (__entry) = queue_next(__entry))
Drt2x00usb.c622 queue = queue_next(queue); in rt2x00usb_find_endpoints()
/linux-5.19.10/drivers/usb/host/
Du132-hcd.c164 u16 queue_next; member
513 endp->queue_next += 1; in u132_hcd_giveback_urb()
552 endp->queue_next += 1; in u132_hcd_abandon_urb()
1308 if (endp->queue_next == endp->queue_last) { in u132_hcd_ring_work_scheduler()
1323 if (last_endp->queue_next == last_endp->queue_last) { in u132_hcd_ring_work_scheduler()
1376 } else if (endp->queue_next == endp->queue_last) { in u132_hcd_endp_work_scheduler()
1389 endp->queue_next]; in u132_hcd_endp_work_scheduler()
1409 endp->queue_next]; in u132_hcd_endp_work_scheduler()
1422 endp->queue_next]; in u132_hcd_endp_work_scheduler()
1435 endp->queue_next]; in u132_hcd_endp_work_scheduler()
[all …]