Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_l2.c70 unsigned long **pp_qids; in ecore_l2_alloc() local
92 pp_qids = OSAL_VZALLOC(p_hwfn->p_dev, in ecore_l2_alloc()
95 if (pp_qids == OSAL_NULL) in ecore_l2_alloc()
97 p_l2_info->pp_qid_usage = pp_qids; in ecore_l2_alloc()
100 pp_qids[i] = OSAL_VZALLOC(p_hwfn->p_dev, in ecore_l2_alloc()
102 if (pp_qids[i] == OSAL_NULL) in ecore_l2_alloc()