Home
last modified time | relevance | path

Searched refs:VLAN_VID_MASK (Results 1 – 25 of 89) sorted by relevance

1234

/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dtest_xdp_vlan.c42 #define VLAN_VID_MASK 0x0fff /* VLAN Identifier */ macro
77 & VLAN_VID_MASK; in parse_eth_frame()
90 & VLAN_VID_MASK; in parse_eth_frame()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
Dvlan_mangle.c17 u16 mask16 = VLAN_VID_MASK; in mlx5e_tc_act_vlan_add_rewrite_action()
18 u16 val16 = act->vlan.vid & VLAN_VID_MASK; in mlx5e_tc_act_vlan_add_rewrite_action()
/Linux-v6.1/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-switch.h153 u8 vlans[VLAN_VID_MASK + 1];
178 u8 vlans[VLAN_VID_MASK + 1];
/Linux-v6.1/drivers/net/ethernet/aquantia/atlantic/
Daq_filters.c168 (!test_bit(be16_to_cpu(fsp->h_ext.vlan_tci) & VLAN_VID_MASK, in aq_check_approve_fvlan()
192 if (be16_to_cpu(fsp->m_ext.vlan_tci) == VLAN_VID_MASK) { in aq_check_filter()
417 (be16_to_cpu(fsp->h_ext.vlan_tci) & VLAN_VID_MASK)) { in aq_set_data_fvlan()
424 & VLAN_VID_MASK; in aq_set_data_fvlan()
595 == VLAN_VID_MASK) { in aq_add_del_rule()
/Linux-v6.1/drivers/net/ethernet/sfc/siena/
Dsriov.h32 if ((vlan & ~VLAN_VID_MASK) || in efx_sriov_set_vf_vlan()
Dsiena_sriov.c326 vlan = ntohs(vf->addr.tci) & VLAN_VID_MASK; in efx_siena_sriov_reset_tx_filter()
364 vlan = ntohs(vf->addr.tci) & VLAN_VID_MASK; in efx_siena_sriov_reset_rx_filter()
1624 tci = (vlan & VLAN_VID_MASK) | ((qos & 0x7) << VLAN_PRIO_SHIFT); in efx_siena_sriov_set_vf_vlan()
1672 ivi->vlan = tci & VLAN_VID_MASK; in efx_siena_sriov_get_vf_config()
/Linux-v6.1/drivers/net/ethernet/sfc/
Dsriov.c27 if ((vlan & ~VLAN_VID_MASK) || in efx_sriov_set_vf_vlan()
/Linux-v6.1/net/bridge/netfilter/
Debt_vlan.c59 id = TCI & VLAN_VID_MASK; in ebt_vlan_mt()
/Linux-v6.1/include/linux/
Dif_vlan.h68 #define VLAN_VID_MASK 0x0fff /* VLAN Identifier */ macro
81 #define skb_vlan_tag_get_id(__skb) ((__skb)->vlan_tci & VLAN_VID_MASK)
/Linux-v6.1/net/batman-adv/
Dmain.h230 return (int)(vid & VLAN_VID_MASK); in batadv_print_vid()
Dmain.c636 vid = ntohs(vhdr->h_vlan_TCI) & VLAN_VID_MASK; in batadv_get_vid()
/Linux-v6.1/net/sched/
Dact_vlan.c70 tci = (tci & ~VLAN_VID_MASK) | p->tcfv_push_vid; in tcf_vlan_act()
167 if (push_vid >= VLAN_VID_MASK) { in tcf_vlan_init()
/Linux-v6.1/net/bridge/
Dbr_arp_nd_proxy.c73 if (pvid == (vlan_tci & VLAN_VID_MASK)) in br_arp_send()
350 if (pvid == (vlan_tci & VLAN_VID_MASK)) in br_nd_send()
Dbr_netlink_tunnel.c240 if (vid >= VLAN_VID_MASK) in br_parse_vlan_tunnel_info()
/Linux-v6.1/net/dsa/
Dtag_sja1105.c522 if (vid_is_dsa_8021q(vlan_tci & VLAN_VID_MASK)) in sja1105_vlan_rcv()
526 *vid = vlan_tci & VLAN_VID_MASK; in sja1105_vlan_rcv()
Dtag_8021q.c488 vid = tci & VLAN_VID_MASK; in dsa_8021q_rcv()
/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_txrx_lib.c213 bool non_zero_vlan = !!(vlan_tag & VLAN_VID_MASK); in ice_receive_skb()
Dice_tc_lib.c1311 if (match.mask->vlan_id == VLAN_VID_MASK) { in ice_parse_cls_flower()
1315 VLAN_VID_MASK); in ice_parse_cls_flower()
1344 if (match.mask->vlan_id == VLAN_VID_MASK) { in ice_parse_cls_flower()
1348 VLAN_VID_MASK); in ice_parse_cls_flower()
/Linux-v6.1/net/8021q/
Dvlan_netlink.c75 if (id >= VLAN_VID_MASK) { in vlan_validate()
/Linux-v6.1/drivers/net/dsa/
Dbcm_sf2_cfp.c883 if ((be16_to_cpu(fs->m_ext.vlan_tci) & VLAN_VID_MASK) != in bcm_sf2_cfp_rule_insert()
884 VLAN_VID_MASK) in bcm_sf2_cfp_rule_insert()
887 vid = be16_to_cpu(fs->h_ext.vlan_tci) & VLAN_VID_MASK; in bcm_sf2_cfp_rule_insert()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c1403 !((cmd->fs.m_ext.vlan_tci & cpu_to_be16(VLAN_VID_MASK)) == in mlx4_en_validate_flow()
1405 (cmd->fs.m_ext.vlan_tci & cpu_to_be16(VLAN_VID_MASK)) == in mlx4_en_validate_flow()
1406 cpu_to_be16(VLAN_VID_MASK))) in mlx4_en_validate_flow()
1431 (cmd->fs.m_ext.vlan_tci & cpu_to_be16(VLAN_VID_MASK))) { in mlx4_en_ethtool_add_mac_rule()
1433 spec_l2->eth.vlan_id_msk = cpu_to_be16(VLAN_VID_MASK); in mlx4_en_ethtool_add_mac_rule()
/Linux-v6.1/drivers/net/ethernet/mediatek/
Dmtk_eth_soc.h298 #define RX_DMA_VID(x) ((x) & VLAN_VID_MASK)
299 #define RX_DMA_TCI(x) ((x) & (VLAN_PRIO_MASK | VLAN_VID_MASK))
/Linux-v6.1/drivers/net/ethernet/mscc/
Docelot_flower.c846 if (filter->vlan.vid.mask != VLAN_VID_MASK) { in ocelot_flower_patch_es0_vlan_modify()
853 filter->action.vid_a_val &= VLAN_VID_MASK; in ocelot_flower_patch_es0_vlan_modify()
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb3/
Dl2t.c103 V_L2T_W_VLAN(e->vlan & VLAN_VID_MASK) | in setup_l2e_send_pending()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs_ethtool.c386 (fs->m_ext.vlan_tci & cpu_to_be16(VLAN_VID_MASK))) in set_flow_attrs()
657 fs->m_ext.vlan_tci != cpu_to_be16(VLAN_VID_MASK)) in validate_vlan()

1234