Searched refs:num_elems (Results 1 – 10 of 10) sorted by relevance
| /f-stack/dpdk/lib/librte_rcu/ |
| H A D | rte_rcu_qsbr.c | 73 v->num_elems = RTE_ALIGN_MUL_CEIL(max_threads, in rte_rcu_qsbr_init() 233 for (i = 0; i < v->num_elems; i++) { in rte_rcu_qsbr_dump() 254 for (i = 0; i < v->num_elems; i++) { in rte_rcu_qsbr_dump()
|
| H A D | rte_rcu_qsbr.h | 109 uint32_t num_elems __rte_cache_aligned; 532 i < v->num_elems; in __rte_rcu_qsbr_check_selective()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_ring.c | 849 unsigned int api_type, num_elems; in test_ring_burst_bulk_tests4() local 892 num_elems = MAX_BULK - 3; in test_ring_burst_bulk_tests4() 894 num_elems = MAX_BULK; in test_ring_burst_bulk_tests4() 896 ret = test_ring_enq_impl(r, cur_src, esize[i], num_elems, in test_ring_burst_bulk_tests4() 925 num_elems = MAX_BULK - 3; in test_ring_burst_bulk_tests4() 927 num_elems = MAX_BULK; in test_ring_burst_bulk_tests4() 928 ret = test_ring_deq_impl(r, cur_dst, esize[i], num_elems, in test_ring_burst_bulk_tests4()
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_sched.c | 245 buf->hdr.num_elems = CPU_TO_LE16(num_nodes); in ice_sched_remove_elems() 1184 u16 num_elems; in ice_sched_init_port() local 1212 num_elems = LE16_TO_CPU(buf[0].hdr.num_elems); in ice_sched_init_port() 1215 if (num_elems < 1 || num_elems > ICE_AQC_TOPO_MAX_LEVEL_NUM) { in ice_sched_init_port() 1217 num_elems); in ice_sched_init_port() 1225 if (num_elems > 2 && buf[0].generic[num_elems - 1].data.elem_type == in ice_sched_init_port() 1240 num_elems = LE16_TO_CPU(buf[i].hdr.num_elems); in ice_sched_init_port() 1243 for (j = 1; j < num_elems; j++) { in ice_sched_init_port() 2284 buf->hdr.num_elems = CPU_TO_LE16(1); in ice_sched_move_nodes() 2901 u16 num_elems = 1; in ice_sched_update_elem() local [all …]
|
| H A D | ice_switch.c | 1845 *num_elems = LE16_TO_CPU(cmd->num_elems); in ice_aq_get_sw_cfg() 1868 sw_buf->num_elems = CPU_TO_LE16(1); in ice_alloc_rss_global_lut() 1895 u16 buf_len, num_elems = 1; in ice_free_rss_global_lut() local 1903 sw_buf->num_elems = CPU_TO_LE16(num_elems); in ice_free_rss_global_lut() 1945 sw_buf->num_elems = CPU_TO_LE16(1); in ice_alloc_sw() 2026 sw_buf->num_elems = CPU_TO_LE16(1); in ice_free_sw() 2559 sw_buf->num_elems = CPU_TO_LE16(1); in ice_aq_alloc_free_vsi_list() 2843 sw_buf->num_elems = CPU_TO_LE16(1); in ice_alloc_recipe() 2892 u16 num_elems; in ice_get_initial_sw_cfg() local 2913 &req_desc, &num_elems, NULL); in ice_get_initial_sw_cfg() [all …]
|
| H A D | ice_adminq_cmd.h | 198 __le16 num_elems; member 317 __le16 num_elems; member 989 __le16 num_elems; member 1042 __le16 num_elems; member
|
| H A D | ice_common.c | 1740 buf->num_elems = CPU_TO_LE16(num); in ice_alloc_hw_res() 1778 buf->num_elems = CPU_TO_LE16(num); in ice_free_hw_res()
|
| /f-stack/dpdk/drivers/net/qede/ |
| H A D | qede_if.h | 150 uint32_t num_elems,
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_dev_api.h | 438 u32 num_elems,
|
| H A D | ecore_dev.c | 6116 u32 num_elems, osal_size_t elem_size, in ecore_chain_alloc() argument 6126 page_cnt = ECORE_CHAIN_PAGE_CNT(num_elems, elem_size, mode); in ecore_chain_alloc() 6134 intended_use, mode, cnt_type, num_elems, elem_size); in ecore_chain_alloc()
|