Searched refs:TRB_TO_SLOT_ID (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | xhci.h | 1241 #define TRB_TO_SLOT_ID(p) (((p) & (0xff<<24)) >> 24) macro 2191 EVENT_TRB_LEN(field2), TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2270 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2278 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2287 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2296 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2304 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2313 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2325 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2334 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() [all …]
|
D | xhci-ring.c | 1360 int slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in handle_cmd_completion() 1437 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion() 1443 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion() 1453 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion() 1461 slot_id = TRB_TO_SLOT_ID( in handle_cmd_completion() 1506 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->generic.field[3])); in handle_device_notification() 1860 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in finish_td() 1927 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in process_ctrl_td() 2214 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in handle_tx_event() 2346 TRB_TO_SLOT_ID(le32_to_cpu(event->flags)), in handle_tx_event() [all …]
|