Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci.h1260 #define TRB_TO_SLOT_ID(p) (((p) & (0xff<<24)) >> 24) macro
2248 EVENT_TRB_LEN(field2), TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
2327 TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
2335 TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
2344 TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
2353 TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
2361 TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
2371 TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
2383 TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
2392 TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
[all …]
Dxhci-ring.c1401 int slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in handle_cmd_completion()
1478 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion()
1484 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion()
1494 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion()
1502 slot_id = TRB_TO_SLOT_ID( in handle_cmd_completion()
1547 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->generic.field[3])); in handle_device_notification()
1980 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in finish_td()
2054 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in process_ctrl_td()
2269 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in process_bulk_intr_td()
2356 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in handle_tx_event()
[all …]