Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_verbs.c1888 if (handle->rix_hrxq && in flow_verbs_remove()
1890 mlx5_hrxq_release(dev, handle->rix_hrxq); in flow_verbs_remove()
1891 handle->rix_hrxq = 0; in flow_verbs_remove()
1985 handle->rix_hrxq = hrxq_idx; in flow_verbs_apply()
2014 if (handle->rix_hrxq && in flow_verbs_apply()
2016 mlx5_hrxq_release(dev, handle->rix_hrxq); in flow_verbs_apply()
2017 handle->rix_hrxq = 0; in flow_verbs_apply()
H A Dmlx5_flow.h553 uint32_t rix_hrxq; /**< Hash Rx queue object index. */ member
638 uint32_t rix_hrxq; /**< Hash Rx queue object index. */ member
H A Dmlx5_flow_dv.c8641 if (act_res->rix_hrxq) { in flow_dv_sample_sub_actions_release()
8643 act_res->rix_hrxq = 0; in flow_dv_sample_sub_actions_release()
8942 if (act_res->rix_hrxq && in flow_dv_dest_array_create_cb()
8944 act_res->rix_hrxq)) in flow_dv_dest_array_create_cb()
8945 act_res->rix_hrxq = 0; in flow_dv_dest_array_create_cb()
9073 sample_idx->rix_hrxq = hrxq_idx; in flow_dv_translate_action_sample()
9079 dev_flow->handle->rix_hrxq = hrxq_idx; in flow_dv_translate_action_sample()
9273 dev_flow->handle->rix_hrxq = hrxq_idx; in flow_dv_create_action_sample()
10760 dh->rix_hrxq = hrxq_idx; in flow_dv_apply()
10800 mlx5_hrxq_release(dev, dh->rix_hrxq); in flow_dv_apply()
[all …]
H A Dmlx5_flow.c1010 dev_handle->rix_hrxq); in flow_drv_rxq_flags_set()
1092 dev_handle->rix_hrxq); in flow_drv_rxq_flags_trim()