Searched refs:TRB_TO_SLOT_ID (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/usb/host/ |
| D | xhci.h | 1260 #define TRB_TO_SLOT_ID(p) (((p) & (0xff<<24)) >> 24) macro 2230 EVENT_TRB_LEN(field2), TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2309 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2317 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2326 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2335 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2343 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2353 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2365 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2374 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() [all …]
|
| D | xhci-ring.c | 1375 int slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in handle_cmd_completion() 1452 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion() 1458 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion() 1468 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion() 1476 slot_id = TRB_TO_SLOT_ID( in handle_cmd_completion() 1521 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->generic.field[3])); in handle_device_notification() 1954 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in finish_td() 2021 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in process_ctrl_td() 2236 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in process_bulk_intr_td() 2323 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in handle_tx_event() [all …]
|