Deleted Added
full compact
siena_impl.h (291985) siena_impl.h (292055)
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/siena_impl.h 291985 2015-12-08 06:25:52Z arybchik $
30 * $FreeBSD: head/sys/dev/sfxge/common/siena_impl.h 292055 2015-12-10 07:42:56Z arybchik $
31 */
32
33#ifndef _SYS_SIENA_IMPL_H
34#define _SYS_SIENA_IMPL_H
35
36#include "efx.h"
37#include "efx_regs.h"
38#include "efx_mcdi.h"

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

141siena_mcdi_poll_reboot(
142 __in efx_nic_t *enp);
143
144extern void
145siena_mcdi_fini(
146 __in efx_nic_t *enp);
147
148extern __checkReturn efx_rc_t
31 */
32
33#ifndef _SYS_SIENA_IMPL_H
34#define _SYS_SIENA_IMPL_H
35
36#include "efx.h"
37#include "efx_regs.h"
38#include "efx_mcdi.h"

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

141siena_mcdi_poll_reboot(
142 __in efx_nic_t *enp);
143
144extern void
145siena_mcdi_fini(
146 __in efx_nic_t *enp);
147
148extern __checkReturn efx_rc_t
149siena_mcdi_fw_update_supported(
149siena_mcdi_feature_supported(
150 __in efx_nic_t *enp,
150 __in efx_nic_t *enp,
151 __in efx_mcdi_feature_id_t id,
151 __out boolean_t *supportedp);
152
152 __out boolean_t *supportedp);
153
153extern __checkReturn efx_rc_t
154siena_mcdi_macaddr_change_supported(
155 __in efx_nic_t *enp,
156 __out boolean_t *supportedp);
157
158extern __checkReturn efx_rc_t
159siena_mcdi_link_control_supported(
160 __in efx_nic_t *enp,
161 __out boolean_t *supportedp);
162
163#endif /* EFSYS_OPT_MCDI */
164
165#if EFSYS_OPT_NVRAM || EFSYS_OPT_VPD
166
167extern __checkReturn efx_rc_t
168siena_nvram_partn_size(
169 __in efx_nic_t *enp,
170 __in unsigned int partn,

--- 326 unchanged lines hidden ---
154#endif /* EFSYS_OPT_MCDI */
155
156#if EFSYS_OPT_NVRAM || EFSYS_OPT_VPD
157
158extern __checkReturn efx_rc_t
159siena_nvram_partn_size(
160 __in efx_nic_t *enp,
161 __in unsigned int partn,

--- 326 unchanged lines hidden ---