Home
last modified time | relevance | path

Searched refs:STREAM_ID_FOR_TRB (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-gadget.h977 #define STREAM_ID_FOR_TRB(p) ((((p)) << 16) & GENMASK(31, 16)) macro
H A Dcdnsp-ring.c2435 u32 trb_stream_id = STREAM_ID_FOR_TRB(deq_state->stream_id); in cdnsp_queue_new_dequeue_state()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci.h1284 #define STREAM_ID_FOR_TRB(p) ((((p)) & 0xffff) << 16) macro
H A Dxhci-ring.c4296 u32 trb_stream_id = STREAM_ID_FOR_TRB(deq_state->stream_id); in xhci_queue_new_dequeue_state()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci.h1285 #define STREAM_ID_FOR_TRB(p) ((((p)) & 0xffff) << 16) macro
H A Dxhci-ring.c728 STREAM_ID_FOR_TRB(stream_id), SLOT_ID_FOR_TRB(slot_id) | in xhci_move_dequeue_past_td()

Completed in 28 milliseconds