Searched refs:OSAL_VFREE (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_mng_tlv.c | 1254 OSAL_VFREE(p_hwfn->p_dev, p_tlv_data); in ecore_mfw_update_tlvs() 1291 OSAL_VFREE(p_hwfn->p_dev, p_tlv_data); in ecore_mfw_update_tlvs() 1392 OSAL_VFREE(p_hwfn->p_dev, p_mfw_buf); in ecore_mfw_process_tlv_req()
|
H A D | ecore_l2.c | 142 OSAL_VFREE(p_hwfn->p_dev, in ecore_l2_free() 153 OSAL_VFREE(p_hwfn->p_dev, p_hwfn->p_l2_info->pp_qid_usage); in ecore_l2_free() 157 OSAL_VFREE(p_hwfn->p_dev, p_hwfn->p_l2_info); in ecore_l2_free() 222 OSAL_VFREE(p_hwfn->p_dev, p_cid); in ecore_eth_queue_cid_release() 318 OSAL_VFREE(p_hwfn->p_dev, p_cid); in _ecore_eth_queue_to_cid()
|
H A D | bcm_osal.h | 171 #define OSAL_VFREE(dev, memory) free(memory, M_QLNXBUF) macro
|
H A D | ecore_mcp.c | 3146 OSAL_VFREE(p_hwfn->p_dev, p_buf); in ecore_mcp_ov_get_fc_npiv() 3160 OSAL_VFREE(p_hwfn->p_dev, p_buf); in ecore_mcp_ov_get_fc_npiv()
|
H A D | ecore_sriov.c | 3290 OSAL_VFREE(p_hwfn->p_dev, p_rss_params); in ecore_iov_vf_mbx_vport_update()
|
H A D | ecore_dev.c | 6153 OSAL_VFREE(p_dev, p_chain->pbl.pp_virt_addr_tbl); in ecore_chain_free_pbl()
|