Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_verbs.c1910 if (handle->rix_hrxq && in flow_verbs_remove()
1912 mlx5_hrxq_release(dev, handle->rix_hrxq); in flow_verbs_remove()
1913 handle->rix_hrxq = 0; in flow_verbs_remove()
2004 handle->rix_hrxq = hrxq->idx; in flow_verbs_apply()
2033 if (handle->rix_hrxq && in flow_verbs_apply()
2035 mlx5_hrxq_release(dev, handle->rix_hrxq); in flow_verbs_apply()
2036 handle->rix_hrxq = 0; in flow_verbs_apply()
H A Dmlx5_flow_dv.c11342 if (act_res->rix_hrxq) { in flow_dv_sample_sub_actions_release()
11344 act_res->rix_hrxq = 0; in flow_dv_sample_sub_actions_release()
11843 sample_idx->rix_hrxq = hrxq_idx; in flow_dv_translate_action_sample()
11884 sample_idx->rix_hrxq = hrxq_idx; in flow_dv_translate_action_sample()
14242 dh->rix_hrxq = hrxq_idx; in flow_dv_apply()
14308 mlx5_hrxq_release(dev, dh->rix_hrxq); in flow_dv_apply()
14309 dh->rix_hrxq = 0; in flow_dv_apply()
15535 if (sub_policy->rix_hrxq[i]) { in __flow_dv_destroy_sub_policy_rules()
15538 sub_policy->rix_hrxq[i] = 0; in __flow_dv_destroy_sub_policy_rules()
16699 sub_policy->rix_hrxq[i]); in __flow_dv_create_policy_acts_rules()
[all …]
H A Dmlx5_flow.h629 uint32_t rix_hrxq; /**< Hash Rx queue object index. */ member
707 uint32_t rix_hrxq; /**< Hash Rx queue object index. */ member
H A Dmlx5.h722 uint32_t rix_hrxq[MLX5_MTR_RTE_COLORS]; member
H A Dmlx5_flow.c1394 dev_handle->rix_hrxq); in flow_drv_rxq_flags_set()
1500 dev_handle->rix_hrxq); in flow_drv_rxq_flags_trim()