Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_init_fw_funcs.c57 #define QM_PQ_MEM_4KB(pq_size) (pq_size ? DIV_ROUND_UP((pq_size + 1) * \ argument
60 #define QM_PQ_SIZE_256B(pq_size) (pq_size ? DIV_ROUND_UP(pq_size, \ argument
565 u32 pq_size, pq_mem_4kb, mem_addr_4kb; in qed_other_pq_map_rt_init() local
572 pq_size = num_pf_cids + num_tids; in qed_other_pq_map_rt_init()
573 pq_mem_4kb = QM_PQ_MEM_4KB(pq_size); in qed_other_pq_map_rt_init()
582 QM_PQ_SIZE_256B(pq_size)); in qed_other_pq_map_rt_init()