Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/amd/
H A Dwbrf.c49 u32 arg_idx = 0; in wbrf_record() local
93 arg_idx = 2; in wbrf_record()
98 tmp[arg_idx].integer.type = ACPI_TYPE_INTEGER; in wbrf_record()
99 tmp[arg_idx++].integer.value = in->band_list[i].start; in wbrf_record()
100 tmp[arg_idx].integer.type = ACPI_TYPE_INTEGER; in wbrf_record()
101 tmp[arg_idx++].integer.value = in->band_list[i].end; in wbrf_record()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dpat_arg.c291 u32 arg_idx) in mlx5d_arg_init_send_attr() argument
296 send_attr->id = arg_idx; in mlx5d_arg_init_send_attr()
301 u32 arg_idx, in mlx5hws_arg_decapl3_write() argument
311 mlx5d_arg_init_send_attr(&send_attr, NULL, arg_idx); in mlx5hws_arg_decapl3_write()
324 u32 arg_idx, in mlx5hws_arg_write() argument
335 mlx5d_arg_init_send_attr(&send_attr, comp_data, arg_idx); in mlx5hws_arg_write()
347 send_attr.id = arg_idx++; in mlx5hws_arg_write()
360 send_attr.id = arg_idx; in mlx5hws_arg_write()
366 u32 arg_idx, in mlx5hws_arg_write_inline_arg_data() argument
378 mlx5hws_arg_write(queue, arg_data, arg_idx, arg_data, data_size); in mlx5hws_arg_write_inline_arg_data()
H A Daction.c2107 u32 arg_idx, in hws_action_modify_write() argument
2130 mlx5hws_arg_write(queue, NULL, arg_idx, in hws_action_modify_write()
2220 u32 arg_sz, arg_idx; in hws_action_setter_modify_header() local
2256 arg_idx = rule_action->modify_header.offset * arg_sz; in hws_action_setter_modify_header()
2258 apply->wqe_data[MLX5HWS_ACTION_OFFSET_DW7] = htonl(arg_idx); in hws_action_setter_modify_header()
2263 action->modify_header.arg_id + arg_idx, in hws_action_setter_modify_header()
2276 u32 arg_idx, arg_sz; in hws_action_setter_insert_ptr() local
2284 arg_idx = rule_action->reformat.offset * arg_sz; in hws_action_setter_insert_ptr()
2287 apply->wqe_data[MLX5HWS_ACTION_OFFSET_DW7] = htonl(arg_idx); in hws_action_setter_insert_ptr()
2296 action->reformat.arg_id + arg_idx, in hws_action_setter_insert_ptr()
[all …]
/linux/tools/perf/util/
H A Dprobe-file.c814 int arg_idx = 0; in synthesize_sdt_probe_command() local
868 if (synthesize_sdt_probe_arg(&buf, arg_idx, arg) < 0) { in synthesize_sdt_probe_command()
875 arg_idx++; in synthesize_sdt_probe_command()
/linux/kernel/bpf/
H A Dverifier.c8816 static bool is_kfunc_arg_iter(struct bpf_kfunc_call_arg_meta *meta, int arg_idx, in is_kfunc_arg_iter() argument
8823 return arg_idx == 0; in is_kfunc_arg_iter()