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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_l2.c75 unsigned long **pp_qids; local
97 pp_qids = OSAL_VZALLOC(p_hwfn->p_dev,
100 if (pp_qids == OSAL_NULL)
102 p_l2_info->pp_qid_usage = pp_qids;
105 pp_qids[i] = OSAL_VZALLOC(p_hwfn->p_dev,
107 if (pp_qids[i] == OSAL_NULL)

Completed in 46 milliseconds