Searched refs:vlan_prio (Results 1 – 15 of 15) sorted by relevance
| /linux/net/8021q/ |
| H A D | vlan.h | 130 u32 skb_prio, u16 vlan_prio); 132 u32 skb_prio, u16 vlan_prio);
|
| H A D | vlan_dev.c | 159 u32 skb_prio, u16 vlan_prio) in vlan_dev_set_ingress_priority() argument 163 if (vlan->ingress_priority_map[vlan_prio & 0x7] && !skb_prio) in vlan_dev_set_ingress_priority() 165 else if (!vlan->ingress_priority_map[vlan_prio & 0x7] && skb_prio) in vlan_dev_set_ingress_priority() 168 vlan->ingress_priority_map[vlan_prio & 0x7] = skb_prio; in vlan_dev_set_ingress_priority() 172 u32 skb_prio, u16 vlan_prio) in vlan_dev_set_egress_priority() argument 177 u32 vlan_qos = (vlan_prio << VLAN_PRIO_SHIFT) & VLAN_PRIO_MASK; in vlan_dev_set_egress_priority()
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | l2t.c | 63 static inline unsigned int vlan_prio(const struct l2t_entry *e) in vlan_prio() function 104 V_L2T_W_PRIO(vlan_prio(e))); in setup_l2e_send_pending()
|
| /linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
| H A D | switch-driver.rst | 138 * VLAN: vlan_id/vlan_prio/vlan_tpid/vlan_dei 161 …$ tc filter add dev eth4 ingress protocol 802.1q flower skip_sw vlan_id 100 vlan_prio 3 action drop 187 …$ tc filter add block 1 ingress protocol 802.1q flower skip_sw vlan_prio 3 action mirred egress mi…
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
| H A D | vlan.c | 61 attr->vlan_prio[vlan_idx] = act->vlan.prio; in parse_tc_vlan_action()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_flows.c | 978 int vlan_prio, qidx, pfc_rule = 0; in otx2_add_flow_msg() local 1026 vlan_prio = ntohs(req->packet.vlan_tci) & in otx2_add_flow_msg() 1030 vlan_prio >>= 13; in otx2_add_flow_msg() 1033 if (pfvf->pfc_en & BIT(vlan_prio)) { in otx2_add_flow_msg() 1053 otx2_update_bpid_in_rqctx(pfvf, vlan_prio, qidx, true); in otx2_add_flow_msg()
|
| H A D | otx2_pf.c | 2282 u8 vlan_prio; in otx2_select_queue() local 2306 vlan_prio = skb->vlan_tci >> 13; in otx2_select_queue() 2307 if ((vlan_prio > pf->hw.tx_queues - 1) || in otx2_select_queue() 2308 !pf->pfc_alloc_status[vlan_prio]) in otx2_select_queue() 2311 return vlan_prio; in otx2_select_queue()
|
| H A D | otx2_common.h | 1161 void otx2_update_bpid_in_rqctx(struct otx2_nic *pfvf, int vlan_prio, int qidx, bool pfc_enable);
|
| /linux/tools/testing/selftests/drivers/net/ocelot/ |
| H A D | tc_flower_chains.sh | 290 protocol 802.1Q flower skip_sw vlan_id 200 vlan_prio 0 \
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | tc_flower.sh | 233 flower vlan_prio 6 $tcflags dst_mac $h2mac action drop 235 flower vlan_prio 7 $tcflags dst_mac $h2mac action drop
|
| /linux/drivers/s390/net/ |
| H A D | qeth_core.h | 232 __u8 vlan_prio; member
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | eswitch.h | 549 u8 vlan_prio[MLX5_FS_VLAN_DEPTH]; member
|
| H A D | eswitch_offloads.c | 692 flow_act.vlan[0].prio = esw_attr->vlan_prio[0]; in mlx5_eswitch_add_offloaded_rule() 696 flow_act.vlan[1].prio = esw_attr->vlan_prio[1]; in mlx5_eswitch_add_offloaded_rule()
|
| /linux/Documentation/networking/dsa/ |
| H A D | sja1105.rst | 217 dst_mac 42:be:24:9b:76:20 vlan_id 100 vlan_prio 0 action drop
|
| /linux/drivers/net/ethernet/emulex/benet/ |
| H A D | be_main.c | 789 u8 vlan_prio; in be_get_tx_vlan_tag() local 793 vlan_prio = skb_vlan_tag_get_prio(skb); in be_get_tx_vlan_tag() 795 if (!(adapter->vlan_prio_bmap & (1 << vlan_prio))) in be_get_tx_vlan_tag()
|