Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.c914 u32 user_idx; in ath12k_dp_mon_hal_rx_parse_eht_mumimo_user() local
919 user_idx = eht_info->num_user_info++; in ath12k_dp_mon_hal_rx_parse_eht_mumimo_user()
921 eht_info->user_info[user_idx] |= in ath12k_dp_mon_hal_rx_parse_eht_mumimo_user()
948 u32 user_idx; in ath12k_dp_mon_hal_rx_parse_eht_non_mumimo_user() local
953 user_idx = eht_info->num_user_info++; in ath12k_dp_mon_hal_rx_parse_eht_non_mumimo_user()
955 eht_info->user_info[user_idx] |= in ath12k_dp_mon_hal_rx_parse_eht_non_mumimo_user()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c210 u8 user_idx = 0; in mlx5hws_action_check_combo() local
219 if (BIT(user_actions[user_idx]) & order_arr[order_idx]) in mlx5hws_action_check_combo()
220 user_idx++; in mlx5hws_action_check_combo()
227 valid_combo = user_actions[user_idx] == MLX5HWS_ACTION_TYP_LAST; in mlx5hws_action_check_combo()
/linux-6.15/drivers/infiniband/hw/mlx5/
H A Ddevx.c1083 u32 user_idx; in UVERBS_HANDLER() local
1091 if (uverbs_copy_from(&user_idx, attrs, in UVERBS_HANDLER()
1095 dev_idx = bfregn_to_uar_index(dev, &c->bfregi, user_idx, true); in UVERBS_HANDLER()