Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-ring.c1933 remaining = EVENT_TRB_LEN(le32_to_cpu(event->transfer_len)); in process_ctrl_td()
2035 remaining = EVENT_TRB_LEN(le32_to_cpu(event->transfer_len)); in process_isoc_td()
2141 remaining = EVENT_TRB_LEN(le32_to_cpu(event->transfer_len)); in process_bulk_intr_td()
2269 if (EVENT_TRB_LEN(le32_to_cpu(event->transfer_len)) == 0) in handle_tx_event()
Dxhci.h1061 #define EVENT_TRB_LEN(p) ((p) & 0xffffff) macro
2191 EVENT_TRB_LEN(field2), TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
Dxhci-dbgcap.c603 remain_length = EVENT_TRB_LEN(le32_to_cpu(event->generic.field[2])); in dbc_handle_xfer_event()
/Linux-v4.19/drivers/usb/early/
Dxhci-dbc.c725 remain_length = EVENT_TRB_LEN(le32_to_cpu(evt_trb->field[2])); in xdbc_handle_tx_event()