Searched refs:vlan_qos (Results 1 – 6 of 6) sorted by relevance
179 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
265 u16 vlan_qos = READ_ONCE(pm->vlan_qos); in vlan_fill_info() 267 m.to = (vlan_qos >> 13) & 0x7; in vlan_fill_info()
606 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()
270 u16 vlan_qos = READ_ONCE(mp->vlan_qos); in vlandev_seq_show() 273 mp->priority, ((vlan_qos >> 13) & 0x7)); in vlandev_seq_show()
63 short vlan_qos; member
1246 u16 vlan_qos = vlan_dev_get_egress_qos_mask(ndev, prio); in irdma_roce_get_vlan_prio() local1248 prio = (vlan_qos & VLAN_PRIO_MASK) >> VLAN_PRIO_SHIFT; in irdma_roce_get_vlan_prio()