Home
last modified time | relevance | path

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

/linux/net/8021q/
H A Dvlan_dev.c179 u32 vlan_qos = (vlan_prio << VLAN_PRIO_SHIFT) & VLAN_PRIO_MASK; in vlan_dev_set_egress_priority()
186 if (!vlan_qos) { in vlan_dev_set_egress_priority()
191 WRITE_ONCE(mp->vlan_qos, vlan_qos); in vlan_dev_set_egress_priority()
200 if (!vlan_qos) in vlan_dev_set_egress_priority()
208 np->vlan_qos = vlan_qos; in vlan_dev_set_egress_priority()
211 if (vlan_qos) in vlan_dev_set_egress_priority()
177 u32 vlan_qos = (vlan_prio << VLAN_PRIO_SHIFT) & VLAN_PRIO_MASK; vlan_dev_set_egress_priority() local
H A Dvlan_netlink.c265 u16 vlan_qos = READ_ONCE(pm->vlan_qos); in vlan_fill_info()
267 m.to = (vlan_qos >> 13) & 0x7; in vlan_fill_info()
H A Dvlan.c606 args.vlan_qos); in vlan_ioctl_handler()
616 args.vlan_qos); in vlan_ioctl_handler()
624 args.vlan_qos ? args.u.flag : 0, in vlan_ioctl_handler()
H A Dvlanproc.c270 u16 vlan_qos = READ_ONCE(mp->vlan_qos); in vlandev_seq_show()
273 mp->priority, ((vlan_qos >> 13) & 0x7)); in vlandev_seq_show()
/linux/include/uapi/linux/
H A Dif_vlan.h63 short vlan_qos; member
/linux/drivers/infiniband/hw/irdma/
H A Dverbs.c1246 u16 vlan_qos = vlan_dev_get_egress_qos_mask(ndev, prio); in irdma_roce_get_vlan_prio() local
1248 prio = (vlan_qos & VLAN_PRIO_MASK) >> VLAN_PRIO_SHIFT; in irdma_roce_get_vlan_prio()