Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-ring.c1292 int slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in handle_cmd_completion()
1364 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion()
1369 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion()
1379 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion()
1387 slot_id = TRB_TO_SLOT_ID( in handle_cmd_completion()
1468 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->generic.field[3])); in handle_device_notification()
1814 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in finish_td()
1904 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in process_ctrl_td()
2244 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in handle_tx_event()
2351 TRB_TO_SLOT_ID(le32_to_cpu(event->flags)), in handle_tx_event()
[all …]
Dxhci.h1109 #define TRB_TO_SLOT_ID(p) (((p) & (0xff<<24)) >> 24) macro