Searched refs:cq_alloc_depth (Results 1 – 2 of 2) sorted by relevance
264 int ret, cq_alloc_depth; in dlb2_pf_ldb_port_create() local282 cq_alloc_depth = RTE_MAX(cfg->cq_depth, DLB2_MIN_HARDWARE_CQ_DEPTH); in dlb2_pf_ldb_port_create()283 alloc_sz = cq_alloc_depth * qe_sz; in dlb2_pf_ldb_port_create()
280 int alloc_sz, qe_sz, cq_alloc_depth; in dlb_pf_ldb_port_create() local297 cq_alloc_depth = RTE_MAX(cfg->cq_depth, DLB_MIN_HARDWARE_CQ_DEPTH); in dlb_pf_ldb_port_create()302 alloc_sz = 2 * RTE_CACHE_LINE_SIZE + cq_alloc_depth * qe_sz; in dlb_pf_ldb_port_create()