Lines Matching refs:DPRINTF

38 #define DPRINTF(...) fprintf(stderr, __VA_ARGS__)  macro
40 #define DPRINTF(...) do {} while (0) macro
469 DPRINTF("xhci: asserted controller error\n"); in xhci_die()
656 DPRINTF("intr nr out of range (%d >= %d)\n", v, xhci->numintrs); in xhci_event()
664 DPRINTF("xhci: ERDP out of bounds: "DMA_ADDR_FMT"\n", erdp); in xhci_event()
665 DPRINTF("xhci: ER[%d] at "DMA_ADDR_FMT" len %d\n", in xhci_event()
675 DPRINTF("xhci: ER %d full, send ring full error\n", v); in xhci_event()
679 DPRINTF("xhci: ER %d full, drop event\n", v); in xhci_event()
819 DPRINTF("xhci: invalid value for ERSTSZ: %d\n", intr->erstsz); in xhci_er_reset()
835 DPRINTF("xhci: invalid value for segment size: %d\n", seg.size); in xhci_er_reset()
845 DPRINTF("xhci: event ring[%d]:" DMA_ADDR_FMT " [%d]\n", in xhci_er_reset()
1000 DPRINTF("xhci: alloc streams failed\n"); in xhci_alloc_device_streams()
1070 DPRINTF("xhci: set epctx: " DMA_ADDR_FMT " state=%d dequeue=%08x%08x\n", in xhci_set_ep_state()
1149 DPRINTF("xhci: endpoint %d.%d type is %d, max transaction (burst) " in xhci_enable_ep()
1234 DPRINTF("xhci_ep_nuke_xfers(%d, %d)\n", slotid, epid); in xhci_ep_nuke_xfers()
1276 DPRINTF("xhci: slot %d ep %d already disabled\n", slotid, epid); in xhci_disable_ep()
1310 DPRINTF("xhci: bad ep %d\n", epid); in xhci_stop_ep()
1317 DPRINTF("xhci: slot %d ep %d not enabled\n", slotid, epid); in xhci_stop_ep()
1322 DPRINTF("xhci: FIXME: endpoint stopped w/ xfers running, " in xhci_stop_ep()
1347 DPRINTF("xhci: bad ep %d\n", epid); in xhci_reset_ep()
1354 DPRINTF("xhci: slot %d ep %d not enabled\n", slotid, epid); in xhci_reset_ep()
1361 DPRINTF("xhci: reset EP while EP %d not halted (%d)\n", in xhci_reset_ep()
1367 DPRINTF("xhci: FIXME: endpoint reset w/ xfers running, " in xhci_reset_ep()
1398 DPRINTF("xhci: bad ep %d\n", epid); in xhci_set_ep_dequeue()
1408 DPRINTF("xhci: slot %d ep %d not enabled\n", slotid, epid); in xhci_set_ep_dequeue()
1415 DPRINTF("xhci: set EP dequeue pointer while EP %d not stopped\n", epid); in xhci_set_ep_dequeue()
1457 DPRINTF("xhci: data direction mismatch for TR_DATA\n"); in xhci_xfer_create_sgl()
1467 DPRINTF("xhci: invalid immediate data TRB\n"); in xhci_xfer_create_sgl()
1551 DPRINTF("xhci_xfer_data: EDTLA=%d\n", event.length); in xhci_xfer_report()
1610 DPRINTF("xhci: slot %d has no device\n", in xhci_setup_packet()
1623 DPRINTF("xhci: setup packet pid 0x%x addr %d ep %d\n", in xhci_setup_packet()
1676 DPRINTF("%s: FIXME: status = %d\n", __func__, in xhci_try_complete_packet()
1701 DPRINTF("xhci: ep0 first TD not SETUP: %d\n", in xhci_fire_ctl_transfer()
1706 DPRINTF("xhci: ep0 last TD not STATUS: %d\n", in xhci_fire_ctl_transfer()
1711 DPRINTF("xhci: Setup TRB doesn't have IDT set\n"); in xhci_fire_ctl_transfer()
1715 DPRINTF("xhci: Setup TRB has bad length (%d)\n", in xhci_fire_ctl_transfer()
1788 DPRINTF("xhci_submit(slotid=%d,epid=%d)\n", epctx->slotid, epctx->epid); in xhci_submit()
1852 DPRINTF("xhci: xhci_kick_ep for disabled slot %d\n", slotid); in xhci_kick_ep()
1857 DPRINTF("xhci: xhci_kick_ep for disabled endpoint %d,%d\n", in xhci_kick_ep()
1941 DPRINTF("xhci: ep halted, not running schedule\n"); in xhci_kick_epctx()
2016 DPRINTF("xhci: xfer nacked, stopping schedule\n"); in xhci_kick_epctx()
2114 DPRINTF("xhci: input context at "DMA_ADDR_FMT"\n", ictx); in xhci_address_slot()
2115 DPRINTF("xhci: output context at "DMA_ADDR_FMT"\n", octx); in xhci_address_slot()
2120 DPRINTF("xhci: invalid input context control %08x %08x\n", in xhci_address_slot()
2128 DPRINTF("xhci: input slot context: %08x %08x %08x %08x\n", in xhci_address_slot()
2131 DPRINTF("xhci: input ep0 context: %08x %08x %08x %08x %08x\n", in xhci_address_slot()
2136 DPRINTF("xhci: port not found\n"); in xhci_address_slot()
2143 DPRINTF("xhci: port %s not connected\n", uport->path); in xhci_address_slot()
2152 DPRINTF("xhci: port %s already assigned to slot %d\n", in xhci_address_slot()
2186 DPRINTF("xhci: output slot context: %08x %08x %08x %08x\n", in xhci_address_slot()
2188 DPRINTF("xhci: output ep0 context: %08x %08x %08x %08x %08x\n", in xhci_address_slot()
2216 DPRINTF("xhci: input context at "DMA_ADDR_FMT"\n", ictx); in xhci_configure_slot()
2217 DPRINTF("xhci: output context at "DMA_ADDR_FMT"\n", octx); in xhci_configure_slot()
2229 DPRINTF("xhci: output slot context: %08x %08x %08x %08x\n", in xhci_configure_slot()
2239 DPRINTF("xhci: invalid input context control %08x %08x\n", in xhci_configure_slot()
2248 DPRINTF("xhci: invalid slot state %08x\n", slot_ctx[3]); in xhci_configure_slot()
2260 DPRINTF("xhci: input ep%d.%d context: %08x %08x %08x %08x %08x\n", in xhci_configure_slot()
2268 DPRINTF("xhci: output ep%d.%d context: %08x %08x %08x %08x %08x\n", in xhci_configure_slot()
2290 DPRINTF("xhci: output slot context: %08x %08x %08x %08x\n", in xhci_configure_slot()
2315 DPRINTF("xhci: input context at "DMA_ADDR_FMT"\n", ictx); in xhci_evaluate_slot()
2316 DPRINTF("xhci: output context at "DMA_ADDR_FMT"\n", octx); in xhci_evaluate_slot()
2321 DPRINTF("xhci: invalid input context control %08x %08x\n", in xhci_evaluate_slot()
2329 DPRINTF("xhci: input slot context: %08x %08x %08x %08x\n", in xhci_evaluate_slot()
2340 DPRINTF("xhci: output slot context: %08x %08x %08x %08x\n", in xhci_evaluate_slot()
2349 DPRINTF("xhci: input ep0 context: %08x %08x %08x %08x %08x\n", in xhci_evaluate_slot()
2358 DPRINTF("xhci: output ep0 context: %08x %08x %08x %08x %08x\n", in xhci_evaluate_slot()
2378 DPRINTF("xhci: output context at "DMA_ADDR_FMT"\n", octx); in xhci_reset_slot()
2389 DPRINTF("xhci: output slot context: %08x %08x %08x %08x\n", in xhci_reset_slot()
2401 DPRINTF("xhci: bad slot id %d\n", slotid); in xhci_get_slot()
2405 DPRINTF("xhci: slot id %d not enabled\n", slotid); in xhci_get_slot()
2438 DPRINTF("xhci_get_port_bandwidth()\n"); in xhci_get_port_bandwidth()
2442 DPRINTF("xhci: bandwidth context at "DMA_ADDR_FMT"\n", ctx); in xhci_get_port_bandwidth()
2480 DPRINTF("xhci_process_commands()\n"); in xhci_process_commands()
2482 DPRINTF("xhci_process_commands() called while xHC stopped or paused\n"); in xhci_process_commands()
2498 DPRINTF("xhci: no device slots available\n"); in xhci_process_commands()
2702 DPRINTF("xhci: reset while running!\n"); in xhci_reset()
2886 DPRINTF("%s: ignore pls write (old %d, new %d)\n", in xhci_port_write()
2996 DPRINTF("xhci: command ring stopped (CRCR=%08x)\n", xhci->crcr_low); in xhci_oper_write()
3147 DPRINTF("xhci: wrote doorbell while xHC stopped or paused\n"); in xhci_doorbell_write()
3157 DPRINTF("xhci: bad doorbell 0 write: 0x%x\n", in xhci_doorbell_write()
3164 DPRINTF("xhci: bad doorbell %d\n", (int)reg); in xhci_doorbell_write()
3166 DPRINTF("xhci: bad doorbell %d write: 0x%x\n", in xhci_doorbell_write()
3317 DPRINTF("%s\n", __func__); in xhci_wakeup_endpoint()
3321 DPRINTF("%s: oops, no slot for dev %d\n", __func__, ep->dev->addr); in xhci_wakeup_endpoint()