Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dev.c1735 OSAL_FREE(p_hwfn->p_dev, qm_info->qm_port_params); in ecore_qm_info_free()
1736 qm_info->qm_port_params = OSAL_NULL; in ecore_qm_info_free()
1945 &p_hwfn->qm_info.qm_port_params[i]; in ecore_init_qm_port_params()
2275 port = &(qm_info->qm_port_params[i]); in ecore_dp_init_qm_params()
2389 qm_info->qm_port_params = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, in ecore_alloc_qm_data()
2392 if (!qm_info->qm_port_params) in ecore_alloc_qm_data()
2994 qm_info->qm_port_params); in ecore_hw_init_common()
H A Decore.h546 struct init_qm_port_params *qm_port_params; member