Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-debug.h210 EVENT_TRB_LEN(field2), TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
301 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
308 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
316 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
324 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
334 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
343 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
354 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
360 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
Dcdnsp-gadget.h966 #define TRB_TO_SLOT_ID(p) (((p) & GENMASK(31, 24)) >> 24) macro
/linux-6.12.1/drivers/usb/host/
Dxhci.h810 #define TRB_TO_SLOT_ID(p) (((p) >> 24) & 0xff) macro
2022 EVENT_TRB_LEN(field2), TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
2103 TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
2111 TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
2120 TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
2129 TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
2137 TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
2146 TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
2157 TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
2165 TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
[all …]
Dxhci-ring.c1654 ep = xhci_get_virt_ep(xhci, TRB_TO_SLOT_ID(cmd_field3), in xhci_handle_command_timeout()
1703 unsigned int slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in handle_cmd_completion()
1784 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion()
1791 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion()
1801 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion()
1809 slot_id = TRB_TO_SLOT_ID( in handle_cmd_completion()
1851 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->generic.field[3])); in handle_device_notification()
2626 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in handle_tx_event()