Deleted Added
full compact
efx_mcdi.h (292007) efx_mcdi.h (292008)
1/*-
2 * Copyright (c) 2009-2015 Solarflare Communications Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright notice,

--- 13 unchanged lines hidden (view full) ---

22 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
23 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
24 * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 *
26 * The views and conclusions contained in the software and documentation are
27 * those of the authors and should not be interpreted as representing official
28 * policies, either expressed or implied, of the FreeBSD Project.
29 *
1/*-
2 * Copyright (c) 2009-2015 Solarflare Communications Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright notice,

--- 13 unchanged lines hidden (view full) ---

22 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
23 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
24 * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 *
26 * The views and conclusions contained in the software and documentation are
27 * those of the authors and should not be interpreted as representing official
28 * policies, either expressed or implied, of the FreeBSD Project.
29 *
30 * $FreeBSD: head/sys/dev/sfxge/common/efx_mcdi.h 292007 2015-12-09 06:14:47Z arybchik $
30 * $FreeBSD: head/sys/dev/sfxge/common/efx_mcdi.h 292008 2015-12-09 06:24:22Z arybchik $
31 */
32
33#ifndef _SYS_EFX_MCDI_H
34#define _SYS_EFX_MCDI_H
35
36#include "efx.h"
37#include "efx_regs.h"
38#include "efx_regs_mcdi.h"

--- 120 unchanged lines hidden (view full) ---

159 __in efx_nic_t *enp,
160 __out boolean_t *supportedp);
161
162extern __checkReturn efx_rc_t
163efx_mcdi_link_control_supported(
164 __in efx_nic_t *enp,
165 __out boolean_t *supportedp);
166
31 */
32
33#ifndef _SYS_EFX_MCDI_H
34#define _SYS_EFX_MCDI_H
35
36#include "efx.h"
37#include "efx_regs.h"
38#include "efx_regs_mcdi.h"

--- 120 unchanged lines hidden (view full) ---

159 __in efx_nic_t *enp,
160 __out boolean_t *supportedp);
161
162extern __checkReturn efx_rc_t
163efx_mcdi_link_control_supported(
164 __in efx_nic_t *enp,
165 __out boolean_t *supportedp);
166
167extern __checkReturn efx_rc_t
168efx_mcdi_mac_spoofing_supported(
169 __in efx_nic_t *enp,
170 __out boolean_t *supportedp);
171
172
167#if EFSYS_OPT_BIST
168#if EFSYS_OPT_HUNTINGTON
169extern __checkReturn efx_rc_t
170efx_mcdi_bist_enable_offline(
171 __in efx_nic_t *enp);
172#endif /* EFSYS_OPT_HUNTINGTON */
173extern __checkReturn efx_rc_t
174efx_mcdi_bist_start(

--- 196 unchanged lines hidden ---
173#if EFSYS_OPT_BIST
174#if EFSYS_OPT_HUNTINGTON
175extern __checkReturn efx_rc_t
176efx_mcdi_bist_enable_offline(
177 __in efx_nic_t *enp);
178#endif /* EFSYS_OPT_HUNTINGTON */
179extern __checkReturn efx_rc_t
180efx_mcdi_bist_start(

--- 196 unchanged lines hidden ---