Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_l2.c73 unsigned long **pp_qids; in ecore_l2_alloc() local
95 pp_qids = OSAL_VZALLOC(p_hwfn->p_dev, in ecore_l2_alloc()
98 if (pp_qids == OSAL_NULL) in ecore_l2_alloc()
100 p_l2_info->pp_qid_usage = pp_qids; in ecore_l2_alloc()
103 pp_qids[i] = OSAL_VZALLOC(p_hwfn->p_dev, in ecore_l2_alloc()
105 if (pp_qids[i] == OSAL_NULL) in ecore_l2_alloc()