Home
last modified time | relevance | path

Searched refs:masks (Results 1 – 25 of 27) sorted by relevance

12

/dpdk/drivers/net/dpaa2/mc/
H A Ddpkg.c67 extr->masks[j].mask = cfg->extracts[i].masks[j].mask; in dpkg_prepare_key_cfg()
68 extr->masks[j].offset = in dpkg_prepare_key_cfg()
69 cfg->extracts[i].masks[j].offset; in dpkg_prepare_key_cfg()
H A Dfsl_dpkg.h128 struct dpkg_mask masks[DPKG_NUM_OF_MASKS]; member
172 struct dpni_mask_cfg masks[4]; member
/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c3114 if (hw->blk[blk].masks.masks[i].in_use && in ice_prof_has_mask_idx()
3441 ice_memset(hw->blk[blk].masks.masks, 0, in ice_init_prof_masks()
3483 if (hw->blk[blk].masks.masks[i].in_use) { in ice_alloc_prof_mask()
3513 hw->blk[blk].masks.masks[i].mask = mask; in ice_alloc_prof_mask()
3514 hw->blk[blk].masks.masks[i].idx = idx; in ice_alloc_prof_mask()
3515 hw->blk[blk].masks.masks[i].ref = 0; in ice_alloc_prof_mask()
3519 hw->blk[blk].masks.masks[i].ref++; in ice_alloc_prof_mask()
3551 hw->blk[blk].masks.masks[mask_idx].ref--; in ice_free_prof_mask()
3612 hw->blk[blk].masks.masks[i].idx = 0; in ice_shutdown_prof_masks()
3613 hw->blk[blk].masks.masks[i].mask = 0; in ice_shutdown_prof_masks()
[all …]
H A Dice_flex_pipe.h68 struct ice_fv_word *es, u16 *masks, bool fd_swap);
H A Dice_flex_type.h961 struct ice_mask masks[ICE_PROF_MASK_COUNT]; member
971 struct ice_masks masks; member
/dpdk/lib/table/
H A Drte_lru_x86.h39 static uint64_t masks[10] = { \
59 __m128i k = _mm_shuffle_epi8(b, *((__m128i *) &masks[2 * pos]));\
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_hw.c552 struct rte_flow_action *masks = at->masks; in flow_hw_actions_translate() local
595 if (masks->conf) in flow_hw_actions_translate()
599 (masks->conf))->id); in flow_hw_actions_translate()
608 if (masks->conf) { in flow_hw_actions_translate()
627 if (masks->conf) { in flow_hw_actions_translate()
644 if (masks->conf) { in flow_hw_actions_translate()
666 masks->conf)->definition; in flow_hw_actions_translate()
1639 NULL, 0, masks, error); in flow_hw_actions_template_create()
1660 len - act_len, masks, error); in flow_hw_actions_template_create()
1669 actions++, masks++, i++) { in flow_hw_actions_template_create()
[all …]
H A Dmlx5_flow.h1078 struct rte_flow_action *masks; /* Cached action masks.*/ member
1432 const struct rte_flow_action masks[],
H A Dmlx5_flow.c871 const struct rte_flow_action masks[],
8407 const struct rte_flow_action masks[], in mlx5_flow_actions_template_create() argument
8420 return fops->actions_template_create(dev, attr, actions, masks, error); in mlx5_flow_actions_template_create()
/dpdk/doc/guides/sample_app_ug/
H A Deventdev_pipeline.rst60 pipeline, please check core masks (use -h for details on setting core masks):
H A Dl2_forward_cat.rst99 masks (``code_cbm`` and ``data_cbm``) is used.
/dpdk/lib/ethdev/
H A Drte_flow_driver.h184 const struct rte_flow_action masks[],
H A Drte_flow.c1551 const struct rte_flow_action masks[], in rte_flow_actions_template_create() argument
1587 if (masks == NULL) { in rte_flow_actions_template_create()
1598 actions, masks, error); in rte_flow_actions_template_create()
H A Drte_flow.h5191 const struct rte_flow_action masks[],
/dpdk/doc/guides/nics/
H A Dmvpp2.rst493 From the user perspective maskable mode means that masks specified
494 via flow rules are respected. In case of exact match mode, masks
539 Even though each item has partial mask set, masks will be ignored.
550 * Following fields cannot be partially masked (all masks are treated as
H A Dtap.rst110 - eth: src and dst (with variable masks), and eth_type (0xffff mask).
112 - ipv4/6: src and dst (with variable masks), and ip_proto (0xffff mask).
H A Dmlx5.rst214 Class/Type/Length fields must be specified as well as masks.
215 Class/Type/Length specified masks must be full.
/dpdk/doc/guides/prog_guide/
H A Dmember_lib.rst250 represents a sub-table with rules defined by a certain flow mask. The flow masks
255 unique masks and hence, a large number of target sets each corresponding to one
H A Drte_flow.rst764 bit-masks. They must be specified (stacked) from lowest to highest protocol
3479 bit-masks are unsupported).
3710 const struct rte_flow_action masks[],
4272 Global bit-masks
4275 Each flow rule comes with its own, per-layer bit-masks, while hardware may
4277 two IPv4 rules cannot use different bit-masks.
4280 global bit-masks according to the needs of the first flow rule created.
4282 Subsequent rules are allowed only if their bit-masks match those, the
/dpdk/doc/guides/tools/
H A Dflow-perf.rst17 give different flow each time, and all other items will have open masks.
/dpdk/app/test-pmd/
H A Dtestpmd.h927 const struct rte_flow_action *masks);
H A Dcmdline_flow.c1007 struct rte_flow_action *masks; member
8763 out->args.vc.masks = in parse_template()
8768 ctx->object = out->args.vc.masks; in parse_template()
10457 in->args.vc.masks); in cmd_flow_parsed()
H A Dconfig.c2321 const struct rte_flow_action *masks) in port_flow_actions_template_create() argument
2338 attr, actions, masks, &error); in port_flow_actions_template_create()
/dpdk/drivers/net/dpaa/fmlib/
H A Dfm_pcd_ext.h1289 masks[IOC_FM_PCD_KG_NUM_OF_EXTRACT_MASKS]; member
/dpdk/doc/guides/rel_notes/
H A Drelease_21_11.rst95 with desired patterns and masks.

12