Home
last modified time | relevance | path

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

/linux/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()
129 geneve->opt_type = 0; in mlx5_geneve_tlv_option_del()
/linux/net/6lowpan/
H A Dndisc.c153 u8 opt_type; in lowpan_ndisc_fill_addr_option() local
168 opt_type = ND_OPT_TARGET_LL_ADDR; in lowpan_ndisc_fill_addr_option()
172 opt_type = ND_OPT_SOURCE_LL_ADDR; in lowpan_ndisc_fill_addr_option()
183 __ndisc_fill_addr_option(skb, opt_type, &short_addr, in lowpan_ndisc_fill_addr_option()
/linux/fs/hfsplus/
H A Doptions.c25 opt_creator, opt_type, enumerator
34 fsparam_string ("type", opt_type),
89 case opt_type: in hfsplus_parse_param()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dpool.c83 opt_log_range = pool->opt_type == MLX5HWS_POOL_OPTIMIZE_MIRROR ? in hws_pool_resource_alloc()
97 opt_log_range = pool->opt_type == MLX5HWS_POOL_OPTIMIZE_ORIG ? in hws_pool_resource_alloc()
359 pool->opt_type = pool_attr->opt_type; in mlx5hws_pool_create()
H A Daction_ste_pool.c31 pool_attr.opt_type = opt; in hws_action_ste_table_create_pool()
/linux/fs/hfs/
H A Dsuper.c195 opt_part, opt_session, opt_type, opt_creator, opt_quiet, enumerator
207 fsparam_string ("type", opt_type),
257 case opt_type: in hfs_parse_param()
/linux/include/uapi/linux/
H A Dioam6.h28 __u8 opt_type; member
/linux/drivers/soc/hisilicon/
H A Dkunpeng_hccs.h161 u8 opt_type; member
H A Dkunpeng_hccs.c1354 req_param->opt_type = HCCS_PREPARE_INC_LANE; in hccs_prepare_inc_lane()
1379 req_param->opt_type = HCCS_GET_ADAPT_RES; in hccs_wait_serdes_adapt_completed()
1407 req_param->opt_type = HCCS_START_RETRAINING; in hccs_start_hpcs_retraining()
/linux/drivers/net/team/
H A Dteam_core.c2484 enum team_option_type opt_type; in team_nl_options_set_doit() local
2510 opt_type = TEAM_OPTION_TYPE_U32; in team_nl_options_set_doit()
2513 opt_type = TEAM_OPTION_TYPE_STRING; in team_nl_options_set_doit()
2516 opt_type = TEAM_OPTION_TYPE_BINARY; in team_nl_options_set_doit()
2519 opt_type = TEAM_OPTION_TYPE_BOOL; in team_nl_options_set_doit()
2522 opt_type = TEAM_OPTION_TYPE_S32; in team_nl_options_set_doit()
2529 if (opt_type != TEAM_OPTION_TYPE_BOOL && !attr_data) { in team_nl_options_set_doit()
2554 if (option->type != opt_type || in team_nl_options_set_doit()
2562 switch (opt_type) { in team_nl_options_set_doit()
/linux/net/ipv6/
H A Dioam6_iptunnel.c216 tuninfo->ioamh.opt_type = IPV6_TLV_IOAM; in ioam6_build_state()