Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/cdns3/
Dcdnsp-debug.h212 EVENT_TRB_LEN(field2), TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
303 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
310 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
318 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
326 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
337 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
346 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
357 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
363 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
Dcdnsp-gadget.h963 #define TRB_TO_SLOT_ID(p) (((p) & GENMASK(31, 24)) >> 24) macro
/linux-5.19.10/drivers/usb/host/
Dxhci.h1268 #define TRB_TO_SLOT_ID(p) (((p) & (0xff<<24)) >> 24) macro
2295 EVENT_TRB_LEN(field2), TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
2377 TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
2385 TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
2394 TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
2403 TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
2411 TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
2421 TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
2433 TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
2442 TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
[all …]
Dxhci-ring.c1593 ep = xhci_get_virt_ep(xhci, TRB_TO_SLOT_ID(cmd_field3), in xhci_handle_command_timeout()
1642 unsigned int slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in handle_cmd_completion()
1723 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion()
1730 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion()
1740 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion()
1748 slot_id = TRB_TO_SLOT_ID( in handle_cmd_completion()
1790 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->generic.field[3])); in handle_device_notification()
2540 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in handle_tx_event()
2676 TRB_TO_SLOT_ID(le32_to_cpu(event->flags)), in handle_tx_event()
2684 TRB_TO_SLOT_ID(le32_to_cpu(event->flags)), in handle_tx_event()
[all …]