Lines Matching refs:DPRINTK

47 #define DPRINTK(format,args...) printk(format,##args)
49 #define DPRINTK(format,args...) macro
65 DPRINTK("to_atmarpd(%d)\n",type); in to_atmarpd()
82 DPRINTK("link_vcc %p to entry %p (neigh %p)\n",clip_vcc,entry, in link_vcc()
137 DPRINTK("releasing vcc %p->%p of entry %p\n", in neigh_check_cb()
149 DPRINTK("destruction postponed with ref %d\n", in neigh_check_cb()
158 DPRINTK("expired neigh %p\n",n); in neigh_check_cb()
174 DPRINTK("clip_arp_rcv\n"); in clip_arp_rcv()
180 DPRINTK("pushing to %p\n",vcc); in clip_arp_rcv()
181 DPRINTK("using %p\n",CLIP_VCC(vcc)->old_push); in clip_arp_rcv()
191 DPRINTK("clip push\n"); in clip_push()
193 DPRINTK("removing VCC %p\n",clip_vcc); in clip_push()
241 DPRINTK("clip_pop(vcc %p)\n",vcc); in clip_pop()
256 DPRINTK("clip_neigh_destroy (neigh %p)\n",neigh); in clip_neigh_destroy()
265 DPRINTK("clip_neigh_solicit (neigh %p, skb %p)\n",neigh,skb); in clip_neigh_solicit()
297 DPRINTK("clip_constructor (neigh %p, entry %p)\n",neigh,entry); in clip_constructor()
378 DPRINTK("clip_start_xmit (skb %p)\n",skb); in clip_start_xmit()
414 DPRINTK("neigh %p, vccs %p\n",entry,entry->vccs); in clip_start_xmit()
416 DPRINTK("using neighbour %p, vcc %p\n",skb->dst->neighbour,vcc); in clip_start_xmit()
427 DPRINTK("atm_skb(%p)->vcc(%p)->dev(%p)\n",skb,vcc,vcc->dev); in clip_start_xmit()
469 DPRINTK("mkip clip_vcc %p vcc %p\n",clip_vcc,vcc); in clip_mkip()
520 DPRINTK("setentry: remove\n"); in clip_setentry()
532 if (!clip_vcc->entry) DPRINTK("setentry: add\n"); in clip_setentry()
534 DPRINTK("setentry: update\n"); in clip_setentry()
547 DPRINTK("clip_init %s\n",dev->name); in clip_init()
606 DPRINTK("registered (net:%s)\n",dev->name); in clip_create()
620 DPRINTK("clip_device_event NETDEV_UP\n"); in clip_device_event()
624 DPRINTK("clip_device_event NETDEV_DOWN\n"); in clip_device_event()
629 DPRINTK("clip_device_event NETDEV_CHANGE*\n"); in clip_device_event()
635 DPRINTK("clip_device_event %ld\n",event); in clip_device_event()
684 DPRINTK("atmarpd_close\n"); in atmarpd_close()
693 DPRINTK("(done)\n"); in atmarpd_close()