Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Dbcm_osal.h91 #define OSAL_ALLOC(dev, GFP, size) rte_malloc("qede", size, 0) macro
181 #define OSAL_DPC_ALLOC(hwfn) OSAL_ALLOC(hwfn, GFP, sizeof(osal_dpc_t))
H A Decore_dcbx.c1287 dcbx_info = OSAL_ALLOC(p_hwfn->p_dev, GFP_KERNEL, in ecore_dcbx_get_config_params()
1565 p_dcbx_info = OSAL_ALLOC(p_hwfn->p_dev, GFP_KERNEL, in ecore_dcbx_get_dscp_priority()
H A Decore_hw.c49 struct ecore_ptt_pool *p_pool = OSAL_ALLOC(p_hwfn->p_dev, in ecore_ptt_pool_alloc()
H A Decore_int.c1462 p_sb = OSAL_ALLOC(p_dev, GFP_KERNEL, sizeof(*p_sb)); in ecore_int_sb_attn_alloc()
H A Decore_mcp.c3708 nvm_info.image_att = OSAL_ALLOC(p_hwfn->p_dev, GFP_KERNEL, in ecore_mcp_nvm_info_populate()