Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_flow.h41 int indirect_type; member
H A Dhns3_flow.c360 if (indir->indirect_type != HNS3_INDIRECT_ACTION_TYPE_COUNT) in hns3_handle_action_indirect()
2211 handle->indirect_type = HNS3_INDIRECT_ACTION_TYPE_COUNT; in hns3_flow_action_create()
2233 if (handle->indirect_type != HNS3_INDIRECT_ACTION_TYPE_COUNT) { in hns3_flow_action_destroy()
2274 if (handle->indirect_type != HNS3_INDIRECT_ACTION_TYPE_COUNT) { in hns3_flow_action_query()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.h1010 uint32_t indirect_type:2; /**< Indirect action type. */ member
H A Dmlx5_flow_dv.c13523 flow->indirect_type = in flow_dv_translate()
14763 if (flow->indirect_type == MLX5_INDIRECT_ACTION_TYPE_CT && flow->ct) in flow_dv_destroy()