Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/hcapi/
H A Dhcapi_cfa_p4.h385 uint16_t act_idx; member
/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_mapper.c1251 uint32_t act_idx, mark, mark_flag; in ulp_mapper_mark_act_ptr_process() local
1272 act_idx = tfp_be_to_cpu_64(val64); in ulp_mapper_mark_act_ptr_process()
1275 act_idx, mark); in ulp_mapper_mark_act_ptr_process()
1284 fid_parms.resource_hndl = act_idx; in ulp_mapper_mark_act_ptr_process()
1299 uint32_t act_idx, mark, mark_flag; in ulp_mapper_mark_vfr_idx_process() local
1318 act_idx = tfp_be_to_cpu_64(val64); in ulp_mapper_mark_vfr_idx_process()
1324 act_idx, mark); in ulp_mapper_mark_vfr_idx_process()
1333 fid_parms.resource_hndl = act_idx; in ulp_mapper_mark_vfr_idx_process()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c3260 uint32_t act_idx = (uint32_t)(uintptr_t)shared->action; in flow_shared_actions_translate() local
3261 uint32_t type = act_idx >> MLX5_SHARED_ACTION_TYPE_OFFSET; in flow_shared_actions_translate()
3262 uint32_t idx = act_idx & ((1u << MLX5_SHARED_ACTION_TYPE_OFFSET) in flow_shared_actions_translate()
3319 uint32_t act_idx = (uint32_t)(uintptr_t)shared->action; in flow_get_shared_rss_action() local
3320 uint32_t type = act_idx >> MLX5_SHARED_ACTION_TYPE_OFFSET; in flow_get_shared_rss_action()
3321 uint32_t idx = act_idx & in flow_get_shared_rss_action()
H A Dmlx5_flow_dv.c11643 uint32_t act_idx = (uint32_t)(uintptr_t)action; in flow_dv_action_destroy() local
11644 uint32_t type = act_idx >> MLX5_SHARED_ACTION_TYPE_OFFSET; in flow_dv_action_destroy()
11645 uint32_t idx = act_idx & ((1u << MLX5_SHARED_ACTION_TYPE_OFFSET) - 1); in flow_dv_action_destroy()
11756 uint32_t act_idx = (uint32_t)(uintptr_t)action; in flow_dv_action_update() local
11757 uint32_t type = act_idx >> MLX5_SHARED_ACTION_TYPE_OFFSET; in flow_dv_action_update()
11758 uint32_t idx = act_idx & ((1u << MLX5_SHARED_ACTION_TYPE_OFFSET) - 1); in flow_dv_action_update()
11778 uint32_t act_idx = (uint32_t)(uintptr_t)action; in flow_dv_action_query() local
11779 uint32_t type = act_idx >> MLX5_SHARED_ACTION_TYPE_OFFSET; in flow_dv_action_query()
11780 uint32_t idx = act_idx & ((1u << MLX5_SHARED_ACTION_TYPE_OFFSET) - 1); in flow_dv_action_query()