Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Du132-hcd.c168 u16 queue_last; member
529 endp->urb_list[ENDP_QUEUE_MASK & endp->queue_last++] = in u132_hcd_giveback_urb()
568 endp->urb_list[ENDP_QUEUE_MASK & endp->queue_last++] = 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()
1927 endp->queue_last = 0; in create_endpoint_and_queue_int()
1929 endp->urb_list[ENDP_QUEUE_MASK & endp->queue_last++] = urb; in create_endpoint_and_queue_int()
1944 endp->urb_list[ENDP_QUEUE_MASK & endp->queue_last++] = urb; in queue_int_on_old_endpoint()
2026 endp->queue_last = 0; in create_endpoint_and_queue_bulk()
[all …]
/linux-4.1.27/arch/x86/include/asm/uv/
Duv_bau.h473 struct bau_pq_entry *queue_last; member
588 struct bau_pq_entry *queue_last; member
/linux-4.1.27/arch/x86/platform/uv/
Dtlb_uv.c229 if (msg2 > mdp->queue_last) in bau_process_retry_msg()
1165 if (msg_next > bcp->queue_last) in find_another_by_swack()
1172 if (msg_next > bcp->queue_last) in find_another_by_swack()
1258 msgdesc.queue_last = bcp->queue_last; in uv_bau_message_interrupt()
1273 if (msg > msgdesc.queue_last) in uv_bau_message_interrupt()
1800 bcp->queue_last = pqp + (DEST_Q_SIZE - 1); in pq_init()