Home
last modified time | relevance | path

Searched refs:vlan_qos (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/
Dif_vlan.h77 unsigned short vlan_qos; /* This should be shifted when first set, so we only do it member
384 short vlan_qos; member
/linux-2.4.37.9/net/8021q/
Dvlan.c681 args.vlan_qos); in vlan_ioctl_handler()
689 args.vlan_qos); in vlan_ioctl_handler()
697 args.vlan_qos); in vlan_ioctl_handler()
Dvlan_dev.c312 return mp->vlan_qos; /* This should already be shifted to mask in vlan_dev_get_egress_qos_mask()
579 mp->vlan_qos = ((vlan_prio << 13) & 0xE000); in vlan_dev_set_egress_priority()
592 np->vlan_qos = ((vlan_prio << 13) & 0xE000); in vlan_dev_set_egress_priority()
Dvlanproc.c423 mp->priority, ((mp->vlan_qos >> 13) & 0x7)); in vlandev_get_info()