Searched refs:DB_TX (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/net/skfp/ |
D | hwmtm.c | 1557 DB_TX("hwm_tx_init: fc = %x, len = %d",fc,frame_len,3) ; in hwm_tx_init() 1580 DB_TX("Ring is down: terminate LAN_TX",0,0,2) ; in hwm_tx_init() 1586 DB_TX("Out of TxDs, terminate LAN_TX",0,0,2) ; in hwm_tx_init() 1591 DB_TX("Out of TxDs, terminate LAN_TX",0,0,2) ; in hwm_tx_init() 1596 DB_TX("frame_status = %x",frame_status,0,3) ; in hwm_tx_init() 1645 DB_TX("hwm_tx_frag: len = %d, frame_status = %x ",len,frame_status,2) ; in hwm_tx_frag() 1648 DB_TX("LAN_TX: TxD = %x, virt = %x ",t,virt,3) ; in hwm_tx_frag() 1677 DB_TX("LOC_TX: ",0,0,3) ; in hwm_tx_frag() 1681 DB_TX("No SMbuf; transmit terminated",0,0,4) ; in hwm_tx_frag() 1696 DB_TX("copy fragment into MBuf ",0,0,3) ; in hwm_tx_frag() [all …]
|
/linux-2.6.39/drivers/net/skfp/h/ |
D | hwmtm.h | 181 #define DB_TX(a,b,c,lev) if (DB_P.d_os.hwm_tx >= (lev)) printf(a,b,c) macro 185 #define DB_TX(a,b,c,lev) macro
|