Searched refs:pq_size (Results 1 – 1 of 1) sorted by relevance
26 #define QM_PQ_MEM_4KB(pq_size) \ argument27 (pq_size ? DIV_ROUND_UP((pq_size + 1) * QM_PQ_ELEMENT_SIZE, 0x1000) : 0)28 #define QM_PQ_SIZE_256B(pq_size) \ argument29 (pq_size ? DIV_ROUND_UP(pq_size, 0x100) - 1 : 0)549 u32 pq_size, pq_mem_4kb, mem_addr_4kb; in ecore_other_pq_map_rt_init() local556 pq_size = num_pf_cids + num_tids; in ecore_other_pq_map_rt_init()557 pq_mem_4kb = QM_PQ_MEM_4KB(pq_size); in ecore_other_pq_map_rt_init()566 QM_PQ_SIZE_256B(pq_size)); in ecore_other_pq_map_rt_init()