Lines Matching refs:DPRINTK
44 #define DPRINTK(str,args...) printk(KERN_DEBUG "meth: %s: " str, __func__ , ## args) macro
47 #define DPRINTK(str,args...) macro
106 DPRINTK("Loading MAC Address: %pM\n", dev->dev_addr); in load_eaddr()
149 DPRINTK("PHY is QS6612X\n"); in mdio_probe()
152 DPRINTK("PHY is ICS1889\n"); in mdio_probe()
155 DPRINTK("PHY is ICS1890\n"); in mdio_probe()
158 DPRINTK("PHY is DP83840\n"); in mdio_probe()
163 DPRINTK("PHY code: %x\n",(p2<<12)|(p3>>4)); in mdio_probe()
171 DPRINTK("Oopsie! PHY is not known!\n"); in mdio_probe()
192 DPRINTK("Setting %s-duplex\n", duplex ? "full" : "half"); in meth_check_link()
201 DPRINTK("Setting %dMbs mode\n", speed ? 100 : 10); in meth_check_link()
290 DPRINTK("Unable to find PHY\n"); in meth_reset()
347 DPRINTK("About to start queue\n"); in meth_open()
364 DPRINTK("Stopping queue\n"); in meth_release()
401 DPRINTK("Not received? status=%016lx\n",status); in meth_rx()
418 DPRINTK("No mem: dropping packet\n"); in meth_rx()
495 DPRINTK("Auchi! tx_read=%d,tx_write=%d,rptr=%d?\n", priv->tx_read, priv->tx_write,rptr); in meth_tx_cleanup()
504 DPRINTK("TX error: status=%016lx <",status); in meth_tx_cleanup()
521 DPRINTK("RPTR points us here, but packet not done?\n"); in meth_tx_cleanup()
565 DPRINTK("Disabled meth Rx DMA temporarily\n"); in meth_error()