Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_flow_tunnel.h99 uint32_t num_items,
H A Dsfc_flow_tunnel.c330 uint32_t num_items, in sfc_flow_tunnel_item_release() argument
345 if (num_items != 1 || item == NULL || item->spec == NULL || in sfc_flow_tunnel_item_release()
/dpdk/drivers/net/ice/base/
H A Dice_switch.h439 ice_alloc_res_cntr(struct ice_hw *hw, u8 type, u8 alloc_shared, u16 num_items,
442 ice_free_res_cntr(struct ice_hw *hw, u8 type, u8 alloc_shared, u16 num_items,
H A Dice_sched.c2274 u16 num_items, u32 *list) in ice_sched_move_nodes() argument
2285 if (!parent || !num_items) in ice_sched_move_nodes()
2289 if (parent->num_children + num_items > in ice_sched_move_nodes()
2298 for (i = 0; i < num_items; i++) { in ice_sched_move_nodes()
H A Dice_switch.c6369 ice_alloc_res_cntr(struct ice_hw *hw, u8 type, u8 alloc_shared, u16 num_items, in ice_alloc_res_cntr() argument
6382 buf->num_elems = CPU_TO_LE16(num_items); in ice_alloc_res_cntr()
6407 ice_free_res_cntr(struct ice_hw *hw, u8 type, u8 alloc_shared, u16 num_items, in ice_free_res_cntr() argument
6420 buf->num_elems = CPU_TO_LE16(num_items); in ice_free_res_cntr()
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dbnxt_ulp_flow.c654 uint32_t num_items, in bnxt_ulp_tunnel_item_release() argument
668 if (num_items != BNXT_ULP_TUNNEL_OFFLOAD_NUM_ITEMS) { in bnxt_ulp_tunnel_item_release()
/dpdk/app/test-pmd/
H A Dconfig.c2101 uint32_t num_items; in port_flow_tunnel_offload_cmd_prep() local
2112 for (iptr = pattern, num_items = 1; in port_flow_tunnel_offload_cmd_prep()
2114 iptr++, num_items++); in port_flow_tunnel_offload_cmd_prep()
2115 pft->items = malloc((num_items + pft->num_pmd_items) * in port_flow_tunnel_offload_cmd_prep()
2126 num_items * sizeof(pattern[0])); in port_flow_tunnel_offload_cmd_prep()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c826 uint32_t num_items, struct rte_flow_error *err);
10629 uint32_t num_items, struct rte_flow_error *err) in mlx5_flow_tunnel_item_release() argument
10634 .num_elements = num_items, in mlx5_flow_tunnel_item_release()
10726 __rte_unused uint32_t num_items, in mlx5_flow_tunnel_item_release() argument