Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/fddi/skfp/
Dhwmtm.c1557 DB_TX(3, "hwm_tx_init: fc = %x, len = %d", fc, frame_len); in hwm_tx_init()
1580 DB_TX(2, "Ring is down: terminate LAN_TX"); in hwm_tx_init()
1586 DB_TX(2, "Out of TxDs, terminate LAN_TX"); in hwm_tx_init()
1591 DB_TX(2, "Out of TxDs, terminate LAN_TX"); in hwm_tx_init()
1596 DB_TX(3, "frame_status = %x", frame_status); in hwm_tx_init()
1645 DB_TX(2, "hwm_tx_frag: len = %d, frame_status = %x", len, frame_status); in hwm_tx_frag()
1648 DB_TX(3, "LAN_TX: TxD = %p, virt = %p", t, virt); in hwm_tx_frag()
1677 DB_TX(3, "LOC_TX:"); in hwm_tx_frag()
1681 DB_TX(4, "No SMbuf; transmit terminated"); in hwm_tx_frag()
1696 DB_TX(3, "copy fragment into MBuf"); in hwm_tx_frag()
[all …]
/Linux-v4.19/drivers/net/fddi/skfp/h/
Dhwmtm.h176 #define DB_TX(lev, fmt, ...) \ macro
188 #define DB_TX(lev, fmt, ...) no_printk(fmt "\n", ##__VA_ARGS__) macro