Home
last modified time | relevance | path

Searched refs:rte_flow_item_raw (Results 1 – 18 of 18) sorted by relevance

/dpdk/drivers/net/dpaa2/
H A Ddpaa2_mux.c163 const struct rte_flow_item_raw *spec; in rte_pmd_dpaa2_mux_flow_create()
165 spec = (const struct rte_flow_item_raw *)pattern[0]->spec; in rte_pmd_dpaa2_mux_flow_create()
H A Ddpaa2_flow.c2882 const struct rte_flow_item_raw *spec = pattern->spec; in dpaa2_configure_flow_raw()
2883 const struct rte_flow_item_raw *mask = pattern->mask; in dpaa2_configure_flow_raw()
/dpdk/lib/ethdev/
H A Drte_flow.c106 MK_FLOW_ITEM(RAW, sizeof(struct rte_flow_item_raw)),
552 const struct rte_flow_item_raw *raw; in rte_flow_conv_item_spec()
555 const struct rte_flow_item_raw *raw; in rte_flow_conv_item_spec()
558 const struct rte_flow_item_raw *raw; in rte_flow_conv_item_spec()
561 const struct rte_flow_item_raw *raw; in rte_flow_conv_item_spec()
564 struct rte_flow_item_raw *raw; in rte_flow_conv_item_spec()
575 (&(struct rte_flow_item_raw){ in rte_flow_conv_item_spec()
H A Drte_flow.h836 struct rte_flow_item_raw { struct
848 static const struct rte_flow_item_raw rte_flow_item_raw_mask = { argument
/dpdk/drivers/net/cnxk/
H A Dcnxk_flow.c59 sizeof(struct rte_flow_item_raw)},
/dpdk/drivers/net/enic/
H A Denic_flow.c947 const struct rte_flow_item_raw *spec = item->spec; in enic_copy_item_raw_v2()
948 const struct rte_flow_item_raw *mask = item->mask; in enic_copy_item_raw_v2()
H A Denic_fm_flow.c953 const struct rte_flow_item_raw *spec = item->spec; in enic_fm_copy_item_raw()
954 const struct rte_flow_item_raw *mask = item->mask; in enic_fm_copy_item_raw()
/dpdk/drivers/net/e1000/
H A Digb_flow.c1049 const struct rte_flow_item_raw *raw_spec; in cons_parse_flex_filter()
1050 const struct rte_flow_item_raw *raw_mask; in cons_parse_flex_filter()
/dpdk/drivers/net/mvpp2/
H A Dmrvl_flow.c1238 const struct rte_flow_item_raw *spec = NULL, *mask = NULL; in mrvl_parse_raw()
1246 sizeof(struct rte_flow_item_raw), error); in mrvl_parse_raw()
/dpdk/app/test-pmd/
H A Dcmdline_flow.c625 (sizeof(struct rte_flow_item_raw) + ITEM_RAW_PATTERN_SIZE)
3536 .args = ARGS(ARGS_ENTRY_BF(struct rte_flow_item_raw,
3543 .args = ARGS(ARGS_ENTRY_BF(struct rte_flow_item_raw,
3550 .args = ARGS(ARGS_ENTRY(struct rte_flow_item_raw, offset)),
3556 .args = ARGS(ARGS_ENTRY(struct rte_flow_item_raw, limit)),
3566 .args = ARGS(ARGS_ENTRY(struct rte_flow_item_raw, pattern),
3567 ARGS_ENTRY(struct rte_flow_item_raw, length),
3568 ARGS_ENTRY_ARB(sizeof(struct rte_flow_item_raw),
3579 .args = ARGS(ARGS_ENTRY(struct rte_flow_item_raw, pattern),
3580 ARGS_ENTRY(struct rte_flow_item_raw, length),
[all …]
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_flow.c309 const struct rte_flow_item_raw *item_raw_spec = item->spec; in flow_item_raw_preprocess()
310 const struct rte_flow_item_raw *item_raw_mask = item->mask; in flow_item_raw_preprocess()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_flow.c1555 const struct rte_flow_item_raw *raw_mask; in txgbe_parse_fdir_filter_normal()
1556 const struct rte_flow_item_raw *raw_spec; in txgbe_parse_fdir_filter_normal()
/dpdk/doc/guides/nics/
H A Dcnxk.rst409 The below fields of ``struct rte_flow_item_raw`` shall be used to specify the
/dpdk/drivers/net/ice/
H A Dice_hash.c653 const struct rte_flow_item_raw *raw_spec, *raw_mask; in ice_hash_parse_raw_pattern()
H A Dice_fdir_filter.c1800 const struct rte_flow_item_raw *raw_spec, *raw_mask; in ice_fdir_parse_pattern()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_flow.c1613 const struct rte_flow_item_raw *raw_mask; in ixgbe_parse_fdir_filter_normal()
1614 const struct rte_flow_item_raw *raw_spec; in ixgbe_parse_fdir_filter_normal()
/dpdk/drivers/net/i40e/
H A Di40e_flow.c2209 const struct rte_flow_item_raw *raw_spec, in i40e_flow_check_raw_item()
2367 const struct rte_flow_item_raw *raw_spec, *raw_mask; in i40e_flow_parse_fdir_pattern()
/dpdk/doc/guides/rel_notes/
H A Drelease_18_05.rst497 array from RAW pattern item (``struct rte_flow_item_raw``), complete