Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/host/
Dxhci-dbgcap.c688 u32 comp_code; in dbc_handle_xfer_event() local
692 comp_code = GET_COMP_CODE(le32_to_cpu(event->generic.field[2])); in dbc_handle_xfer_event()
699 switch (comp_code) { in dbc_handle_xfer_event()
710 dev_warn(dbc->dev, "tx error %d detected\n", comp_code); in dbc_handle_xfer_event()
711 status = -comp_code; in dbc_handle_xfer_event()
714 dev_err(dbc->dev, "unknown tx error %d\n", comp_code); in dbc_handle_xfer_event()
715 status = -comp_code; in dbc_handle_xfer_event()
Dxhci-ring.c1091 union xhci_trb *trb, u32 comp_code) in xhci_handle_cmd_stop_ep() argument
1117 if (comp_code == COMP_CONTEXT_STATE_ERROR) { in xhci_handle_cmd_stop_ep()
/Linux-v6.6/drivers/scsi/
DBusLogic.h828 enum blogic_cmplt_code comp_code; /* Byte 48 */ member
871 enum blogic_cmplt_code comp_code; /* Byte 7 */ member
DBusLogic.c2552 enum blogic_cmplt_code comp_code; in blogic_scan_inbox() local
2554 while ((comp_code = next_inbox->comp_code) != BLOGIC_INBOX_FREE) { in blogic_scan_inbox()
2562 } else if (comp_code != BLOGIC_CMD_NOTFOUND) { in blogic_scan_inbox()
2569 ccb->comp_code = comp_code; in blogic_scan_inbox()
2581 next_inbox->comp_code = BLOGIC_INBOX_FREE; in blogic_scan_inbox()
2662 switch (ccb->comp_code) { in blogic_process_ccbs()
/Linux-v6.6/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-v6.6/drivers/usb/cdns3/
Dcdnsp-ring.c1440 unsigned int comp_code; in cdnsp_handle_event() local
1493 comp_code = GET_COMP_CODE(le32_to_cpu(event->generic.field[2])); in cdnsp_handle_event()
1495 switch (comp_code) { in cdnsp_handle_event()
1501 comp_code); in cdnsp_handle_event()
/Linux-v6.6/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-v6.6/drivers/atm/
Diphase.c2889 int comp_code; local
2929 comp_code = desc >> 13;
2943 if (comp_code)
2946 desc, comp_code);)