Searched refs:vlan_qos (Results 1 – 5 of 5) sorted by relevance
79 return mp->vlan_qos; /* This should already be shifted in vlan_dev_get_egress_qos_mask()227 u32 vlan_qos = (vlan_prio << VLAN_PRIO_SHIFT) & VLAN_PRIO_MASK; in vlan_dev_set_egress_priority() local233 if (mp->vlan_qos && !vlan_qos) in vlan_dev_set_egress_priority()235 else if (!mp->vlan_qos && vlan_qos) in vlan_dev_set_egress_priority()237 mp->vlan_qos = vlan_qos; in vlan_dev_set_egress_priority()251 np->vlan_qos = vlan_qos; in vlan_dev_set_egress_priority()253 if (vlan_qos) in vlan_dev_set_egress_priority()
223 if (!pm->vlan_qos) in vlan_fill_info()227 m.to = (pm->vlan_qos >> 13) & 0x7; in vlan_fill_info()
521 args.vlan_qos); in vlan_ioctl_handler()531 args.vlan_qos); in vlan_ioctl_handler()539 args.vlan_qos ? args.u.flag : 0, in vlan_ioctl_handler()
17 u16 vlan_qos; member
317 mp->priority, ((mp->vlan_qos >> 13) & 0x7)); in vlandev_seq_show()