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

/linux-master/include/uapi/linux/
H A Dif_vlan.h63 short vlan_qos; member in struct:vlan_ioctl_args
/linux-master/net/8021q/
H A Dvlan_dev.c176 u32 vlan_qos = (vlan_prio << VLAN_PRIO_SHIFT) & VLAN_PRIO_MASK; local
182 if (mp->vlan_qos && !vlan_qos)
184 else if (!mp->vlan_qos && vlan_qos)
186 mp->vlan_qos = vlan_qos;
200 np->vlan_qos = vlan_qos;
207 if (vlan_qos)
[all...]
H A Dvlan_netlink.c266 if (!pm->vlan_qos)
270 m.to = (pm->vlan_qos >> 13) & 0x7;
H A Dvlan.c580 args.vlan_qos);
590 args.vlan_qos);
598 args.vlan_qos ? args.u.flag : 0,
H A Dvlanproc.c270 mp->priority, ((mp->vlan_qos >> 13) & 0x7));
/linux-master/include/linux/
H A Dif_vlan.h153 * @vlan_qos: vlan priority: (skb->priority << 13) & 0xE000
158 u16 vlan_qos; member in struct:vlan_priority_tci_mapping
217 return mp->vlan_qos; /* This should already be shifted
/linux-master/drivers/infiniband/hw/irdma/
H A Dverbs.c1152 u16 vlan_qos = vlan_dev_get_egress_qos_mask(ndev, prio); local
1154 prio = (vlan_qos & VLAN_PRIO_MASK) >> VLAN_PRIO_SHIFT;

Completed in 278 milliseconds