Deleted Added
full compact
efx.h (256281) efx.h (265884)
1/*-
2 * Copyright 2006-2009 Solarflare Communications Inc. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

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

17 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23 * SUCH DAMAGE.
24 *
1/*-
2 * Copyright 2006-2009 Solarflare Communications Inc. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

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

17 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23 * SUCH DAMAGE.
24 *
25 * $FreeBSD: stable/10/sys/dev/sfxge/common/efx.h 228078 2011-11-28 17:19:05Z philip $
25 * $FreeBSD: stable/10/sys/dev/sfxge/common/efx.h 265884 2014-05-11 17:18:09Z gnn $
26 */
27
28#ifndef _SYS_EFX_H
29#define _SYS_EFX_H
30
31#include "efsys.h"
32
33#ifdef __cplusplus

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

1355(*efx_exception_ev_t)(
1356 __in_opt void *arg,
1357 __in uint32_t label,
1358 __in uint32_t data);
1359
1360typedef __checkReturn boolean_t
1361(*efx_rxq_flush_done_ev_t)(
1362 __in_opt void *arg,
26 */
27
28#ifndef _SYS_EFX_H
29#define _SYS_EFX_H
30
31#include "efsys.h"
32
33#ifdef __cplusplus

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

1355(*efx_exception_ev_t)(
1356 __in_opt void *arg,
1357 __in uint32_t label,
1358 __in uint32_t data);
1359
1360typedef __checkReturn boolean_t
1361(*efx_rxq_flush_done_ev_t)(
1362 __in_opt void *arg,
1363 __in uint32_t label);
1363 __in uint32_t rxq_index);
1364
1365typedef __checkReturn boolean_t
1366(*efx_rxq_flush_failed_ev_t)(
1367 __in_opt void *arg,
1364
1365typedef __checkReturn boolean_t
1366(*efx_rxq_flush_failed_ev_t)(
1367 __in_opt void *arg,
1368 __in uint32_t label);
1368 __in uint32_t rxq_index);
1369
1370typedef __checkReturn boolean_t
1371(*efx_txq_flush_done_ev_t)(
1372 __in_opt void *arg,
1369
1370typedef __checkReturn boolean_t
1371(*efx_txq_flush_done_ev_t)(
1372 __in_opt void *arg,
1373 __in uint32_t label);
1373 __in uint32_t txq_index);
1374
1375typedef __checkReturn boolean_t
1376(*efx_software_ev_t)(
1377 __in_opt void *arg,
1378 __in uint16_t magic);
1379
1380typedef __checkReturn boolean_t
1381(*efx_sram_ev_t)(

--- 514 unchanged lines hidden ---
1374
1375typedef __checkReturn boolean_t
1376(*efx_software_ev_t)(
1377 __in_opt void *arg,
1378 __in uint16_t magic);
1379
1380typedef __checkReturn boolean_t
1381(*efx_sram_ev_t)(

--- 514 unchanged lines hidden ---