Searched refs:DB_TX (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/net/fddi/skfp/ |
D | hwmtm.c | 1553 DB_TX(3, "hwm_tx_init: fc = %x, len = %d", fc, frame_len); in hwm_tx_init() 1576 DB_TX(2, "Ring is down: terminate LAN_TX"); in hwm_tx_init() 1582 DB_TX(2, "Out of TxDs, terminate LAN_TX"); in hwm_tx_init() 1587 DB_TX(2, "Out of TxDs, terminate LAN_TX"); in hwm_tx_init() 1592 DB_TX(3, "frame_status = %x", frame_status); in hwm_tx_init() 1641 DB_TX(2, "hwm_tx_frag: len = %d, frame_status = %x", len, frame_status); in hwm_tx_frag() 1644 DB_TX(3, "LAN_TX: TxD = %p, virt = %p", t, virt); in hwm_tx_frag() 1673 DB_TX(3, "LOC_TX:"); in hwm_tx_frag() 1677 DB_TX(4, "No SMbuf; transmit terminated"); in hwm_tx_frag() 1692 DB_TX(3, "copy fragment into MBuf"); in hwm_tx_frag() [all …]
|
/Linux-v5.4/drivers/net/fddi/skfp/h/ |
D | hwmtm.h | 172 #define DB_TX(lev, fmt, ...) \ macro 184 #define DB_TX(lev, fmt, ...) no_printk(fmt "\n", ##__VA_ARGS__) macro
|