Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_l2.c61 unsigned long **pp_qid_usage; member
97 p_l2_info->pp_qid_usage = pp_qids; in ecore_l2_alloc()
131 if (p_hwfn->p_l2_info->pp_qid_usage == OSAL_NULL) in ecore_l2_free()
136 if (p_hwfn->p_l2_info->pp_qid_usage[i] == OSAL_NULL) in ecore_l2_free()
139 p_hwfn->p_l2_info->pp_qid_usage[i]); in ecore_l2_free()
148 OSAL_VFREE(p_hwfn->p_dev, p_hwfn->p_l2_info->pp_qid_usage); in ecore_l2_free()
174 first = (u8)OSAL_FIND_FIRST_ZERO_BIT(p_l2_info->pp_qid_usage[queue_id], in ecore_eth_queue_qid_usage_add()
181 OSAL_SET_BIT(first, p_l2_info->pp_qid_usage[queue_id]); in ecore_eth_queue_qid_usage_add()
195 p_hwfn->p_l2_info->pp_qid_usage[p_cid->rel.queue_id]); in ecore_eth_queue_qid_usage_del()