Lines Matching refs:PRINTD
297 PRINTD (DBG_FLOW|DBG_REGS, "wr: %08zx <- %08x", addr, data); in wr_plain()
311 PRINTD (DBG_FLOW|DBG_REGS, "rd: %08zx -> %08x", addr, data); in rd_plain()
317 PRINTD (DBG_FLOW|DBG_REGS, "wr: %08zx <- %08x b[%08x]", addr, data, be); in wr_mem()
332 PRINTD (DBG_FLOW|DBG_REGS, "rd: %08zx -> %08x b[%08x]", addr, data, be); in rd_mem()
342 PRINTD (DBG_REGS, "reading PLX control: "); in dump_registers()
345 PRINTD (DBG_REGS, "reading mailboxes: "); in dump_registers()
348 PRINTD (DBG_REGS, "reading doorb irqev irqen reset:"); in dump_registers()
439 PRINTD (DBG_FLOW|DBG_TX, "tx_complete %p %p", dev, tx); in tx_complete()
463 PRINTD (DBG_FLOW|DBG_RX, "rx_complete %p %p (len=%hu)", dev, rx, rx_len); in rx_complete()
491 … PRINTD (DBG_INFO|DBG_RX, "dropped thanks to atm_charge (vc %hu, truesize %u)", vc, skb->truesize); in rx_complete()
502 PRINTD (DBG_WARN|DBG_RX, "got frame but RX closed for channel %hu", vc); in rx_complete()
546 PRINTD (DBG_FLOW|DBG_CMD, "command_do %p", dev); in command_do()
557 PRINTD (DBG_CMD, "command in slot %p", my_slot); in command_do()
580 PRINTD (DBG_CMD, "wait: command slot (now at %p)", ptrs->out); in command_do()
587 PRINTD (DBG_CMD, "wait: command slot completion"); in command_do()
592 PRINTD (DBG_CMD, "command complete"); in command_do()
616 PRINTD (DBG_FLOW|DBG_TX, "tx_give %p", dev); in tx_give()
624 PRINTD (DBG_TX, "TX in slot %p", txq->in.ptr); in tx_give()
648 PRINTD (DBG_FLOW|DBG_TX, "tx_take %p", dev); in tx_take()
676 PRINTD (DBG_FLOW|DBG_RX, "rx_give %p[%hu]", dev, pool); in rx_give()
681 PRINTD (DBG_RX, "RX in slot %p", rxq->in.ptr); in rx_give()
701 PRINTD (DBG_FLOW|DBG_RX, "rx_take %p[%hu]", dev, pool); in rx_take()
733 PRINTD (DBG_FLOW|DBG_POOL, "drain_rx_pool %p %hu", dev, pool); in drain_rx_pool()
759 PRINTD (DBG_FLOW|DBG_POOL, "drain_rx_pools %p", dev); in drain_rx_pools()
771 PRINTD (DBG_FLOW|DBG_POOL, "fill_rx_pool %p %hu %x", dev, pool, priority); in fill_rx_pool()
781 PRINTD (DBG_SKB|DBG_POOL, "failed to allocate skb for RX pool %hu", pool); in fill_rx_pool()
789 PRINTD (DBG_SKB, "allocated skb at %p, head %p, area %li", in fill_rx_pool()
805 PRINTD (DBG_FLOW|DBG_POOL, "fill_rx_pools %p", dev); in fill_rx_pools()
834 PRINTD (DBG_IRQ|DBG_FLOW, "interrupt_handler: %p", dev_id); in interrupt_handler()
841 PRINTD (DBG_IRQ, "irq not for me: %d", irq); in interrupt_handler()
846 PRINTD (DBG_IRQ, "FYI: interrupt was %08x", interrupt); in interrupt_handler()
862 PRINTD (DBG_IRQ, "work done: %u", irq_work); in interrupt_handler()
864 PRINTD (DBG_IRQ|DBG_WARN, "no work done"); in interrupt_handler()
868 PRINTD (DBG_IRQ|DBG_FLOW, "interrupt_handler done: %p", dev_id); in interrupt_handler()
879 PRINTD (DBG_FLOW|DBG_QOS, "make_rate %u", rate); in make_rate()
978 PRINTD (DBG_QOS, "rate: man=%u, exp=%hu", man, exp); in make_rate()
1015 PRINTD (DBG_FLOW|DBG_VCC, "amb_open %x %x", vpi, vci); in amb_open()
1027 PRINTD (DBG_WARN|DBG_VCC, "VPI/VCI out of range: %hd/%d", vpi, vci); in amb_open()
1034 PRINTD (DBG_QOS, "AAL not supported"); in amb_open()
1040 PRINTD (DBG_QOS, "TX:"); in amb_open()
1071 PRINTD (DBG_QOS, "pcr goal = %d", pcr); in amb_open()
1077 PRINTD (DBG_QOS, "request for non-UBR denied"); in amb_open()
1081 PRINTD (DBG_QOS, "tx_rate_bits=%hx, tx_vc_bits=%hx", in amb_open()
1085 PRINTD (DBG_QOS, "RX:"); in amb_open()
1093 PRINTD (DBG_VCC|DBG_QOS|DBG_POOL, "chose pool %hu (max_sdu %u <= %u)", in amb_open()
1098 PRINTD (DBG_WARN|DBG_VCC|DBG_QOS|DBG_POOL, in amb_open()
1111 PRINTD (DBG_QOS, "pcr goal = %d", pcr); in amb_open()
1117 PRINTD (DBG_QOS, "request for non-UBR denied"); in amb_open()
1218 PRINTD (DBG_VCC|DBG_FLOW, "amb_close"); in amb_close()
1305 PRINTD (DBG_FLOW|DBG_TX, "amb_send vc %x data %p len %u", in amb_send()
1340 PRINTD (DBG_TX, "fragment list allocated at %p", tx_descr); in amb_send()
1384 PRINTD (DBG_FLOW|DBG_SKB, "amb_rx_free skb %p (atm_vcc %p, vcc %p)",
1396 PRINTD (DBG_SKB|DBG_POOL, "recycled skb for pool %hu", pool);
1414 PRINTD (DBG_FLOW, "amb_proc_read"); in amb_proc_read()
1503 PRINTD (DBG_FLOW, "create_queues %p", dev); in create_queues()
1524 PRINTD (DBG_INIT, "queues from %p to %p", memory, limit); in create_queues()
1526 PRINTD (DBG_CMD, "command queue at %p", memory); in create_queues()
1544 PRINTD (DBG_TX, "TX queue pair at %p", memory); in create_queues()
1570 PRINTD (DBG_RX, "RX queue pairs at %p", memory); in create_queues()
1616 PRINTD (DBG_FLOW, "destroy_queues %p", dev); in destroy_queues()
1618 PRINTD (DBG_INIT, "freeing queues at %p", memory); in destroy_queues()
1715 PRINTD (DBG_LOAD|DBG_ERR, in decode_loader_result()
1731 PRINTD (DBG_FLOW|DBG_LOAD, "do_loader_command"); in do_loader_command()
1755 PRINTD (DBG_LOAD|DBG_ERR, "command %d timed out", cmd); in do_loader_command()
1768 PRINTD (DBG_LOAD|DBG_ERR, "start command did not clear doorbell, res=%08x", in do_loader_command()
1787 PRINTD (DBG_FLOW|DBG_LOAD, "get_loader_version"); in get_loader_version()
1804 PRINTD (DBG_FLOW|DBG_LOAD, "loader_write"); in loader_write()
1820 PRINTD (DBG_FLOW|DBG_LOAD, "loader_verify"); in loader_verify()
1834 PRINTD (DBG_FLOW|DBG_LOAD, "loader_start"); in loader_start()
1850 PRINTD (DBG_FLOW|DBG_LOAD, "amb_reset"); in amb_reset()
1878 PRINTD (DBG_LOAD|DBG_ERR, "reset timed out"); in amb_reset()
1932 PRINTD (DBG_FLOW|DBG_LOAD, "ucode_init"); in ucode_init()
1935 PRINTD (DBG_LOAD, "starting region (%x, %u)", be32_to_cpu(rec->addr), in ucode_init()
1977 PRINTD (DBG_FLOW, "amb_talk %p", dev); in amb_talk()
2011 PRINTD (DBG_INIT|DBG_ERR, "adapter init timed out"); in amb_talk()
2048 PRINTD (DBG_LOAD, "BIA: lower4: %08x, upper2 %04x", lower4, upper2); in amb_esi()
2200 PRINTD (DBG_INFO, "found Madge ATM adapter (amb) at" in amb_probe()
2239 PRINTD (DBG_ERR, "failed to register Madge ATM adapter"); in amb_probe()
2244 PRINTD (DBG_INFO, "registered Madge ATM adapter (no. %d) (%p) at %p", in amb_probe()
2284 PRINTD(DBG_INFO|DBG_INIT, "closing %p (atm_dev = %p)", dev, dev->atm_dev); in amb_remove_one()
2378 PRINTD (DBG_FLOW|DBG_INIT, "init_module"); in amb_module_init()
2394 PRINTD (DBG_FLOW|DBG_INIT, "cleanup_module"); in amb_module_exit()