Home
last modified time | relevance | path

Searched refs:user_idx (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
H A Darm64-frame-pointer-unwind-support.h10 u64 get_leaf_frame_caller_aarch64(struct perf_sample *sample, struct thread *thread, int user_idx);
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_mon.c1240 u32 user_idx; in ath12k_wifi7_dp_mon_hal_rx_parse_eht_mumimo_user() local
1245 user_idx = eht_info->num_user_info++; in ath12k_wifi7_dp_mon_hal_rx_parse_eht_mumimo_user()
1247 eht_info->user_info[user_idx] |= in ath12k_wifi7_dp_mon_hal_rx_parse_eht_mumimo_user()
1274 u32 user_idx; in ath12k_wifi7_dp_mon_hal_rx_parse_eht_non_mumimo_user() local
1279 user_idx = eht_info->num_user_info++; in ath12k_wifi7_dp_mon_hal_rx_parse_eht_non_mumimo_user()
1281 eht_info->user_info[user_idx] |= in ath12k_wifi7_dp_mon_hal_rx_parse_eht_non_mumimo_user()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c215 u8 user_idx = 0; in mlx5hws_action_check_combo() local
224 if (BIT(user_actions[user_idx]) & order_arr[order_idx]) in mlx5hws_action_check_combo()
225 user_idx++; in mlx5hws_action_check_combo()
232 valid_combo = user_actions[user_idx] == MLX5HWS_ACTION_TYP_LAST; in mlx5hws_action_check_combo()
/linux/drivers/infiniband/hw/mlx5/
H A Ddevx.c1084 u32 user_idx; in UVERBS_HANDLER() local
1092 if (uverbs_copy_from(&user_idx, attrs, in UVERBS_HANDLER()
1096 dev_idx = bfregn_to_uar_index(dev, &c->bfregi, user_idx, true); in UVERBS_HANDLER()