Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-debug.h356 TRB_TO_STREAM_ID(field2), in cdnsp_decode_trb()
H A Dcdnsp-gadget.h976 #define TRB_TO_STREAM_ID(p) ((((p) & GENMASK(31, 16)) >> 16)) macro
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci.h1283 #define TRB_TO_STREAM_ID(p) ((((p) & (0xffff << 16)) >> 16)) macro
2414 TRB_TO_STREAM_ID(field2), in xhci_decode_trb()
H A Dxhci-ring.c1238 stream_id = TRB_TO_STREAM_ID(le32_to_cpu(trb->generic.field[2])); in xhci_handle_cmd_set_deq()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci.h1284 #define TRB_TO_STREAM_ID(p) ((((p) & (0xffff << 16)) >> 16)) macro
2446 TRB_TO_STREAM_ID(field2), in xhci_decode_trb()
H A Dxhci-ring.c1332 stream_id = TRB_TO_STREAM_ID(le32_to_cpu(trb->generic.field[2])); in xhci_handle_cmd_set_deq()

Completed in 31 milliseconds