Deleted Added
full compact
efx.h (293807) efx.h (293817)
1/*-
2 * Copyright (c) 2006-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) 2006-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/efx.h 293807 2016-01-13 06:40:00Z arybchik $
30 * $FreeBSD: head/sys/dev/sfxge/common/efx.h 293817 2016-01-13 07:46:21Z arybchik $
31 */
32
33#ifndef _SYS_EFX_H
34#define _SYS_EFX_H
35
36#include "efsys.h"
37#include "efx_phy_ids.h"
38

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

2230extern __checkReturn efx_rc_t
2231efx_filter_supported_filters(
2232 __in efx_nic_t *enp,
2233 __out uint32_t *list,
2234 __out size_t *length);
2235
2236extern void
2237efx_filter_spec_init_rx(
31 */
32
33#ifndef _SYS_EFX_H
34#define _SYS_EFX_H
35
36#include "efsys.h"
37#include "efx_phy_ids.h"
38

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

2230extern __checkReturn efx_rc_t
2231efx_filter_supported_filters(
2232 __in efx_nic_t *enp,
2233 __out uint32_t *list,
2234 __out size_t *length);
2235
2236extern void
2237efx_filter_spec_init_rx(
2238 __inout efx_filter_spec_t *spec,
2238 __out efx_filter_spec_t *spec,
2239 __in efx_filter_priority_t priority,
2240 __in efx_filter_flag_t flags,
2241 __in efx_rxq_t *erp);
2242
2243extern void
2244efx_filter_spec_init_tx(
2239 __in efx_filter_priority_t priority,
2240 __in efx_filter_flag_t flags,
2241 __in efx_rxq_t *erp);
2242
2243extern void
2244efx_filter_spec_init_tx(
2245 __inout efx_filter_spec_t *spec,
2245 __out efx_filter_spec_t *spec,
2246 __in efx_txq_t *etp);
2247
2248extern __checkReturn efx_rc_t
2249efx_filter_spec_set_ipv4_local(
2250 __inout efx_filter_spec_t *spec,
2251 __in uint8_t proto,
2252 __in uint32_t host,
2253 __in uint16_t port);

--- 46 unchanged lines hidden ---
2246 __in efx_txq_t *etp);
2247
2248extern __checkReturn efx_rc_t
2249efx_filter_spec_set_ipv4_local(
2250 __inout efx_filter_spec_t *spec,
2251 __in uint8_t proto,
2252 __in uint32_t host,
2253 __in uint16_t port);

--- 46 unchanged lines hidden ---