Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/usb/host/
Dxhci-dbgcap.c720 u32 comp_code; in dbc_handle_xfer_event() local
724 comp_code = GET_COMP_CODE(le32_to_cpu(event->generic.field[2])); in dbc_handle_xfer_event()
753 switch (comp_code) { in dbc_handle_xfer_event()
763 dev_warn(dbc->dev, "tx error %d detected\n", comp_code); in dbc_handle_xfer_event()
764 status = -comp_code; in dbc_handle_xfer_event()
801 dev_err(dbc->dev, "unknown tx error %d\n", comp_code); in dbc_handle_xfer_event()
802 status = -comp_code; in dbc_handle_xfer_event()
Dxhci-ring.c1124 union xhci_trb *trb, u32 comp_code) in xhci_handle_cmd_stop_ep() argument
1150 if (comp_code == COMP_CONTEXT_STATE_ERROR) { in xhci_handle_cmd_stop_ep()
1654 static void xhci_complete_del_and_free_cmd(struct xhci_command *cmd, u32 comp_code, u32 comp_param) in xhci_complete_del_and_free_cmd() argument
1659 cmd->status = comp_code; in xhci_complete_del_and_free_cmd()
2205 static bool xhci_halted_host_endpoint(struct xhci_ep_ctx *ep_ctx, unsigned int comp_code) in xhci_halted_host_endpoint() argument
2208 if (comp_code == COMP_STALL_ERROR) in xhci_halted_host_endpoint()
2212 if (comp_code == COMP_USB_TRANSACTION_ERROR || in xhci_halted_host_endpoint()
2213 comp_code == COMP_BABBLE_DETECTED_ERROR || in xhci_halted_host_endpoint()
2214 comp_code == COMP_SPLIT_TRANSACTION_ERROR) in xhci_halted_host_endpoint()
/linux-6.14.4/drivers/scsi/
DBusLogic.h828 enum blogic_cmplt_code comp_code; /* Byte 48 */ member
871 enum blogic_cmplt_code comp_code; /* Byte 7 */ member
DBusLogic.c2554 enum blogic_cmplt_code comp_code; in blogic_scan_inbox() local
2556 while ((comp_code = next_inbox->comp_code) != BLOGIC_INBOX_FREE) { in blogic_scan_inbox()
2564 } else if (comp_code != BLOGIC_CMD_NOTFOUND) { in blogic_scan_inbox()
2571 ccb->comp_code = comp_code; in blogic_scan_inbox()
2583 next_inbox->comp_code = BLOGIC_INBOX_FREE; in blogic_scan_inbox()
2664 switch (ccb->comp_code) { in blogic_process_ccbs()
/linux-6.14.4/drivers/usb/early/
Dxhci-dbc.c719 u32 comp_code; in xdbc_handle_tx_event() local
722 comp_code = GET_COMP_CODE(le32_to_cpu(evt_trb->field[2])); in xdbc_handle_tx_event()
725 switch (comp_code) { in xdbc_handle_tx_event()
/linux-6.14.4/drivers/usb/cdns3/
Dcdnsp-ring.c1442 unsigned int comp_code; in cdnsp_handle_event() local
1495 comp_code = GET_COMP_CODE(le32_to_cpu(event->generic.field[2])); in cdnsp_handle_event()
1497 switch (comp_code) { in cdnsp_handle_event()
1503 comp_code); in cdnsp_handle_event()
/linux-6.14.4/drivers/usb/gadget/udc/
Dtegra-xudc.c2707 u16 comp_code; in tegra_xudc_handle_transfer_event() local
2717 comp_code = trb_read_cmpl_code(event); in tegra_xudc_handle_transfer_event()
2718 if (comp_code != TRB_CMPL_CODE_BABBLE_DETECTED_ERR) { in tegra_xudc_handle_transfer_event()
2726 switch (comp_code) { in tegra_xudc_handle_transfer_event()
2768 comp_code, ep_index); in tegra_xudc_handle_transfer_event()
2798 comp_code, ep_index); in tegra_xudc_handle_transfer_event()
/linux-6.14.4/drivers/atm/
Diphase.c2892 int comp_code; local
2932 comp_code = desc >> 13;
2946 if (comp_code)
2949 desc, comp_code);)