Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_init_fw_funcs.c349 u32 num_pf_cids, in ecore_tx_pq_map_rt_init() argument
370 pq_mem_4kb = QM_PQ_MEM_4KB(num_pf_cids); in ecore_tx_pq_map_rt_init()
379 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()
446 u32 num_pf_cids, in ecore_other_pq_map_rt_init() argument
457 pq_size = num_pf_cids + num_tids; in ecore_other_pq_map_rt_init()
638 u32 num_pf_cids, in ecore_qm_pf_mem_size() argument
644 return QM_PQ_MEM_4KB(num_pf_cids) * num_pf_pqs + in ecore_qm_pf_mem_size()
646 QM_PQ_MEM_4KB(num_pf_cids + num_tids) * QM_OTHER_PQS_PER_PF; in ecore_qm_pf_mem_size()
698 u32 num_pf_cids, in ecore_qm_pf_rt_init() argument
714 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 …]
H A Decore_init_fw_funcs.h58 u32 num_pf_cids,
127 u32 num_pf_cids,