Home
last modified time | relevance | path

Searched refs:OSAL_ZALLOC (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_init_ops.c149 rt_data->b_valid = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, in ecore_init_alloc()
154 rt_data->init_val = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, in ecore_init_alloc()
506 p_hwfn->unzip_buf = OSAL_ZALLOC(p_hwfn->p_dev, GFP_ATOMIC,
H A Decore_spq.c486 p_eq = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, sizeof(*p_eq)); in ecore_eq_alloc()
622 OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, sizeof(struct ecore_spq)); in ecore_spq_alloc()
698 p_ent = OSAL_ZALLOC(p_hwfn->p_dev, GFP_ATOMIC, sizeof(*p_ent)); in ecore_spq_get_entry()
1082 p_consq = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, sizeof(*p_consq)); in ecore_consq_alloc()
H A Decore_selftest.c167 buf = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, image_att.len); in ecore_selftest_nvram()
H A Decore_cxt.c966 p_mngr->t2 = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, in ecore_cxt_src_t2_alloc()
1133 p_mngr->ilt_shadow = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, in ecore_ilt_shadow_alloc()
1203 p_map->cid_map = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, size); in ecore_cid_map_alloc_single()
1260 p_mngr = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, sizeof(*p_mngr)); in ecore_cxt_mngr_alloc()
H A Dbcm_osal.h107 #define OSAL_ZALLOC(_edev, _flags, _size) \ macro
H A Decore_dev.c815 qm_info->qm_pq_params = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, in ecore_alloc_qm_data()
821 qm_info->qm_vport_params = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, in ecore_alloc_qm_data()
827 qm_info->qm_port_params = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, in ecore_alloc_qm_data()
833 qm_info->wfq_data = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, in ecore_alloc_qm_data()
864 p_dev->fw_data = OSAL_ZALLOC(p_dev, GFP_KERNEL, in ecore_resc_alloc()
1051 p_dev->reset_stats = OSAL_ZALLOC(p_dev, GFP_KERNEL, in ecore_resc_alloc()
H A Decore_mcp.c212 p_hwfn->mcp_info = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, in ecore_mcp_cmd_init()
227 p_info->mfw_mb_cur = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, size); in ecore_mcp_cmd_init()
228 p_info->mfw_mb_shadow = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, size); in ecore_mcp_cmd_init()
H A Decore_dcbx.c1069 p_hwfn->p_dcbx_info = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, in ecore_dcbx_info_alloc()
H A Decore_int.c2204 p_hwfn->hw_info.p_igu_info = OSAL_ZALLOC(p_hwfn->p_dev, in ecore_int_igu_read_cam()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt40 - void* OSAL_ZALLOC(struct *ecore_dev, u32 mode, u32 size)