Searched refs:VLAN_DBG (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/net/8021q/ |
D | vlan.c | 206 printk(VLAN_DBG "%s: VID: %i\n", __FUNCTION__, vlan_id); in unregister_vlan_dev() 308 printk(VLAN_DBG "%s: WARNING: Could not find dev.\n", __FUNCTION__); in unregister_vlan_device() 330 printk(VLAN_DBG "%s: if_name -:%s:- vid: %i\n", in register_vlan_device() 343 printk(VLAN_DBG "%s: VLANs not supported on %s.\n", in register_vlan_device() 351 printk(VLAN_DBG "%s: Device %s has buggy VLAN hw accel.\n", in register_vlan_device() 359 printk(VLAN_DBG "%s: Device %s has buggy VLAN hw accel.\n", in register_vlan_device() 381 printk(VLAN_DBG "%s: ALREADY had VLAN registered\n", __FUNCTION__); in register_vlan_device() 402 printk(VLAN_DBG "About to allocate name, vlan_name_type: %i\n", in register_vlan_device() 431 printk(VLAN_DBG "Allocated new name -:%s:-\n", new_dev->name); in register_vlan_device() 503 printk(VLAN_DBG "About to go find the group for idx: %i\n", in register_vlan_device() [all …]
|
D | vlan_dev.c | 64 printk(VLAN_DBG in vlan_dev_rebuild_header() 132 printk(VLAN_DBG "%s: skb: %p vlan_id: %hx\n", in vlan_skb_recv() 153 printk(VLAN_DBG "%s: ERROR: No net_device for VID: %i on dev: %s [%i]\n", in vlan_skb_recv() 177 …printk(VLAN_DBG "%s: dropping skb: %p because came in on wrong device, dev: %s real_dev: %s, skb_… in vlan_skb_recv() 193 printk(VLAN_DBG "%s: priority: %lu for TCI: %hu (hbo)\n", in vlan_skb_recv() 341 printk(VLAN_DBG "%s: skb: %p type: %hx len: %x vlan_id: %hx, daddr: %p\n", in vlan_dev_hard_header() 412 printk(VLAN_DBG "%s: %s: had to grow skb.\n", __FUNCTION__, vdev->name); in vlan_dev_hard_header() 456 printk(VLAN_DBG "%s: proto to encap: 0x%hx (hbo)\n", in vlan_dev_hard_start_xmit() 480 printk(VLAN_DBG "%s: about to send skb: %p to dev: %s\n", in vlan_dev_hard_start_xmit() 482 printk(VLAN_DBG " %2hx.%2hx.%2hx.%2xh.%2hx.%2hx %2hx.%2hx.%2hx.%2hx.%2hx.%2hx %4hx %4hx %4hx\n", in vlan_dev_hard_start_xmit()
|
D | vlanproc.c | 197 printk(VLAN_DBG "%s: invalid argument, device: %s is not a VLAN device, priv_flags: 0x%4hX.\n", in vlan_proc_rem_dev() 203 printk(VLAN_DBG __FUNCTION__ ": dev: %p\n", vlandev); in vlan_proc_rem_dev() 286 printk(VLAN_DBG __FUNCTION__ ": cnt == %i\n", cnt); in vlan_proc_get_vlan_info()
|
D | vlan.h | 11 #define VLAN_DBG KERN_ALERT /* change these... to debug, having a hard time macro
|