bnxt.h (7e914027f757b656cd681ba4fe75f3984531ee50) bnxt.h (3bc7d4a352efe5b596883ef16b769055320db1f6)
1/* Broadcom NetXtreme-C/E network driver.
2 *
3 * Copyright (c) 2014-2016 Broadcom Corporation
4 * Copyright (c) 2016-2018 Broadcom Limited
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation.

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

1600
1601 struct timer_list timer;
1602
1603 unsigned long state;
1604#define BNXT_STATE_OPEN 0
1605#define BNXT_STATE_IN_SP_TASK 1
1606#define BNXT_STATE_READ_STATS 2
1607#define BNXT_STATE_FW_RESET_DET 3
1/* Broadcom NetXtreme-C/E network driver.
2 *
3 * Copyright (c) 2014-2016 Broadcom Corporation
4 * Copyright (c) 2016-2018 Broadcom Limited
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation.

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

1600
1601 struct timer_list timer;
1602
1603 unsigned long state;
1604#define BNXT_STATE_OPEN 0
1605#define BNXT_STATE_IN_SP_TASK 1
1606#define BNXT_STATE_READ_STATS 2
1607#define BNXT_STATE_FW_RESET_DET 3
1608#define BNXT_STATE_IN_FW_RESET 4
1608#define BNXT_STATE_ABORT_ERR 5
1609
1610 struct bnxt_irq *irq_tbl;
1611 int total_irqs;
1612 u8 mac_addr[ETH_ALEN];
1613
1614#ifdef CONFIG_BNXT_DCB
1615 struct ieee_pfc *ieee_pfc;

--- 353 unchanged lines hidden ---
1609#define BNXT_STATE_ABORT_ERR 5
1610
1611 struct bnxt_irq *irq_tbl;
1612 int total_irqs;
1613 u8 mac_addr[ETH_ALEN];
1614
1615#ifdef CONFIG_BNXT_DCB
1616 struct ieee_pfc *ieee_pfc;

--- 353 unchanged lines hidden ---