Lines Matching refs:PRINTD
312 PRINTD (DBG_FLOW|DBG_REGS, "wr: %08zx <- %08x", addr, data); in wr_plain()
326 PRINTD (DBG_FLOW|DBG_REGS, "rd: %08zx -> %08x", addr, data); in rd_plain()
332 PRINTD (DBG_FLOW|DBG_REGS, "wr: %08zx <- %08x b[%08x]", addr, data, be); in wr_mem()
347 PRINTD (DBG_FLOW|DBG_REGS, "rd: %08zx -> %08x b[%08x]", addr, data, be); in rd_mem()
357 PRINTD (DBG_REGS, "reading PLX control: "); in dump_registers()
360 PRINTD (DBG_REGS, "reading mailboxes: "); in dump_registers()
363 PRINTD (DBG_REGS, "reading doorb irqev irqen reset:"); in dump_registers()
454 PRINTD (DBG_FLOW|DBG_TX, "tx_complete %p %p", dev, tx); in tx_complete()
478 PRINTD (DBG_FLOW|DBG_RX, "rx_complete %p %p (len=%hu)", dev, rx, rx_len); in rx_complete()
506 … PRINTD (DBG_INFO|DBG_RX, "dropped thanks to atm_charge (vc %hu, truesize %u)", vc, skb->truesize); in rx_complete()
517 PRINTD (DBG_WARN|DBG_RX, "got frame but RX closed for channel %hu", vc); in rx_complete()
561 PRINTD (DBG_FLOW|DBG_CMD, "command_do %p", dev); in command_do()
572 PRINTD (DBG_CMD, "command in slot %p", my_slot); in command_do()
595 PRINTD (DBG_CMD, "wait: command slot (now at %p)", ptrs->out); in command_do()
602 PRINTD (DBG_CMD, "wait: command slot completion"); in command_do()
607 PRINTD (DBG_CMD, "command complete"); in command_do()
631 PRINTD (DBG_FLOW|DBG_TX, "tx_give %p", dev); in tx_give()
639 PRINTD (DBG_TX, "TX in slot %p", txq->in.ptr); in tx_give()
663 PRINTD (DBG_FLOW|DBG_TX, "tx_take %p", dev); in tx_take()
691 PRINTD (DBG_FLOW|DBG_RX, "rx_give %p[%hu]", dev, pool); in rx_give()
696 PRINTD (DBG_RX, "RX in slot %p", rxq->in.ptr); in rx_give()
716 PRINTD (DBG_FLOW|DBG_RX, "rx_take %p[%hu]", dev, pool); in rx_take()
748 PRINTD (DBG_FLOW|DBG_POOL, "drain_rx_pool %p %hu", dev, pool); in drain_rx_pool()
774 PRINTD (DBG_FLOW|DBG_POOL, "drain_rx_pools %p", dev); in drain_rx_pools()
786 PRINTD (DBG_FLOW|DBG_POOL, "fill_rx_pool %p %hu %x", dev, pool, priority); in fill_rx_pool()
796 PRINTD (DBG_SKB|DBG_POOL, "failed to allocate skb for RX pool %hu", pool); in fill_rx_pool()
804 PRINTD (DBG_SKB, "allocated skb at %p, head %p, area %li", in fill_rx_pool()
820 PRINTD (DBG_FLOW|DBG_POOL, "fill_rx_pools %p", dev); in fill_rx_pools()
849 PRINTD (DBG_IRQ|DBG_FLOW, "interrupt_handler: %p", dev_id); in interrupt_handler()
856 PRINTD (DBG_IRQ, "irq not for me: %d", irq); in interrupt_handler()
861 PRINTD (DBG_IRQ, "FYI: interrupt was %08x", interrupt); in interrupt_handler()
877 PRINTD (DBG_IRQ, "work done: %u", irq_work); in interrupt_handler()
879 PRINTD (DBG_IRQ|DBG_WARN, "no work done"); in interrupt_handler()
883 PRINTD (DBG_IRQ|DBG_FLOW, "interrupt_handler done: %p", dev_id); in interrupt_handler()
894 PRINTD (DBG_FLOW|DBG_QOS, "make_rate %u", rate); in make_rate()
993 PRINTD (DBG_QOS, "rate: man=%u, exp=%hu", man, exp); in make_rate()
1030 PRINTD (DBG_FLOW|DBG_VCC, "amb_open %x %x", vpi, vci); in amb_open()
1042 PRINTD (DBG_WARN|DBG_VCC, "VPI/VCI out of range: %hd/%d", vpi, vci); in amb_open()
1049 PRINTD (DBG_QOS, "AAL not supported"); in amb_open()
1055 PRINTD (DBG_QOS, "TX:"); in amb_open()
1086 PRINTD (DBG_QOS, "pcr goal = %d", pcr); in amb_open()
1092 PRINTD (DBG_QOS, "request for non-UBR denied"); in amb_open()
1096 PRINTD (DBG_QOS, "tx_rate_bits=%hx, tx_vc_bits=%hx", in amb_open()
1100 PRINTD (DBG_QOS, "RX:"); in amb_open()
1108 PRINTD (DBG_VCC|DBG_QOS|DBG_POOL, "chose pool %hu (max_sdu %u <= %u)", in amb_open()
1113 PRINTD (DBG_WARN|DBG_VCC|DBG_QOS|DBG_POOL, in amb_open()
1126 PRINTD (DBG_QOS, "pcr goal = %d", pcr); in amb_open()
1132 PRINTD (DBG_QOS, "request for non-UBR denied"); in amb_open()
1233 PRINTD (DBG_VCC|DBG_FLOW, "amb_close"); in amb_close()
1320 PRINTD (DBG_FLOW|DBG_TX, "amb_send vc %x data %p len %u", in amb_send()
1355 PRINTD (DBG_TX, "fragment list allocated at %p", tx_descr); in amb_send()
1399 PRINTD (DBG_FLOW|DBG_SKB, "amb_rx_free skb %p (atm_vcc %p, vcc %p)",
1411 PRINTD (DBG_SKB|DBG_POOL, "recycled skb for pool %hu", pool);
1429 PRINTD (DBG_FLOW, "amb_proc_read"); in amb_proc_read()
1518 PRINTD (DBG_FLOW, "create_queues %p", dev); in create_queues()
1539 PRINTD (DBG_INIT, "queues from %p to %p", memory, limit); in create_queues()
1541 PRINTD (DBG_CMD, "command queue at %p", memory); in create_queues()
1559 PRINTD (DBG_TX, "TX queue pair at %p", memory); in create_queues()
1585 PRINTD (DBG_RX, "RX queue pairs at %p", memory); in create_queues()
1631 PRINTD (DBG_FLOW, "destroy_queues %p", dev); in destroy_queues()
1633 PRINTD (DBG_INIT, "freeing queues at %p", memory); in destroy_queues()
1730 PRINTD (DBG_LOAD|DBG_ERR, in decode_loader_result()
1746 PRINTD (DBG_FLOW|DBG_LOAD, "do_loader_command"); in do_loader_command()
1770 PRINTD (DBG_LOAD|DBG_ERR, "command %d timed out", cmd); in do_loader_command()
1783 PRINTD (DBG_LOAD|DBG_ERR, "start command did not clear doorbell, res=%08x", in do_loader_command()
1802 PRINTD (DBG_FLOW|DBG_LOAD, "get_loader_version"); in get_loader_version()
1819 PRINTD (DBG_FLOW|DBG_LOAD, "loader_write"); in loader_write()
1835 PRINTD (DBG_FLOW|DBG_LOAD, "loader_verify"); in loader_verify()
1849 PRINTD (DBG_FLOW|DBG_LOAD, "loader_start"); in loader_start()
1865 PRINTD (DBG_FLOW|DBG_LOAD, "amb_reset"); in amb_reset()
1893 PRINTD (DBG_LOAD|DBG_ERR, "reset timed out"); in amb_reset()
1947 PRINTD (DBG_FLOW|DBG_LOAD, "ucode_init"); in ucode_init()
1950 PRINTD (DBG_LOAD, "starting region (%x, %u)", be32_to_cpu(rec->addr), in ucode_init()
1992 PRINTD (DBG_FLOW, "amb_talk %p", dev); in amb_talk()
2026 PRINTD (DBG_INIT|DBG_ERR, "adapter init timed out"); in amb_talk()
2063 PRINTD (DBG_LOAD, "BIA: lower4: %08x, upper2 %04x", lower4, upper2); in amb_esi()
2215 PRINTD (DBG_INFO, "found Madge ATM adapter (amb) at" in amb_probe()
2254 PRINTD (DBG_ERR, "failed to register Madge ATM adapter"); in amb_probe()
2259 PRINTD (DBG_INFO, "registered Madge ATM adapter (no. %d) (%p) at %p", in amb_probe()
2299 PRINTD(DBG_INFO|DBG_INIT, "closing %p (atm_dev = %p)", dev, dev->atm_dev); in amb_remove_one()
2393 PRINTD (DBG_FLOW|DBG_INIT, "init_module"); in amb_module_init()
2409 PRINTD (DBG_FLOW|DBG_INIT, "cleanup_module"); in amb_module_exit()