X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fqede%2Fbase%2Fecore_int.h;h=5042cd1d18d58f4f04dd09cd396a2f5d38d9f530;hb=23bdcedcd8caa0d268b615df3bdb08411f97856e;hp=b655685e517177ca682404821a9efc51323fd816;hpb=6e4fcea92f40de2306dcd9e0668cae90947823ae;p=dpdk.git diff --git a/drivers/net/qede/base/ecore_int.h b/drivers/net/qede/base/ecore_int.h index b655685e51..5042cd1d18 100644 --- a/drivers/net/qede/base/ecore_int.h +++ b/drivers/net/qede/base/ecore_int.h @@ -1,9 +1,7 @@ -/* - * Copyright (c) 2016 QLogic Corporation. +/* SPDX-License-Identifier: BSD-3-Clause + * Copyright (c) 2016 - 2018 Cavium Inc. * All rights reserved. - * www.qlogic.com - * - * See LICENSE.qede_pmd for copyright and licensing details. + * www.cavium.com */ #ifndef __ECORE_INT_H__ @@ -18,7 +16,7 @@ #define ECORE_SB_ATT_IDX 0x0001 #define ECORE_SB_EVENT_MASK 0x0003 -#define SB_ALIGNED_SIZE(p_hwfn) \ +#define SB_ALIGNED_SIZE(p_hwfn) \ ALIGNED_TYPE_SIZE(struct status_block, p_hwfn) #define ECORE_SB_INVALID_IDX 0xffff @@ -256,6 +254,8 @@ enum _ecore_status_t ecore_int_set_timer_res(struct ecore_hwfn *p_hwfn, #endif enum _ecore_status_t ecore_pglueb_rbc_attn_handler(struct ecore_hwfn *p_hwfn, - struct ecore_ptt *p_ptt); + struct ecore_ptt *p_ptt, + bool is_hw_init); +void ecore_pf_flr_igu_cleanup(struct ecore_hwfn *p_hwfn); #endif /* __ECORE_INT_H__ */