Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_init_fw_funcs.h49 u32 ecore_qm_pf_mem_size(u32 num_pf_cids,
120 u32 num_pf_cids,
H A Decore_init_fw_funcs.c388 u32 num_pf_cids, in ecore_tx_pq_map_rt_init() argument
409 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() argument
507 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() argument
700 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() argument
771 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 …]