Deleted Added
full compact
hunt_impl.h (291436) hunt_impl.h (291588)
1/*-
2 * Copyright (c) 2012-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) 2012-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/hunt_impl.h 291436 2015-11-29 05:42:49Z arybchik $
30 * $FreeBSD: head/sys/dev/sfxge/common/hunt_impl.h 291588 2015-12-01 15:38:39Z arybchik $
31 */
32
33#ifndef _SYS_HUNT_IMPL_H
34#define _SYS_HUNT_IMPL_H
35
36#include "efx.h"
37#include "efx_regs.h"
38#include "efx_regs_ef10.h"

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

281 __in efx_nic_t *enp,
282 __out boolean_t *supportedp);
283
284extern __checkReturn efx_rc_t
285hunt_mcdi_macaddr_change_supported(
286 __in efx_nic_t *enp,
287 __out boolean_t *supportedp);
288
31 */
32
33#ifndef _SYS_HUNT_IMPL_H
34#define _SYS_HUNT_IMPL_H
35
36#include "efx.h"
37#include "efx_regs.h"
38#include "efx_regs_ef10.h"

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

281 __in efx_nic_t *enp,
282 __out boolean_t *supportedp);
283
284extern __checkReturn efx_rc_t
285hunt_mcdi_macaddr_change_supported(
286 __in efx_nic_t *enp,
287 __out boolean_t *supportedp);
288
289extern __checkReturn efx_rc_t
290hunt_mcdi_link_control_supported(
291 __in efx_nic_t *enp,
292 __out boolean_t *supportedp);
293
289#endif /* EFSYS_OPT_MCDI */
290
291/* NVRAM */
292
293#if EFSYS_OPT_NVRAM || EFSYS_OPT_VPD
294
295extern __checkReturn efx_rc_t
296hunt_nvram_buf_read_tlv(

--- 743 unchanged lines hidden ---
294#endif /* EFSYS_OPT_MCDI */
295
296/* NVRAM */
297
298#if EFSYS_OPT_NVRAM || EFSYS_OPT_VPD
299
300extern __checkReturn efx_rc_t
301hunt_nvram_buf_read_tlv(

--- 743 unchanged lines hidden ---