Home
last modified time | relevance | path

Searched refs:str_ptr (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfw_tracer.c381 u32 str_ptr, offset; in mlx5_tracer_get_string() local
384 str_ptr = tracer_event->string_event.string_param; in mlx5_tracer_get_string()
387 if (str_ptr > tracer->str_db.base_address_out[i] && in mlx5_tracer_get_string()
388 str_ptr < tracer->str_db.base_address_out[i] + in mlx5_tracer_get_string()
390 offset = str_ptr - tracer->str_db.base_address_out[i]; in mlx5_tracer_get_string()
/linux-5.19.10/drivers/scsi/lpfc/
Dlpfc_attr.c4149 char *str_ptr, *token; in lpfc_stat_data_ctrl_store() local
4160 str_ptr = &bucket_data[0]; in lpfc_stat_data_ctrl_store()
4162 token = strsep(&str_ptr, "\t "); in lpfc_stat_data_ctrl_store()
4166 bucket_type_str = strsep(&str_ptr, "\t "); in lpfc_stat_data_ctrl_store()
4177 base_str = strsep(&str_ptr, "\t "); in lpfc_stat_data_ctrl_store()
4182 step_str = strsep(&str_ptr, "\t "); in lpfc_stat_data_ctrl_store()
/linux-5.19.10/kernel/bpf/
Dverifier.c6089 char *str_ptr; in check_func_arg() local
6119 str_ptr = (char *)(long)(map_addr); in check_func_arg()
6120 if (!strnchr(str_ptr + map_off, map->value_size - map_off, 0)) { in check_func_arg()