Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_hw.c1630 int len, act_len, mask_len, i; in flow_hw_actions_template_create() local
1633 act_len = rte_flow_conv(RTE_FLOW_CONV_OP_ACTIONS, in flow_hw_actions_template_create()
1635 if (act_len <= 0) in flow_hw_actions_template_create()
1637 len = RTE_ALIGN(act_len, 16); in flow_hw_actions_template_create()
1653 act_len = rte_flow_conv(RTE_FLOW_CONV_OP_ACTIONS, at->actions, len, in flow_hw_actions_template_create()
1655 if (act_len <= 0) in flow_hw_actions_template_create()
1658 (((uint8_t *)at->actions) + act_len); in flow_hw_actions_template_create()
1660 len - act_len, masks, error); in flow_hw_actions_template_create()