Symbol: vlan_prio
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
2813
u32 vlan_prio;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
2893
vlan_prio = (mf_config &
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
2896
vlan_val |= (vlan_prio << VLAN_PRIO_SHIFT);
drivers/net/ethernet/chelsio/cxgb3/l2t.c
104
V_L2T_W_PRIO(vlan_prio(e)));
drivers/net/ethernet/chelsio/cxgb4/l2t.c
709
e->vlan & VLAN_VID_MASK, vlan_prio(e), e->lport,
drivers/net/ethernet/emulex/benet/be_main.c
789
u8 vlan_prio;
drivers/net/ethernet/emulex/benet/be_main.c
793
vlan_prio = skb_vlan_tag_get_prio(skb);
drivers/net/ethernet/emulex/benet/be_main.c
795
if (!(adapter->vlan_prio_bmap & (1 << vlan_prio)))
drivers/net/ethernet/intel/ice/ice_tc_lib.c
1795
headers->vlan_hdr.vlan_prio =
drivers/net/ethernet/intel/ice/ice_tc_lib.c
1831
headers->cvlan_hdr.vlan_prio =
drivers/net/ethernet/intel/ice/ice_tc_lib.c
453
headers->vlan_hdr.vlan_prio;
drivers/net/ethernet/intel/ice/ice_tc_lib.c
483
headers->cvlan_hdr.vlan_prio;
drivers/net/ethernet/intel/ice/ice_tc_lib.h
72
__be16 vlan_prio; /* Only last 3 bits valid (valid values: 0..7) */
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h
1168
void otx2_update_bpid_in_rqctx(struct otx2_nic *pfvf, int vlan_prio, int qidx, bool pfc_enable);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_dcbnl.c
335
void otx2_update_bpid_in_rqctx(struct otx2_nic *pfvf, int vlan_prio, int qidx,
drivers/net/ethernet/marvell/octeontx2/nic/otx2_dcbnl.c
355
pfvf->queue_to_pfc_map[qidx] = vlan_prio;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_dcbnl.c
363
aq->cq.bpid = pfvf->bpid[vlan_prio];
drivers/net/ethernet/marvell/octeontx2/nic/otx2_dcbnl.c
378
npa_aq->aura.nix0_bpid = pfvf->bpid[vlan_prio];
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
1026
vlan_prio = ntohs(req->packet.vlan_tci) &
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
1030
vlan_prio >>= 13;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
1033
if (pfvf->pfc_en & BIT(vlan_prio)) {
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
1053
otx2_update_bpid_in_rqctx(pfvf, vlan_prio, qidx, true);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
978
int vlan_prio, qidx, pfc_rule = 0;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
2280
u8 vlan_prio;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
2304
vlan_prio = skb->vlan_tci >> 13;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
2305
if ((vlan_prio > pf->hw.tx_queues - 1) ||
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
2306
!pf->pfc_alloc_status[vlan_prio])
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
2309
return vlan_prio;
drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/vlan.c
61
attr->vlan_prio[vlan_idx] = act->vlan.prio;
drivers/net/ethernet/mellanox/mlx5/core/eswitch.h
552
u8 vlan_prio[MLX5_FS_VLAN_DEPTH];
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c
692
flow_act.vlan[0].prio = esw_attr->vlan_prio[0];
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c
696
flow_act.vlan[1].prio = esw_attr->vlan_prio[1];
drivers/s390/net/qeth_core.h
232
__u8 vlan_prio;
net/8021q/vlan.h
130
u32 skb_prio, u16 vlan_prio);
net/8021q/vlan.h
132
u32 skb_prio, u16 vlan_prio);
net/8021q/vlan_dev.c
159
u32 skb_prio, u16 vlan_prio)
net/8021q/vlan_dev.c
163
if (vlan->ingress_priority_map[vlan_prio & 0x7] && !skb_prio)
net/8021q/vlan_dev.c
165
else if (!vlan->ingress_priority_map[vlan_prio & 0x7] && skb_prio)
net/8021q/vlan_dev.c
168
vlan->ingress_priority_map[vlan_prio & 0x7] = skb_prio;
net/8021q/vlan_dev.c
172
u32 skb_prio, u16 vlan_prio)
net/8021q/vlan_dev.c
177
u32 vlan_qos = (vlan_prio << VLAN_PRIO_SHIFT) & VLAN_PRIO_MASK;