Home
last modified time | relevance | path

Searched refs:vlan_prio (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.c63 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 Dswitch-driver.rst138 * 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 Dvlan.c61 attr->vlan_prio[vlan_idx] = act->vlan.prio; in parse_tc_vlan_action()
/linux/tools/testing/selftests/drivers/net/ocelot/
H A Dtc_flower_chains.sh290 protocol 802.1Q flower skip_sw vlan_id 200 vlan_prio 0 \
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.c65 static inline unsigned int vlan_prio(const struct l2t_entry *e) in vlan_prio() function
709 e->vlan & VLAN_VID_MASK, vlan_prio(e), e->lport, in l2t_seq_show()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_tc_lib.c453 headers->vlan_hdr.vlan_prio; in ice_tc_fill_rules()
483 headers->cvlan_hdr.vlan_prio; in ice_tc_fill_rules()
1795 headers->vlan_hdr.vlan_prio = in ice_parse_cls_flower()
1831 headers->cvlan_hdr.vlan_prio = in ice_parse_cls_flower()
/linux/tools/testing/selftests/net/forwarding/
H A Dtc_flower.sh233 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 Dqeth_core.h232 __u8 vlan_prio; member
/linux/Documentation/networking/dsa/
H A Dsja1105.rst217 dst_mac 42:be:24:9b:76:20 vlan_id 100 vlan_prio 0 action drop
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c789 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()