Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/8021q/
A Dvlan_dev.c175 u32 vlan_qos = (vlan_prio << VLAN_PRIO_SHIFT) & VLAN_PRIO_MASK; in vlan_dev_set_egress_priority() local
181 if (mp->vlan_qos && !vlan_qos) in vlan_dev_set_egress_priority()
183 else if (!mp->vlan_qos && vlan_qos) in vlan_dev_set_egress_priority()
185 mp->vlan_qos = vlan_qos; in vlan_dev_set_egress_priority()
199 np->vlan_qos = vlan_qos; in vlan_dev_set_egress_priority()
206 if (vlan_qos) in vlan_dev_set_egress_priority()
A Dvlan_netlink.c262 if (!pm->vlan_qos) in vlan_fill_info()
266 m.to = (pm->vlan_qos >> 13) & 0x7; in vlan_fill_info()
A Dvlan.c580 args.vlan_qos); in vlan_ioctl_handler()
590 args.vlan_qos); in vlan_ioctl_handler()
598 args.vlan_qos ? args.u.flag : 0, in vlan_ioctl_handler()
A Dvlanproc.c284 mp->priority, ((mp->vlan_qos >> 13) & 0x7)); in vlandev_seq_show()
/linux-6.3-rc2/include/uapi/linux/
A Dif_vlan.h63 short vlan_qos; member
/linux-6.3-rc2/include/linux/
A Dif_vlan.h150 u16 vlan_qos; member
209 return mp->vlan_qos; /* This should already be shifted in vlan_dev_get_egress_qos_mask()

Completed in 11 milliseconds