Searched refs:DB_TX (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/net/skfp/ |
D | hwmtm.c | 1602 DB_TX("hwm_tx_init: fc = %x, len = %d",fc,frame_len,3) ; 1625 DB_TX("Ring is down: terminate LAN_TX",0,0,2) ; 1631 DB_TX("Out of TxDs, terminate LAN_TX",0,0,2) ; 1636 DB_TX("Out of TxDs, terminate LAN_TX",0,0,2) ; 1641 DB_TX("frame_status = %x",frame_status,0,3) ; 1694 DB_TX("hwm_tx_frag: len = %d, frame_status = %x ",len,frame_status,2) ; 1697 DB_TX("LAN_TX: TxD = %x, virt = %x ",t,virt,3) ; 1726 DB_TX("LOC_TX: ",0,0,3) ; 1730 DB_TX("No SMbuf; transmit terminated",0,0,4) ; 1745 DB_TX("copy fragment into MBuf ",0,0,3) ; [all …]
|
/linux-2.4.37.9/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
|