Home
last modified time | relevance | path

Searched refs:rte_flow_item_flex (Results 1 – 6 of 6) sorted by relevance

/dpdk/lib/ethdev/
H A Drte_flow.c71 struct rte_flow_item_flex *dst = buf; in rte_flow_item_flex_conv()
72 const struct rte_flow_item_flex *src = data; in rte_flow_item_flex_conv()
160 MK_FLOW_ITEM_FN(FLEX, sizeof(struct rte_flow_item_flex),
H A Drte_flow.h2049 struct rte_flow_item_flex { struct
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_flex.c117 mlx5_flex_get_bitfield(const struct rte_flow_item_flex *item, in mlx5_flex_get_bitfield()
225 const struct rte_flow_item_flex *spec, *mask; in mlx5_flex_flow_translate_item()
H A Dmlx5_flow_dv.c6746 const struct rte_flow_item_flex *flow_spec = item->spec; in flow_dv_validate_item_flex()
6747 const struct rte_flow_item_flex *flow_mask = item->mask; in flow_dv_validate_item_flex()
10389 const struct rte_flow_item_flex *spec = in flow_dv_translate_item_flex()
10390 (const struct rte_flow_item_flex *)item->spec; in flow_dv_translate_item_flex()
/dpdk/app/test-pmd/
H A Dcmdline_flow.c4770 .priv = PRIV_ITEM(FLEX, sizeof(struct rte_flow_item_flex)),
4779 .args = ARGS(ARGS_ENTRY(struct rte_flow_item_flex, handle)),
4786 .args = ARGS(ARGS_ENTRY(struct rte_flow_item_flex, pattern)),
9816 struct rte_flow_item_flex *spec, *mask; in parse_flex_handle()
9817 const struct rte_flow_item_flex *src_spec, *src_mask; in parse_flex_handle()
9836 if (offset == offsetof(struct rte_flow_item_flex, handle)) { in parse_flex_handle()
9838 struct rte_flow_item_flex *item_flex = ctx->object; in parse_flex_handle()
9850 } else if (offset == offsetof(struct rte_flow_item_flex, pattern)) { in parse_flex_handle()
9852 ((struct rte_flow_item_flex *)ctx->object)->pattern; in parse_flex_handle()
11057 ((const struct rte_flow_item_flex *) in cmd_set_raw_parsed()
H A Dtestpmd.h349 struct rte_flow_item_flex spec, mask;