Home
last modified time | relevance | path

Searched refs:inner_type (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/
Ddwxgmac2_descs.c309 u32 inner_type) in dwxgmac2_set_vlan_tag() argument
317 if (inner_type) { in dwxgmac2_set_vlan_tag()
323 des = inner_type << XGMAC_TDES3_IVTIR_SHIFT; in dwxgmac2_set_vlan_tag()
Ddwmac4_descs.c465 u32 inner_type) in dwmac4_set_vlan_tag() argument
473 if (inner_type) { in dwmac4_set_vlan_tag()
479 des = inner_type << TDES3_IVTIR_SHIFT; in dwmac4_set_vlan_tag()
Dhwif.h97 u32 inner_type);
Dstmmac_main.c2954 u32 inner_type = 0x0; in stmmac_vlan_insert() local
2963 inner_type = STMMAC_VLAN_INSERT; in stmmac_vlan_insert()
2973 if (stmmac_set_desc_vlan_tag(priv, p, tag, inner_tag, inner_type)) in stmmac_vlan_insert()
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dselect_reuseport.c67 static int create_maps(enum bpf_map_type inner_type) in create_maps() argument
71 inner_map_type = inner_type; in create_maps()
75 attr.map_type = inner_type; in create_maps()