Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci-ring.c1430 cmd_comp_code = GET_COMP_CODE(le32_to_cpu(event->status)); in handle_cmd_completion()
1604 if (GET_COMP_CODE(le32_to_cpu(event->generic.field[2])) != COMP_SUCCESS) in handle_port_status()
1985 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in finish_td()
2058 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in process_ctrl_td()
2157 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in process_isoc_td()
2273 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in process_bulk_intr_td()
2358 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in handle_tx_event()
Dxhci.h1087 #define GET_COMP_CODE(p) (((p) & COMP_CODE_MASK) >> 24) macro
2247 xhci_trb_comp_code_string(GET_COMP_CODE(field2)), in xhci_decode_trb()
Dxhci-dbgcap.c692 comp_code = GET_COMP_CODE(le32_to_cpu(event->generic.field[2])); in dbc_handle_xfer_event()
/Linux-v5.10/drivers/usb/early/
Dxhci-dbc.c713 comp_code = GET_COMP_CODE(le32_to_cpu(evt_trb->field[2])); in xdbc_handle_tx_event()