Home
last modified time | relevance | path

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

/openbmc/linux/net/8021q/
H A 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()
H A Dvlan_netlink.c266 if (!pm->vlan_qos) in vlan_fill_info()
270 m.to = (pm->vlan_qos >> 13) & 0x7; in vlan_fill_info()
H 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()
H A Dvlanproc.c284 mp->priority, ((mp->vlan_qos >> 13) & 0x7)); in vlandev_seq_show()
/openbmc/linux/include/uapi/linux/
H A Dif_vlan.h63 short vlan_qos; member
/openbmc/linux/include/linux/
H A Dif_vlan.h158 u16 vlan_qos; member
217 return mp->vlan_qos; /* This should already be shifted in vlan_dev_get_egress_qos_mask()
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dverbs.c1152 u16 vlan_qos = vlan_dev_get_egress_qos_mask(ndev, prio); in irdma_roce_get_vlan_prio() local
1154 prio = (vlan_qos & VLAN_PRIO_MASK) >> VLAN_PRIO_SHIFT; in irdma_roce_get_vlan_prio()