Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dev.c174 OSAL_FREE(p_hwfn->p_dev, qm_info->qm_port_params); in ecore_qm_info_free()
175 qm_info->qm_port_params = OSAL_NULL; in ecore_qm_info_free()
383 &p_hwfn->qm_info.qm_port_params[i]; in ecore_init_qm_port_params()
713 port = &(qm_info->qm_port_params[i]); in ecore_dp_init_qm_params()
827 qm_info->qm_port_params = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, in ecore_alloc_qm_data()
830 if (!qm_info->qm_port_params) in ecore_alloc_qm_data()
1416 qm_info->qm_port_params); in ecore_hw_init_common()
H A Decore.h527 struct init_qm_port_params *qm_port_params; member