Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_l2.c41 u32 **pp_qids; in ecore_l2_alloc() local
63 pp_qids = OSAL_VZALLOC(p_hwfn->p_dev, in ecore_l2_alloc()
66 if (pp_qids == OSAL_NULL) in ecore_l2_alloc()
68 p_l2_info->pp_qid_usage = pp_qids; in ecore_l2_alloc()
71 pp_qids[i] = OSAL_VZALLOC(p_hwfn->p_dev, in ecore_l2_alloc()
73 if (pp_qids[i] == OSAL_NULL) in ecore_l2_alloc()