Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci.h1172 #define STREAM_ID_FOR_TRB(p) ((((p)) & 0xffff) << 16) macro
Dxhci-ring.c4124 u32 trb_stream_id = STREAM_ID_FOR_TRB(stream_id); in xhci_queue_new_dequeue_state()