Home
last modified time | relevance | path

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

/net/8021q/
Dvlan_dev.c176 u32 vlan_qos = (vlan_prio << VLAN_PRIO_SHIFT) & VLAN_PRIO_MASK; in vlan_dev_set_egress_priority() local
182 if (mp->vlan_qos && !vlan_qos) in vlan_dev_set_egress_priority()
184 else if (!mp->vlan_qos && vlan_qos) in vlan_dev_set_egress_priority()
186 mp->vlan_qos = vlan_qos; in vlan_dev_set_egress_priority()
200 np->vlan_qos = vlan_qos; in vlan_dev_set_egress_priority()
207 if (vlan_qos) in vlan_dev_set_egress_priority()
Dvlan_netlink.c257 if (!pm->vlan_qos) in vlan_fill_info()
261 m.to = (pm->vlan_qos >> 13) & 0x7; in vlan_fill_info()
Dvlan.c581 args.vlan_qos); in vlan_ioctl_handler()
591 args.vlan_qos); in vlan_ioctl_handler()
599 args.vlan_qos ? args.u.flag : 0, in vlan_ioctl_handler()
Dvlanproc.c284 mp->priority, ((mp->vlan_qos >> 13) & 0x7)); in vlandev_seq_show()