X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fqede%2Fbase%2Fecore_init_ops.h;h=0cbf293b341ca62c869b231950cc6f65116e2e28;hb=8716f9942a408a79a114ac0496e4e7d55bc9944c;hp=7ca00e4e089f00c5cf6c8e042920b77df7c11d65;hpb=9adde217205959bd74c500a19dca20abfd13bcb6;p=dpdk.git diff --git a/drivers/net/qede/base/ecore_init_ops.h b/drivers/net/qede/base/ecore_init_ops.h index 7ca00e4e08..0cbf293b34 100644 --- a/drivers/net/qede/base/ecore_init_ops.h +++ b/drivers/net/qede/base/ecore_init_ops.h @@ -1,9 +1,7 @@ -/* +/* SPDX-License-Identifier: BSD-3-Clause * Copyright (c) 2016 - 2018 Cavium Inc. * All rights reserved. * www.cavium.com - * - * See LICENSE.qede_pmd for copyright and licensing details. */ #ifndef __ECORE_INIT_OPS__ @@ -97,16 +95,6 @@ void ecore_init_store_rt_agg(struct ecore_hwfn *p_hwfn, osal_size_t size); #define STORE_RT_REG_AGG(hwfn, offset, val) \ - ecore_init_store_rt_agg(hwfn, offset, (u32 *)&val, sizeof(val)) - + ecore_init_store_rt_agg(hwfn, offset, (u32 *)&(val), sizeof(val)) -/** - * @brief - * Initialize GTT global windows and set admin window - * related params of GTT/PTT to default values. - * - * @param p_hwfn - */ -void ecore_gtt_init(struct ecore_hwfn *p_hwfn, - struct ecore_ptt *p_ptt); #endif /* __ECORE_INIT_OPS__ */