Home
last modified time | relevance | path

Searched refs:start_vport (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_init_fw_funcs.c354 u8 start_vport, in ecore_tx_pq_map_rt_init() argument
395 vport_id_in_pf = pq_params[i].vport_id - start_vport; in ecore_tx_pq_map_rt_init()
569 u8 start_vport, in ecore_vport_rl_rt_init() argument
576 if (start_vport + num_vports >= MAX_QM_GLOBAL_RLS) { in ecore_vport_rl_rt_init()
582 for (i = 0, vport_id = start_vport; i < num_vports; i++, vport_id++) { in ecore_vport_rl_rt_init()
704 u8 start_vport, 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()
744 if (ecore_vport_rl_rt_init(p_hwfn, start_vport, num_vports, vport_params)) in ecore_qm_pf_rt_init()
H A Decore_init_fw_funcs.h133 u8 start_vport,
H A Decore_vfpf_if.h542 struct vfpf_vport_start_tlv start_vport; member
H A Decore.h529 u8 start_vport; member
H A Decore_dev.c343 qm_info->start_vport = (u8)RESC_START(p_hwfn, ECORE_VPORT); in ecore_init_qm_params()
446 qm_info->qm_pq_params[pq_idx].vport_id = qm_info->start_vport + qm_info->num_vports; in ecore_init_qm_pq()
705 …qm_info->start_pq, qm_info->start_vport, qm_info->pure_lb_pq, qm_info->offload_pq, qm_info->pure_a… in ecore_dp_init_qm_params()
722 qm_info->start_vport + i, vport->vport_rl, vport->vport_wfq); in ecore_dp_init_qm_params()
H A Decore_cxt.c1575 qm_info->start_vport, in ecore_qm_init_pf()