Deleted Added
full compact
hunt_impl.h (293887) hunt_impl.h (293888)
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 293887 2016-01-14 08:59:38Z arybchik $
30 * $FreeBSD: head/sys/dev/sfxge/common/hunt_impl.h 293888 2016-01-14 09:00:35Z 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"

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

282 __in efx_nic_t *enp,
283 __in const efx_mcdi_transport_t *mtp);
284
285extern void
286ef10_mcdi_fini(
287 __in efx_nic_t *enp);
288
289extern void
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"

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

282 __in efx_nic_t *enp,
283 __in const efx_mcdi_transport_t *mtp);
284
285extern void
286ef10_mcdi_fini(
287 __in efx_nic_t *enp);
288
289extern void
290ef10_mcdi_request_copyin(
290ef10_mcdi_send_request(
291 __in efx_nic_t *enp,
291 __in efx_nic_t *enp,
292 __in efx_mcdi_req_t *emrp,
293 __in unsigned int seq,
294 __in boolean_t ev_cpl,
295 __in boolean_t new_epoch);
292 __in void *hdrp,
293 __in size_t hdr_len,
294 __in void *sdup,
295 __in size_t sdu_len);
296
297extern __checkReturn boolean_t
298ef10_mcdi_poll_response(
299 __in efx_nic_t *enp);
300
301extern void
302ef10_mcdi_read_response(
303 __in efx_nic_t *enp,

--- 764 unchanged lines hidden ---
296
297extern __checkReturn boolean_t
298ef10_mcdi_poll_response(
299 __in efx_nic_t *enp);
300
301extern void
302ef10_mcdi_read_response(
303 __in efx_nic_t *enp,

--- 764 unchanged lines hidden ---