Deleted Added
full compact
if_lem.h (235527) if_lem.h (250458)
1/******************************************************************************
2
3 Copyright (c) 2001-2011, Intel Corporation
4 All rights reserved.
5
6 Redistribution and use in source and binary forms, with or without
7 modification, are permitted provided that the following conditions are met:
8

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

25 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30 POSSIBILITY OF SUCH DAMAGE.
31
32******************************************************************************/
1/******************************************************************************
2
3 Copyright (c) 2001-2011, Intel Corporation
4 All rights reserved.
5
6 Redistribution and use in source and binary forms, with or without
7 modification, are permitted provided that the following conditions are met:
8

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

25 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30 POSSIBILITY OF SUCH DAMAGE.
31
32******************************************************************************/
33/*$FreeBSD: stable/9/sys/dev/e1000/if_lem.h 235527 2012-05-16 22:22:52Z jfv $*/
33/*$FreeBSD: stable/9/sys/dev/e1000/if_lem.h 250458 2013-05-10 16:16:33Z luigi $*/
34
35
36#ifndef _LEM_H_DEFINED_
37#define _LEM_H_DEFINED_
38
39
40/* Tunables */
41

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

358 uint16_t link_duplex;
359 uint32_t smartspeed;
360 uint32_t fc_setting;
361
362 struct em_int_delay_info tx_int_delay;
363 struct em_int_delay_info tx_abs_int_delay;
364 struct em_int_delay_info rx_int_delay;
365 struct em_int_delay_info rx_abs_int_delay;
34
35
36#ifndef _LEM_H_DEFINED_
37#define _LEM_H_DEFINED_
38
39
40/* Tunables */
41

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

358 uint16_t link_duplex;
359 uint32_t smartspeed;
360 uint32_t fc_setting;
361
362 struct em_int_delay_info tx_int_delay;
363 struct em_int_delay_info tx_abs_int_delay;
364 struct em_int_delay_info rx_int_delay;
365 struct em_int_delay_info rx_abs_int_delay;
366 struct em_int_delay_info tx_itr;
366
367 /*
368 * Transmit definitions
369 *
370 * We have an array of num_tx_desc descriptors (handled
371 * by the controller) paired with an array of tx_buffers
372 * (at tx_buffer_area).
373 * The index of the next available descriptor is next_avail_tx_desc.

--- 123 unchanged lines hidden ---
367
368 /*
369 * Transmit definitions
370 *
371 * We have an array of num_tx_desc descriptors (handled
372 * by the controller) paired with an array of tx_buffers
373 * (at tx_buffer_area).
374 * The index of the next available descriptor is next_avail_tx_desc.

--- 123 unchanged lines hidden ---