Searched refs:num_pf_cids (Results 1 – 2 of 2) sorted by relevance
49 u32 ecore_qm_pf_mem_size(u32 num_pf_cids,120 u32 num_pf_cids,
388 u32 num_pf_cids, in ecore_tx_pq_map_rt_init() argument409 pq_mem_4kb = QM_PQ_MEM_4KB(num_pf_cids); in ecore_tx_pq_map_rt_init()418 STORE_RT_REG(p_hwfn, QM_REG_MAXPQSIZE_0_RT_OFFSET, QM_PQ_SIZE_256B(num_pf_cids)); in ecore_tx_pq_map_rt_init()496 u32 num_pf_cids, in ecore_other_pq_map_rt_init() argument507 pq_size = num_pf_cids + num_tids; in ecore_other_pq_map_rt_init()694 u32 ecore_qm_pf_mem_size(u32 num_pf_cids, in ecore_qm_pf_mem_size() argument700 return QM_PQ_MEM_4KB(num_pf_cids) * num_pf_pqs + in ecore_qm_pf_mem_size()702 QM_PQ_MEM_4KB(num_pf_cids + num_tids) * QM_OTHER_PQS_PER_PF; in ecore_qm_pf_mem_size()754 u32 num_pf_cids, in ecore_qm_pf_rt_init() argument771 other_mem_size_4kb = QM_PQ_MEM_4KB(num_pf_cids + num_tids) * QM_OTHER_PQS_PER_PF; in ecore_qm_pf_rt_init()[all …]