Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_dev.c448 struct ecore_llh_info *p_llh_info = p_dev->p_llh_info; in ecore_llh_free() local
451 if (p_llh_info != OSAL_NULL) { in ecore_llh_free()
452 if (p_llh_info->pp_filters != OSAL_NULL) { in ecore_llh_free()
453 for (i = 0; i < p_llh_info->num_ppfid; i++) in ecore_llh_free()
454 OSAL_FREE(p_dev, p_llh_info->pp_filters[i]); in ecore_llh_free()
457 OSAL_FREE(p_dev, p_llh_info->pp_filters); in ecore_llh_free()
460 OSAL_FREE(p_dev, p_llh_info); in ecore_llh_free()
461 p_dev->p_llh_info = OSAL_NULL; in ecore_llh_free()
466 struct ecore_llh_info *p_llh_info; in ecore_llh_alloc() local
469 p_llh_info = OSAL_ZALLOC(p_dev, GFP_KERNEL, sizeof(*p_llh_info)); in ecore_llh_alloc()
[all …]
Decore.h963 struct ecore_llh_info *p_llh_info; member