Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwxgmac2_descs.c318 u32 inner_type) in dwxgmac2_set_vlan_tag() argument
326 if (inner_type) { in dwxgmac2_set_vlan_tag()
331 des = FIELD_PREP(XGMAC_TDES3_IVTIR, inner_type); in dwxgmac2_set_vlan_tag()
H A Ddwmac4_descs.c501 u32 inner_type) in dwmac4_set_vlan_tag() argument
509 if (inner_type) { in dwmac4_set_vlan_tag()
511 p->des3 = cpu_to_le32(FIELD_PREP(TDES3_IVTIR_MASK, inner_type) | in dwmac4_set_vlan_tag()
H A Dhwif.h104 u32 inner_type);
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c60 static int create_maps(enum bpf_map_type inner_type) in create_maps() argument
64 inner_map_type = inner_type; in create_maps()
67 reuseport_array = bpf_map_create(inner_type, "reuseport_array", in create_maps()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c2852 struct surface_update_descriptor inner_type = get_plane_info_update_type(u); in det_surface_update() local
2854 elevate_update_type(&overall_type, inner_type.update_type, inner_type.lock_descriptor); in det_surface_update()
2856 inner_type = get_scaling_info_update_type(check_config, u); in det_surface_update()
2857 elevate_update_type(&overall_type, inner_type.update_type, inner_type.lock_descriptor); in det_surface_update()
3045 struct surface_update_descriptor inner_type = in check_update_surfaces_for_stream() local
3048 elevate_update_type(&overall_type, inner_type.update_type, inner_type.lock_descriptor); in check_update_surfaces_for_stream()