Deleted Added
full compact
efsys.h (293927) efsys.h (293939)
1/*-
2 * Copyright (c) 2010-2015 Solarflare Communications Inc.
3 * All rights reserved.
4 *
5 * This software was developed in part by Philip Paeps under contract for
6 * Solarflare Communications, Inc.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

25 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
26 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
27 * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 *
29 * The views and conclusions contained in the software and documentation are
30 * those of the authors and should not be interpreted as representing official
31 * policies, either expressed or implied, of the FreeBSD Project.
32 *
1/*-
2 * Copyright (c) 2010-2015 Solarflare Communications Inc.
3 * All rights reserved.
4 *
5 * This software was developed in part by Philip Paeps under contract for
6 * Solarflare Communications, Inc.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

25 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
26 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
27 * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 *
29 * The views and conclusions contained in the software and documentation are
30 * those of the authors and should not be interpreted as representing official
31 * policies, either expressed or implied, of the FreeBSD Project.
32 *
33 * $FreeBSD: stable/10/sys/dev/sfxge/common/efsys.h 293927 2016-01-14 14:16:26Z arybchik $
33 * $FreeBSD: stable/10/sys/dev/sfxge/common/efsys.h 293939 2016-01-14 14:28:30Z arybchik $
34 */
35
36#ifndef _SYS_EFSYS_H
37#define _SYS_EFSYS_H
38
39#ifdef __cplusplus
40extern "C" {
41#endif

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

240#define EFSYS_OPT_HUNTINGTON 1
241#ifdef DEBUG
242#define EFSYS_OPT_CHECK_REG 1
243#else
244#define EFSYS_OPT_CHECK_REG 0
245#endif
246
247#define EFSYS_OPT_MCDI 1
34 */
35
36#ifndef _SYS_EFSYS_H
37#define _SYS_EFSYS_H
38
39#ifdef __cplusplus
40extern "C" {
41#endif

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

240#define EFSYS_OPT_HUNTINGTON 1
241#ifdef DEBUG
242#define EFSYS_OPT_CHECK_REG 1
243#else
244#define EFSYS_OPT_CHECK_REG 0
245#endif
246
247#define EFSYS_OPT_MCDI 1
248#define EFSYS_OPT_MCDI_LOGGING 0
248
249#define EFSYS_OPT_MAC_FALCON_GMAC 0
250#define EFSYS_OPT_MAC_FALCON_XMAC 0
251#define EFSYS_OPT_MAC_STATS 1
252
253#define EFSYS_OPT_LOOPBACK 0
254
255#define EFSYS_OPT_MON_NULL 0

--- 973 unchanged lines hidden ---
249
250#define EFSYS_OPT_MAC_FALCON_GMAC 0
251#define EFSYS_OPT_MAC_FALCON_XMAC 0
252#define EFSYS_OPT_MAC_STATS 1
253
254#define EFSYS_OPT_LOOPBACK 0
255
256#define EFSYS_OPT_MON_NULL 0

--- 973 unchanged lines hidden ---