Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci.h1171 #define TRB_TO_STREAM_ID(p) ((((p) & (0xffff << 16)) >> 16)) macro
Dxhci-ring.c965 stream_id = TRB_TO_STREAM_ID(le32_to_cpu(trb->generic.field[2])); in xhci_handle_cmd_set_deq()