Searched refs:OSAL_ALLOC (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | bcm_osal.h | 165 #define OSAL_ALLOC(dev, GFP, size) qlnx_zalloc(size) macro
|
H A D | ecore_dcbx.c | 1454 dcbx_info = OSAL_ALLOC(p_hwfn->p_dev, GFP_KERNEL, in ecore_dcbx_get_config_params() 1732 p_dcbx_info = OSAL_ALLOC(p_hwfn->p_dev, GFP_KERNEL, in ecore_dcbx_get_dscp_priority()
|
H A D | ecore_hw.c | 79 struct ecore_ptt_pool *p_pool = OSAL_ALLOC(p_hwfn->p_dev, in ecore_ptt_pool_alloc()
|
H A D | ecore_int.c | 1413 p_sb = OSAL_ALLOC(p_dev, GFP_KERNEL, sizeof(*p_sb)); in ecore_int_sb_attn_alloc() 1803 p_sb = OSAL_ALLOC(p_hwfn->p_dev, GFP_KERNEL, sizeof(*p_sb)); in ecore_int_sp_sb_alloc()
|