Home
last modified time | relevance | path

Searched refs:OSAL_ALLOC (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Dbcm_osal.h102 #define OSAL_ALLOC(_edev, _flags, _size) \ macro
315 #define OSAL_DPC_ALLOC(hwfn) OSAL_ALLOC(hwfn->p_dev, GFP_KERNEL, sizeof (u64))
H A Decore_hw.c70 struct ecore_ptt_pool *p_pool = OSAL_ALLOC(p_hwfn->p_dev, in ecore_ptt_pool_alloc()
H A Decore_int.c1313 p_sb = OSAL_ALLOC(p_dev, GFP_KERNEL, sizeof(*p_sb)); in ecore_int_sb_attn_alloc()
1701 p_sb = OSAL_ALLOC(p_hwfn->p_dev, GFP_KERNEL, sizeof(*p_sb)); in ecore_int_sp_sb_alloc()
H A Decore_dcbx.c1452 dcbx_info = OSAL_ALLOC(p_hwfn->p_dev, GFP_KERNEL, in ecore_dcbx_get_config_params()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt33 - void* OSAL_ALLOC(struct *ecore_dev, u32 mode, u32 size)
41 Like OSAL_ALLOC, only the memory [if succesfully allocated] should be set
45 Like OSAL_ALLOC, only this allocates memory sufficient for `num' elements,
49 Allocate `size' memory for said device, but as opposed to OSAL_ALLOC,