Deleted Added
full compact
siena_impl.h (293810) siena_impl.h (293817)
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 293810 2016-01-13 06:44:05Z arybchik $
30 * $FreeBSD: head/sys/dev/sfxge/common/siena_impl.h 293817 2016-01-13 07:46:21Z 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"

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

122 __in boolean_t new_epoch);
123
124extern __checkReturn boolean_t
125siena_mcdi_poll_response(
126 __in efx_nic_t *enp);
127
128extern void
129siena_mcdi_read_response(
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"

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

122 __in boolean_t new_epoch);
123
124extern __checkReturn boolean_t
125siena_mcdi_poll_response(
126 __in efx_nic_t *enp);
127
128extern void
129siena_mcdi_read_response(
130 __in efx_nic_t *enp,
131 __out void *bufferp,
132 __in size_t offset,
133 __in size_t length);
130 __in efx_nic_t *enp,
131 __out_bcount(length) void *bufferp,
132 __in size_t offset,
133 __in size_t length);
134
135extern void
136siena_mcdi_request_copyout(
137 __in efx_nic_t *enp,
138 __in efx_mcdi_req_t *emrp);
139
140extern efx_rc_t
141siena_mcdi_poll_reboot(

--- 352 unchanged lines hidden ---
134
135extern void
136siena_mcdi_request_copyout(
137 __in efx_nic_t *enp,
138 __in efx_mcdi_req_t *emrp);
139
140extern efx_rc_t
141siena_mcdi_poll_reboot(

--- 352 unchanged lines hidden ---