Home
last modified time | relevance | path

Searched refs:DB_TX (Results 1 – 2 of 2) sorted by relevance

/drivers/net/fddi/skfp/
Dhwmtm.c1549 DB_TX(3, "hwm_tx_init: fc = %x, len = %d", fc, frame_len); in hwm_tx_init()
1572 DB_TX(2, "Ring is down: terminate LAN_TX"); in hwm_tx_init()
1578 DB_TX(2, "Out of TxDs, terminate LAN_TX"); in hwm_tx_init()
1583 DB_TX(2, "Out of TxDs, terminate LAN_TX"); in hwm_tx_init()
1588 DB_TX(3, "frame_status = %x", frame_status); in hwm_tx_init()
1637 DB_TX(2, "hwm_tx_frag: len = %d, frame_status = %x", len, frame_status); in hwm_tx_frag()
1640 DB_TX(3, "LAN_TX: TxD = %p, virt = %p", t, virt); in hwm_tx_frag()
1669 DB_TX(3, "LOC_TX:"); in hwm_tx_frag()
1673 DB_TX(4, "No SMbuf; transmit terminated"); in hwm_tx_frag()
1688 DB_TX(3, "copy fragment into MBuf"); in hwm_tx_frag()
[all …]
/drivers/net/fddi/skfp/h/
Dhwmtm.h172 #define DB_TX(lev, fmt, ...) \ macro
184 #define DB_TX(lev, fmt, ...) no_printk(fmt "\n", ##__VA_ARGS__) macro