Home
last modified time | relevance | path

Searched refs:outer_vlan (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/dsa/mxl862xx/
H A Dmxl862xx.c778 cfg.filter.outer_vlan.type = cpu_to_le32(desc->outer_type); in mxl862xx_evlan_write_rule()
780 cfg.filter.outer_vlan.tpid = cpu_to_le32(desc->outer_tpid); in mxl862xx_evlan_write_rule()
788 fv = &cfg.filter.outer_vlan; in mxl862xx_evlan_write_rule()
812 cfg.treatment.outer_vlan.vid_mode = in mxl862xx_evlan_write_rule()
814 cfg.treatment.outer_vlan.vid_val = cpu_to_le32(pvid); in mxl862xx_evlan_write_rule()
815 cfg.treatment.outer_vlan.tpid = in mxl862xx_evlan_write_rule()
828 cfg.treatment.outer_vlan.vid_mode = in mxl862xx_evlan_write_rule()
830 cfg.treatment.outer_vlan.vid_val = cpu_to_le32(pvid); in mxl862xx_evlan_write_rule()
831 cfg.treatment.outer_vlan.tpid = in mxl862xx_evlan_write_rule()
855 cfg.filter.outer_vlan.type = in mxl862xx_evlan_deactivate_entry()
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dmatch.c287 struct nfp_flower_vlan *msk, bool outer_vlan) in nfp_flower_fill_vlan() argument
304 if (outer_vlan) { in nfp_flower_fill_vlan()