Home
last modified time | relevance | path

Searched refs:GET_COMP_CODE (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-ring.c796 if (GET_COMP_CODE(le32_to_cpu(event->generic.field[2])) != COMP_SUCCESS) in cdnsp_handle_port_status()
925 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_finish_td()
1055 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_process_isoc_td()
1140 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_process_bulk_intr_td()
1243 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_handle_tx_event()
1493 comp_code = GET_COMP_CODE(le32_to_cpu(event->generic.field[2])); in cdnsp_handle_event()
H A Dcdnsp-debug.h211 cdnsp_trb_comp_code_string(GET_COMP_CODE(field2)), in cdnsp_decode_trb()
H A Dcdnsp-gadget.h873 #define GET_COMP_CODE(p) (((p) & COMP_CODE_MASK) >> 24) macro
H A Dcdnsp-gadget.c587 pdev->cmd.status = GET_COMP_CODE(le32_to_cpu(event->event_cmd.status)); in cdnsp_wait_for_cmd_compl()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-ring.c1601 cmd_comp_code = GET_COMP_CODE(le32_to_cpu(event->status)); in handle_cmd_completion()
1775 if (GET_COMP_CODE(le32_to_cpu(event->generic.field[2])) != COMP_SUCCESS) in handle_port_status()
2137 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in process_ctrl_td()
2234 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in process_isoc_td()
2361 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in process_bulk_intr_td()
2450 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in handle_tx_event()
H A Dxhci.h1098 #define GET_COMP_CODE(p) (((p) & COMP_CODE_MASK) >> 24) macro
2276 xhci_trb_comp_code_string(GET_COMP_CODE(field2)), in xhci_decode_trb()
H A Dxhci-dbgcap.c692 comp_code = GET_COMP_CODE(le32_to_cpu(event->generic.field[2])); in dbc_handle_xfer_event()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-ring.c1700 cmd_comp_code = GET_COMP_CODE(le32_to_cpu(event->status)); in handle_cmd_completion()
1872 if (GET_COMP_CODE(le32_to_cpu(event->generic.field[2])) != COMP_SUCCESS) in handle_port_status()
2270 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in process_ctrl_td()
2367 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in process_isoc_td()
2493 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in process_bulk_intr_td()
2580 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in handle_tx_event()
H A Dxhci.h1099 #define GET_COMP_CODE(p) (((p) & COMP_CODE_MASK) >> 24) macro
2308 xhci_trb_comp_code_string(GET_COMP_CODE(field2)), in xhci_decode_trb()
H A Dxhci-dbgcap.c692 comp_code = GET_COMP_CODE(le32_to_cpu(event->generic.field[2])); in dbc_handle_xfer_event()
/kernel/linux/linux-5.10/drivers/usb/early/
H A Dxhci-dbc.c720 comp_code = GET_COMP_CODE(le32_to_cpu(evt_trb->field[2])); in xdbc_handle_tx_event()
/kernel/linux/linux-6.6/drivers/usb/early/
H A Dxhci-dbc.c722 comp_code = GET_COMP_CODE(le32_to_cpu(evt_trb->field[2])); in xdbc_handle_tx_event()

Completed in 36 milliseconds