Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c801 if (GET_COMP_CODE(le32_to_cpu(event->generic.field[2])) != COMP_SUCCESS) in cdnsp_handle_port_status()
930 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_finish_td()
1060 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_process_isoc_td()
1145 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_process_bulk_intr_td()
1248 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_handle_tx_event()
1498 comp_code = GET_COMP_CODE(le32_to_cpu(event->generic.field[2])); in cdnsp_handle_event()
H A Dcdnsp-debug.h209 cdnsp_trb_comp_code_string(GET_COMP_CODE(field2)), in cdnsp_decode_trb()
H A Dcdnsp-gadget.h883 #define GET_COMP_CODE(p) (((p) & COMP_CODE_MASK) >> 24) macro
H A Dcdnsp-gadget.c625 pdev->cmd.status = GET_COMP_CODE(le32_to_cpu(event->event_cmd.status)); in cdnsp_wait_for_cmd_compl()
/linux/drivers/usb/host/
H A Dxhci-ring.c1813 cmd_comp_code = GET_COMP_CODE(le32_to_cpu(event->status)); in handle_cmd_completion()
2000 if (GET_COMP_CODE(le32_to_cpu(event->generic.field[2])) != COMP_SUCCESS) in handle_port_status()
2324 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in process_ctrl_td()
2420 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in process_isoc_td()
2547 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in process_bulk_intr_td()
2672 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in handle_tx_event()
H A Dxhci.h832 #define GET_COMP_CODE(p) (((p) & COMP_CODE_MASK) >> 24) macro
2066 xhci_trb_comp_code_string(GET_COMP_CODE(field2)), in xhci_decode_trb()
H A Dxhci-dbgcap.c768 comp_code = GET_COMP_CODE(le32_to_cpu(event->generic.field[2])); in dbc_handle_xfer_event()
/linux/drivers/usb/early/
H A Dxhci-dbc.c726 comp_code = GET_COMP_CODE(le32_to_cpu(evt_trb->field[2])); in xdbc_handle_tx_event()