Home
last modified time | relevance | path

Searched refs:DBG_FLOW (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/atm/
Dambassador.c312 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()
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()
561 PRINTD (DBG_FLOW|DBG_CMD, "command_do %p", dev); in command_do()
631 PRINTD (DBG_FLOW|DBG_TX, "tx_give %p", dev); 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()
[all …]
Dhorizon.c618 PRINTD (DBG_QOS|DBG_FLOW, "make_rate b=%lu, c=%u, %s", br, c, in make_rate()
713 PRINTD (DBG_QOS|DBG_FLOW, "make_rate_with_tolerance c=%u, %s, tol=%u", in make_rate_with_tolerance()
745 PRINTD (DBG_FLOW, "hrz_open_rx %x", channel); in hrz_open_rx()
785 PRINTD (DBG_FLOW, "hrz_open_rx ok"); in hrz_open_rx()
1280 PRINTD (DBG_FLOW, "hrz_data_av_handler"); in rx_data_av_handler()
1392 PRINTD (DBG_FLOW, "interrupt_handler: %p", dev_id); in interrupt_handler()
1436 PRINTD (DBG_IRQ|DBG_FLOW, "interrupt_handler done: %p", dev_id); in interrupt_handler()
1466 PRINTD (DBG_FLOW|DBG_TX, "setup_idle_tx_channel %p", dev); in setup_idle_tx_channel()
1598 PRINTD (DBG_FLOW|DBG_TX, "hrz_send vc %x data %p len %u", in hrz_send()
2069 PRINTD (DBG_FLOW|DBG_QOS, "check_max_sdu"); in check_max_sdu()
[all …]
Dhorizon.h63 #define DBG_FLOW 0x0200 macro
Dambassador.h63 #define DBG_FLOW 0x2000 macro