Home
last modified time | relevance | path

Searched refs:num_vf_pqs (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_init_fw_funcs.h62 u16 num_vf_pqs);
132 u16 num_vf_pqs,
H A Decore_init_fw_funcs.c353 u16 num_vf_pqs, in ecore_tx_pq_map_rt_init() argument
365 num_pqs = num_pf_pqs + num_vf_pqs; in ecore_tx_pq_map_rt_init()
642 u16 num_vf_pqs) in ecore_qm_pf_mem_size() argument
645 QM_PQ_MEM_4KB(num_vf_cids) * num_vf_pqs + in ecore_qm_pf_mem_size()
703 u16 num_vf_pqs, in ecore_qm_pf_rt_init() argument
728 start_pq, num_pf_pqs, num_vf_pqs, start_vport, other_mem_size_4kb, pq_params, vport_params); in ecore_qm_pf_rt_init()
732 …rt_init(p_hwfn, port_id, pf_id, pf_wfq, max_phys_tcs_per_port, num_pf_pqs + num_vf_pqs, pq_params)) in ecore_qm_pf_rt_init()
H A Decore_cxt.c787 p_hwfn->qm_info.num_vf_pqs); in ecore_cxt_cfg_ilt_compute()
792 p_hwfn->qm_info.num_pqs, p_hwfn->qm_info.num_vf_pqs, total); in ecore_cxt_cfg_ilt_compute()
1573 qm_info->num_pqs - qm_info->num_vf_pqs, in ecore_qm_init_pf()
1574 qm_info->num_vf_pqs, in ecore_qm_init_pf()
H A Decore.h539 u16 num_vf_pqs; member
H A Decore_dev.c405 qm_info->num_vf_pqs = 0; in ecore_init_qm_reset_params()
628 qm_info->num_vf_pqs = num_vfs; in ecore_init_qm_vf_pqs()
707 …qm_info->ooo_pq, qm_info->first_vf_pq, qm_info->num_pqs, qm_info->num_vf_pqs, qm_info->num_vports,… in ecore_dp_init_qm_params()