Lines Matching refs:DPRINTK
40 #define DPRINTK(str,args...) printk(KERN_DEBUG "meth: %s: " str, __func__ , ## args) macro
43 #define DPRINTK(str,args...) macro
104 DPRINTK("Loading MAC Address: %pM\n", dev->dev_addr); in load_eaddr()
147 DPRINTK("PHY is QS6612X\n"); in mdio_probe()
150 DPRINTK("PHY is ICS1889\n"); in mdio_probe()
153 DPRINTK("PHY is ICS1890\n"); in mdio_probe()
156 DPRINTK("PHY is DP83840\n"); in mdio_probe()
161 DPRINTK("PHY code: %x\n",(p2<<12)|(p3>>4)); in mdio_probe()
169 DPRINTK("Oopsie! PHY is not known!\n"); in mdio_probe()
190 DPRINTK("Setting %s-duplex\n", duplex ? "full" : "half"); in meth_check_link()
199 DPRINTK("Setting %dMbs mode\n", speed ? 100 : 10); in meth_check_link()
287 DPRINTK("Unable to find PHY\n"); in meth_reset()
344 DPRINTK("About to start queue\n"); in meth_open()
361 DPRINTK("Stopping queue\n"); in meth_release()
399 DPRINTK("Not received? status=%016lx\n",status); in meth_rx()
416 DPRINTK("No mem: dropping packet\n"); in meth_rx()
494 DPRINTK("Auchi! tx_read=%d,tx_write=%d,rptr=%d?\n", priv->tx_read, priv->tx_write,rptr); in meth_tx_cleanup()
503 DPRINTK("TX error: status=%016lx <",status); in meth_tx_cleanup()
520 DPRINTK("RPTR points us here, but packet not done?\n"); in meth_tx_cleanup()
564 DPRINTK("Disabled meth Rx DMA temporarily\n"); in meth_error()