Home
last modified time | relevance | path

Searched refs:EVENT_TRB_LEN (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-debug.h210 EVENT_TRB_LEN(field2), TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
Dcdnsp-ring.c1007 remaining = EVENT_TRB_LEN(le32_to_cpu(event->transfer_len)); in cdnsp_process_ctrl_td()
1058 remaining = EVENT_TRB_LEN(le32_to_cpu(event->transfer_len)); in cdnsp_process_isoc_td()
1143 remaining = EVENT_TRB_LEN(le32_to_cpu(event->transfer_len)); in cdnsp_process_bulk_intr_td()
Dcdnsp-gadget.h873 #define EVENT_TRB_LEN(p) ((p) & GENMASK(23, 0)) macro
/linux-6.12.1/drivers/usb/host/
Dxhci.h820 #define EVENT_TRB_LEN(p) ((p) & 0xffffff) macro
2022 EVENT_TRB_LEN(field2), TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
Dxhci-ring.c2299 remaining = EVENT_TRB_LEN(le32_to_cpu(event->transfer_len)); in process_ctrl_td()
2398 remaining = EVENT_TRB_LEN(le32_to_cpu(event->transfer_len)); in process_isoc_td()
2521 remaining = EVENT_TRB_LEN(le32_to_cpu(event->transfer_len)); in process_bulk_intr_td()
2656 if (EVENT_TRB_LEN(le32_to_cpu(event->transfer_len)) != 0) { in handle_tx_event()
Dxhci-dbgcap.c724 remain_length = EVENT_TRB_LEN(le32_to_cpu(event->generic.field[2])); in dbc_handle_xfer_event()