Deleted Added
full compact
hunt_impl.h (291588) hunt_impl.h (291985)
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 291588 2015-12-01 15:38:39Z arybchik $
30 * $FreeBSD: head/sys/dev/sfxge/common/hunt_impl.h 291985 2015-12-08 06:25:52Z 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"

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

258extern void
259hunt_mcdi_request_copyin(
260 __in efx_nic_t *enp,
261 __in efx_mcdi_req_t *emrp,
262 __in unsigned int seq,
263 __in boolean_t ev_cpl,
264 __in boolean_t new_epoch);
265
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"

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

258extern void
259hunt_mcdi_request_copyin(
260 __in efx_nic_t *enp,
261 __in efx_mcdi_req_t *emrp,
262 __in unsigned int seq,
263 __in boolean_t ev_cpl,
264 __in boolean_t new_epoch);
265
266extern void
267hunt_mcdi_read_response(
268 __in efx_nic_t *enp,
269 __out void *bufferp,
270 __in size_t offset,
271 __in size_t length);
272
266extern __checkReturn boolean_t
267hunt_mcdi_request_poll(
268 __in efx_nic_t *enp);
269
270extern void
271hunt_mcdi_request_copyout(
272 __in efx_nic_t *enp,
273 __in efx_mcdi_req_t *emrp);

--- 771 unchanged lines hidden ---
273extern __checkReturn boolean_t
274hunt_mcdi_request_poll(
275 __in efx_nic_t *enp);
276
277extern void
278hunt_mcdi_request_copyout(
279 __in efx_nic_t *enp,
280 __in efx_mcdi_req_t *emrp);

--- 771 unchanged lines hidden ---