Home
last modified time | relevance | path

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

/linux-6.1.9/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.c1060 union xhci_trb *trb, u32 comp_code) in xhci_handle_cmd_stop_ep() argument
1086 if (comp_code == COMP_CONTEXT_STATE_ERROR) { in xhci_handle_cmd_stop_ep()
/linux-6.1.9/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.1.9/drivers/usb/early/
Dxhci-dbc.c720 u32 comp_code; in xdbc_handle_tx_event() local
723 comp_code = GET_COMP_CODE(le32_to_cpu(evt_trb->field[2])); in xdbc_handle_tx_event()
726 switch (comp_code) { in xdbc_handle_tx_event()
/linux-6.1.9/drivers/usb/cdns3/
Dcdnsp-ring.c1433 unsigned int comp_code; in cdnsp_handle_event() local
1486 comp_code = GET_COMP_CODE(le32_to_cpu(event->generic.field[2])); in cdnsp_handle_event()
1488 switch (comp_code) { in cdnsp_handle_event()
1494 comp_code); in cdnsp_handle_event()
/linux-6.1.9/drivers/usb/gadget/udc/
Dtegra-xudc.c2702 u16 comp_code; in tegra_xudc_handle_transfer_event() local
2712 comp_code = trb_read_cmpl_code(event); in tegra_xudc_handle_transfer_event()
2713 if (comp_code != TRB_CMPL_CODE_BABBLE_DETECTED_ERR) { in tegra_xudc_handle_transfer_event()
2721 switch (comp_code) { in tegra_xudc_handle_transfer_event()
2763 comp_code, ep_index); in tegra_xudc_handle_transfer_event()
2793 comp_code, ep_index); in tegra_xudc_handle_transfer_event()
/linux-6.1.9/drivers/atm/
Diphase.c2889 int comp_code; local
2929 comp_code = desc >> 13;
2943 if (comp_code)
2946 desc, comp_code);)