Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/cdns3/
Dcdnsp-debug.h356 TRB_TO_STREAM_ID(field2), in cdnsp_decode_trb()
Dcdnsp-gadget.h976 #define TRB_TO_STREAM_ID(p) ((((p) & GENMASK(31, 16)) >> 16)) macro
/linux-5.19.10/drivers/usb/host/
Dxhci.h1280 #define TRB_TO_STREAM_ID(p) ((((p) & (0xffff << 16)) >> 16)) macro
2432 TRB_TO_STREAM_ID(field2), in xhci_decode_trb()
Dxhci-ring.c1308 stream_id = TRB_TO_STREAM_ID(le32_to_cpu(trb->generic.field[2])); in xhci_handle_cmd_set_deq()