Deleted Added
full compact
ecore_hsi.h (298955) ecore_hsi.h (300050)
1/*-
2 * Copyright (c) 2007-2017 QLogic Corporation. 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 *
8 * 1. Redistributions of source code must retain the above copyright

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

20 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
21 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
23 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
24 * THE POSSIBILITY OF SUCH DAMAGE.
25 */
26
27#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2007-2017 QLogic Corporation. 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 *
8 * 1. Redistributions of source code must retain the above copyright

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

20 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
21 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
23 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
24 * THE POSSIBILITY OF SUCH DAMAGE.
25 */
26
27#include <sys/cdefs.h>
28__FBSDID("$FreeBSD: head/sys/dev/bxe/ecore_hsi.h 298955 2016-05-03 03:41:25Z pfg $");
28__FBSDID("$FreeBSD: head/sys/dev/bxe/ecore_hsi.h 300050 2016-05-17 12:52:31Z eadler $");
29
30#ifndef ECORE_HSI_H
31#define ECORE_HSI_H
32
33#define FW_ENCODE_32BIT_PATTERN 0x1e1e1e1e
34
35struct license_key {
36 uint32_t reserved[6];

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

3704 uint16_t __reserved63 /* RQ consumer updated by the ULP RX */;
3705#elif defined(__LITTLE_ENDIAN)
3706 uint16_t __reserved63 /* RQ consumer updated by the ULP RX */;
3707 uint16_t __reserved64 /* RQ consumer kept by the completor */;
3708#endif
3709 uint32_t snd_max /* The ACK sequence number received in the last completed DDP */;
3710#if defined(__BIG_ENDIAN)
3711 uint16_t __agg_vars3 /* Various aggregative variables*/;
29
30#ifndef ECORE_HSI_H
31#define ECORE_HSI_H
32
33#define FW_ENCODE_32BIT_PATTERN 0x1e1e1e1e
34
35struct license_key {
36 uint32_t reserved[6];

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

3704 uint16_t __reserved63 /* RQ consumer updated by the ULP RX */;
3705#elif defined(__LITTLE_ENDIAN)
3706 uint16_t __reserved63 /* RQ consumer updated by the ULP RX */;
3707 uint16_t __reserved64 /* RQ consumer kept by the completor */;
3708#endif
3709 uint32_t snd_max /* The ACK sequence number received in the last completed DDP */;
3710#if defined(__BIG_ENDIAN)
3711 uint16_t __agg_vars3 /* Various aggregative variables*/;
3712 uint16_t __reserved67 /* A counter for the number of RQ WQEs with invalidate the the USTORM encountered */;
3712 uint16_t __reserved67 /* A counter for the number of RQ WQEs with invalidate the USTORM encountered */;
3713#elif defined(__LITTLE_ENDIAN)
3713#elif defined(__LITTLE_ENDIAN)
3714 uint16_t __reserved67 /* A counter for the number of RQ WQEs with invalidate the the USTORM encountered */;
3714 uint16_t __reserved67 /* A counter for the number of RQ WQEs with invalidate the USTORM encountered */;
3715 uint16_t __agg_vars3 /* Various aggregative variables*/;
3716#endif
3717#if defined(__BIG_ENDIAN)
3718 uint16_t __aux2_th /* Aux2 threhsold for the decision */;
3719 uint16_t __aux2_val /* Aux2 aggregation value */;
3720#elif defined(__LITTLE_ENDIAN)
3721 uint16_t __aux2_val /* Aux2 aggregation value */;
3722 uint16_t __aux2_th /* Aux2 threhsold for the decision */;

--- 9538 unchanged lines hidden ---
3715 uint16_t __agg_vars3 /* Various aggregative variables*/;
3716#endif
3717#if defined(__BIG_ENDIAN)
3718 uint16_t __aux2_th /* Aux2 threhsold for the decision */;
3719 uint16_t __aux2_val /* Aux2 aggregation value */;
3720#elif defined(__LITTLE_ENDIAN)
3721 uint16_t __aux2_val /* Aux2 aggregation value */;
3722 uint16_t __aux2_th /* Aux2 threhsold for the decision */;

--- 9538 unchanged lines hidden ---