Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_init_fw_funcs.h52 u16 num_pf_pqs,
124 u16 num_pf_pqs,
H A Decore_init_fw_funcs.c391 u16 num_pf_pqs, in ecore_tx_pq_map_rt_init() argument
404 num_pqs = num_pf_pqs + num_vf_pqs; in ecore_tx_pq_map_rt_init()
429 is_vf_pq = (i >= num_pf_pqs); in ecore_tx_pq_map_rt_init()
697 u16 num_pf_pqs, 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()
758 u16 num_pf_pqs, in ecore_qm_pf_rt_init() argument
785 start_pq, num_pf_pqs, num_vf_pqs, start_vport, other_mem_size_4kb, pq_params, vport_params); in ecore_qm_pf_rt_init()
789 …if (ecore_pf_wfq_rt_init(p_hwfn, port_id, pf_id, pf_wfq, max_phys_tcs_per_port, num_pf_pqs + num_v… in ecore_qm_pf_rt_init()