Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_init_fw_funcs.h35 u32 num_pf_cids,
103 u32 num_pf_cids,
H A Decore_init_fw_funcs.c428 u32 num_pf_cids, in ecore_tx_pq_map_rt_init() argument
452 pq_mem_4kb = QM_PQ_MEM_4KB(num_pf_cids); in ecore_tx_pq_map_rt_init()
463 QM_PQ_SIZE_256B(num_pf_cids)); in ecore_tx_pq_map_rt_init()
545 u32 num_pf_cids, in ecore_other_pq_map_rt_init() argument
556 pq_size = num_pf_cids + num_tids; in ecore_other_pq_map_rt_init()
729 u32 num_pf_cids, in ecore_qm_pf_mem_size() argument
735 return QM_PQ_MEM_4KB(num_pf_cids) * num_pf_pqs + in ecore_qm_pf_mem_size()
737 QM_PQ_MEM_4KB(num_pf_cids + num_tids) * QM_OTHER_PQS_PER_PF; in ecore_qm_pf_mem_size()
797 u32 num_pf_cids, in ecore_qm_pf_rt_init() argument
814 other_mem_size_4kb = QM_PQ_MEM_4KB(num_pf_cids + num_tids) * in ecore_qm_pf_rt_init()
[all …]
/f-stack/dpdk/drivers/net/qede/
H A Dqede_debug.c4772 u32 num_pf_cids = in qed_ilt_dump() local
4776 *(dump_buf + offset) = num_pf_cids; in qed_ilt_dump()
4777 valid_conn_pf_cids += num_pf_cids; in qed_ilt_dump()