Home
last modified time | relevance | path

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

/dpdk/lib/sched/
H A Drte_sched.c894 uint32_t size0 = 0, size1 = 0, i; in rte_sched_port_get_memory_footprint() local
921 size0 = sizeof(struct rte_sched_port); in rte_sched_port_get_memory_footprint()
930 return size0 + size1; in rte_sched_port_get_memory_footprint()
937 uint32_t size0, size1, size2; in rte_sched_port_config() local
950 size0 = sizeof(struct rte_sched_port); in rte_sched_port_config()
956 port = rte_zmalloc_socket("qos_params", size0 + size1, in rte_sched_port_config()
1178 uint32_t size0, size1, bmp_mem_size; in rte_sched_subport_config() local
1222 size0 = sizeof(struct rte_sched_subport); in rte_sched_subport_config()
1227 s = rte_zmalloc_socket("subport_params", size0 + size1, in rte_sched_subport_config()
/dpdk/drivers/baseband/acc100/
H A Drte_acc100_pmd.h421 uint16_t size0; member
H A Drte_acc100_pmd.c1350 fcw->hcin_size0 = harq_layout[harq_index].size0; in acc100_fcw_ld_fill()
1407 harq_layout[harq_index].size0 = fcw->hcout_size0; in acc100_fcw_ld_fill()
2806 fcw->hcin_size0 = harq_layout[harq_index].size0; in harq_loopback()