Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_nix_bpf.c472 uint8_t num_prof) in roc_nix_bpf_free() argument
479 if (num_prof >= NIX_RX_BAND_PROF_LAYER_MAX) in roc_nix_bpf_free()
486 for (i = 0; i < num_prof; i++) { in roc_nix_bpf_free()
H A Droc_nix.h686 uint8_t num_prof);
/dpdk/drivers/net/ice/
H A Dice_ethdev.c2063 uint16_t *prof_buf, uint16_t *num_prof) in ice_get_hw_res() argument
2089 *num_prof = LE16_TO_CPU(cmd->ops.resp.num_desc); in ice_get_hw_res()
2094 (*num_prof), ICE_NONDMA_TO_NONDMA); in ice_get_hw_res()
2107 uint16_t num_prof = 0; in ice_cleanup_resource() local
2110 first_desc, prof_buf, &num_prof); in ice_cleanup_resource()
2116 for (prof_id = 0; prof_id < num_prof; prof_id++) { in ice_cleanup_resource()