Lines Matching refs:eth_debug
31 #define eth_debug(format,args...) rt_kprintf(format, ##args) macro
33 #define eth_debug(format,args...) macro
180 eth_debug("ETH: Send command failed!\n"); in efm_eth_cmd()
212 eth_debug("ETH: Send command %x (%x %x)\n", cmd, addr, *data); in efm_eth_sendCmd()
299 eth_debug("ETH: *** read PHY %x\n", addr); in efm_eth_readPhy()
334 eth_debug("ETH: *** write PHY %x (%x)\n", addr, data); in efm_eth_writePhy()
539 eth_debug("ETH: Init OK\n"); in efm_eth_init()
562 eth_debug("ETH: Open, flag %x\n", eth_dev.parent.flag); in efm_eth_open()
582 eth_debug("ETH: Close, flag %x\n", eth_dev.parent.flag); in efm_eth_close()
742 eth_debug("ETH: RX header failed!\n"); in efm_eth_rx()
748 eth_debug("ETH: RX header ethNxtPkt %x, len_rx %x, sta_rx %x\n", in efm_eth_rx()
767 eth_debug("ETH: RX payload failed!\n"); in efm_eth_rx()
774 eth_debug("ETH: ***** read RX (q->len %x) *****\n", q->len); in efm_eth_rx()
777 … eth_debug("%02x %02x %02x %02x %02x %02x %02x %02x | %c %c %c %c %c %c %c %c\n", in efm_eth_rx()
789 eth_debug("ETH: No memory for pbuf!!!\n"); in efm_eth_rx()
794 eth_debug("ETH: Invalid CRC or symbol error occurred!\n"); in efm_eth_rx()
813 eth_debug("ETH: Enable RX interrupt\n"); in efm_eth_rx()
815 eth_debug("ETH: RX counter %x\n", efm_eth_readReg(EPKTCNT)); in efm_eth_rx()
871 eth_debug("ETH: TX failed!\n"); in efm_eth_tx()
879 eth_debug("ETH: ***** write TX (len %d) *****\n", p->len); in efm_eth_tx()
882 eth_debug("%02x %02x %02x %02x %02x %02x %02x %02x | %c %c %c %c %c %c %c %c\n", in efm_eth_tx()
939 eth_debug("ETH: Can't find device %s!\n", in efm_hw_eth_init()
943 eth_debug("ETH: Find device %s\n", ETH_USING_DEVICE_NAME); in efm_hw_eth_init()
1005 eth_debug("ETH: HW init OK\n"); in efm_hw_eth_init()