Searched refs:pq_size (Results 1 – 1 of 1) sorted by relevance
56 #define QM_PQ_MEM_4KB(pq_size) (pq_size ? DIV_ROUND_UP((pq_size + 1) * QM_PQ_ELEMENT_SIZE, 0x1000… argument57 #define QM_PQ_SIZE_256B(pq_size) (pq_size ? DIV_ROUND_UP(pq_size, 0x100) - 1 : 0) argument500 u32 pq_size, pq_mem_4kb, mem_addr_4kb; in ecore_other_pq_map_rt_init() local507 pq_size = num_pf_cids + num_tids; in ecore_other_pq_map_rt_init()508 pq_mem_4kb = QM_PQ_MEM_4KB(pq_size); in ecore_other_pq_map_rt_init()515 STORE_RT_REG(p_hwfn, QM_REG_MAXPQSIZE_2_RT_OFFSET, QM_PQ_SIZE_256B(pq_size)); in ecore_other_pq_map_rt_init()