Home
last modified time | relevance | path

Searched refs:opt_type (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dgeneve.c11 u8 opt_type; member
74 geneve->opt_type == opt->type) { in mlx5_geneve_tlv_option_add()
105 geneve->opt_type = opt->type; in mlx5_geneve_tlv_option_add()
128 geneve->opt_type = 0; in mlx5_geneve_tlv_option_del()
/OK3568_Linux_fs/kernel/net/6lowpan/
H A Dndisc.c161 u8 opt_type; in lowpan_ndisc_fill_addr_option() local
176 opt_type = ND_OPT_TARGET_LL_ADDR; in lowpan_ndisc_fill_addr_option()
180 opt_type = ND_OPT_SOURCE_LL_ADDR; in lowpan_ndisc_fill_addr_option()
191 __ndisc_fill_addr_option(skb, opt_type, &short_addr, in lowpan_ndisc_fill_addr_option()
/OK3568_Linux_fs/kernel/fs/hfsplus/
H A Doptions.c23 opt_creator, opt_type, enumerator
33 { opt_type, "type=%s" },
121 case opt_type: in hfsplus_parse_options()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dinternal-fn.h199 optimization_type opt_type) in direct_internal_fn_supported_p() argument
202 opt_type); in direct_internal_fn_supported_p()
H A Dtarget.def3677 modes @var{mode1} and @var{mode2} for optimization type @var{opt_type}.\n\
3688 optimization_type opt_type),
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dinternal-fn.h199 optimization_type opt_type) in direct_internal_fn_supported_p() argument
202 opt_type); in direct_internal_fn_supported_p()
H A Dtarget.def3677 modes @var{mode1} and @var{mode2} for optimization type @var{opt_type}.\n\
3688 optimization_type opt_type),
/OK3568_Linux_fs/kernel/fs/hfs/
H A Dsuper.c189 opt_part, opt_session, opt_type, opt_creator, opt_quiet, enumerator
202 { opt_type, "type=%s" },
305 case opt_type: in parse_options()
/OK3568_Linux_fs/kernel/drivers/net/team/
H A Dteam.c2555 enum team_option_type opt_type; in team_nl_cmd_options_set() local
2581 opt_type = TEAM_OPTION_TYPE_U32; in team_nl_cmd_options_set()
2584 opt_type = TEAM_OPTION_TYPE_STRING; in team_nl_cmd_options_set()
2587 opt_type = TEAM_OPTION_TYPE_BINARY; in team_nl_cmd_options_set()
2590 opt_type = TEAM_OPTION_TYPE_BOOL; in team_nl_cmd_options_set()
2593 opt_type = TEAM_OPTION_TYPE_S32; in team_nl_cmd_options_set()
2600 if (opt_type != TEAM_OPTION_TYPE_BOOL && !attr_data) { in team_nl_cmd_options_set()
2625 if (option->type != opt_type || in team_nl_cmd_options_set()
2633 switch (opt_type) { in team_nl_cmd_options_set()