Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/cdns3/
Dcdnsp-gadget.h977 #define STREAM_ID_FOR_TRB(p) ((((p)) << 16) & GENMASK(31, 16)) macro
Dcdnsp-ring.c2422 u32 trb_stream_id = STREAM_ID_FOR_TRB(deq_state->stream_id); in cdnsp_queue_new_dequeue_state()
/linux-6.1.9/drivers/usb/host/
Dxhci.h1282 #define STREAM_ID_FOR_TRB(p) ((((p)) & 0xffff) << 16) macro
Dxhci-ring.c697 STREAM_ID_FOR_TRB(stream_id), SLOT_ID_FOR_TRB(slot_id) | in xhci_move_dequeue_past_td()