2010-08-24 03:24:12 +00:00
|
|
|
/*
|
2015-02-19 21:02:31 +00:00
|
|
|
* Linux network driver for QLogic BR-series Converged Network Adapter.
|
2010-08-24 03:24:12 +00:00
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
|
|
* under the terms of the GNU General Public License (GPL) Version 2 as
|
|
|
|
* published by the Free Software Foundation
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful, but
|
|
|
|
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* General Public License for more details.
|
|
|
|
*/
|
|
|
|
/*
|
2015-02-19 21:02:31 +00:00
|
|
|
* Copyright (c) 2005-2014 Brocade Communications Systems, Inc.
|
|
|
|
* Copyright (c) 2014-2015 QLogic Corporation
|
2010-08-24 03:24:12 +00:00
|
|
|
* All rights reserved
|
2015-02-19 21:02:31 +00:00
|
|
|
* www.qlogic.com
|
2010-08-24 03:24:12 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "bfa_ioc.h"
|
2011-08-02 12:36:06 +00:00
|
|
|
#include "bfi_reg.h"
|
2010-08-24 03:24:12 +00:00
|
|
|
#include "bfa_defs.h"
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* IOC local definitions */
|
2010-08-24 03:24:12 +00:00
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Asic specific macros : see bfa_hw_cb.c and bfa_hw_ct.c for details. */
|
2010-08-24 03:24:12 +00:00
|
|
|
|
|
|
|
#define bfa_ioc_firmware_lock(__ioc) \
|
|
|
|
((__ioc)->ioc_hwif->ioc_firmware_lock(__ioc))
|
|
|
|
#define bfa_ioc_firmware_unlock(__ioc) \
|
|
|
|
((__ioc)->ioc_hwif->ioc_firmware_unlock(__ioc))
|
|
|
|
#define bfa_ioc_reg_init(__ioc) ((__ioc)->ioc_hwif->ioc_reg_init(__ioc))
|
|
|
|
#define bfa_ioc_map_port(__ioc) ((__ioc)->ioc_hwif->ioc_map_port(__ioc))
|
2010-12-23 21:45:09 +00:00
|
|
|
#define bfa_ioc_notify_fail(__ioc) \
|
|
|
|
((__ioc)->ioc_hwif->ioc_notify_fail(__ioc))
|
2011-04-14 08:05:18 +00:00
|
|
|
#define bfa_ioc_sync_start(__ioc) \
|
|
|
|
((__ioc)->ioc_hwif->ioc_sync_start(__ioc))
|
2010-12-23 21:45:09 +00:00
|
|
|
#define bfa_ioc_sync_join(__ioc) \
|
|
|
|
((__ioc)->ioc_hwif->ioc_sync_join(__ioc))
|
|
|
|
#define bfa_ioc_sync_leave(__ioc) \
|
|
|
|
((__ioc)->ioc_hwif->ioc_sync_leave(__ioc))
|
|
|
|
#define bfa_ioc_sync_ack(__ioc) \
|
|
|
|
((__ioc)->ioc_hwif->ioc_sync_ack(__ioc))
|
|
|
|
#define bfa_ioc_sync_complete(__ioc) \
|
|
|
|
((__ioc)->ioc_hwif->ioc_sync_complete(__ioc))
|
2013-12-18 01:07:32 +00:00
|
|
|
#define bfa_ioc_set_cur_ioc_fwstate(__ioc, __fwstate) \
|
|
|
|
((__ioc)->ioc_hwif->ioc_set_fwstate(__ioc, __fwstate))
|
|
|
|
#define bfa_ioc_get_cur_ioc_fwstate(__ioc) \
|
|
|
|
((__ioc)->ioc_hwif->ioc_get_fwstate(__ioc))
|
|
|
|
#define bfa_ioc_set_alt_ioc_fwstate(__ioc, __fwstate) \
|
|
|
|
((__ioc)->ioc_hwif->ioc_set_alt_fwstate(__ioc, __fwstate))
|
2010-08-24 03:24:12 +00:00
|
|
|
|
2010-10-05 15:46:05 +00:00
|
|
|
static bool bfa_nw_auto_recover = true;
|
2010-08-24 03:24:12 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* forward declarations
|
|
|
|
*/
|
2011-07-22 08:07:47 +00:00
|
|
|
static void bfa_ioc_hw_sem_init(struct bfa_ioc *ioc);
|
2010-08-24 03:24:12 +00:00
|
|
|
static void bfa_ioc_hw_sem_get(struct bfa_ioc *ioc);
|
|
|
|
static void bfa_ioc_hw_sem_get_cancel(struct bfa_ioc *ioc);
|
|
|
|
static void bfa_ioc_hwinit(struct bfa_ioc *ioc, bool force);
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
static void bfa_ioc_poll_fwinit(struct bfa_ioc *ioc);
|
2010-08-24 03:24:12 +00:00
|
|
|
static void bfa_ioc_send_enable(struct bfa_ioc *ioc);
|
|
|
|
static void bfa_ioc_send_disable(struct bfa_ioc *ioc);
|
|
|
|
static void bfa_ioc_send_getattr(struct bfa_ioc *ioc);
|
|
|
|
static void bfa_ioc_hb_monitor(struct bfa_ioc *ioc);
|
|
|
|
static void bfa_ioc_hb_stop(struct bfa_ioc *ioc);
|
|
|
|
static void bfa_ioc_reset(struct bfa_ioc *ioc, bool force);
|
|
|
|
static void bfa_ioc_mbox_poll(struct bfa_ioc *ioc);
|
2011-07-22 08:07:45 +00:00
|
|
|
static void bfa_ioc_mbox_flush(struct bfa_ioc *ioc);
|
2010-08-24 03:24:12 +00:00
|
|
|
static void bfa_ioc_recover(struct bfa_ioc *ioc);
|
2011-07-22 08:07:42 +00:00
|
|
|
static void bfa_ioc_event_notify(struct bfa_ioc *, enum bfa_ioc_event);
|
2010-08-24 03:24:12 +00:00
|
|
|
static void bfa_ioc_disable_comp(struct bfa_ioc *ioc);
|
|
|
|
static void bfa_ioc_lpu_stop(struct bfa_ioc *ioc);
|
2011-12-22 13:30:19 +00:00
|
|
|
static void bfa_nw_ioc_debug_save_ftrc(struct bfa_ioc *ioc);
|
2010-12-23 21:45:09 +00:00
|
|
|
static void bfa_ioc_fail_notify(struct bfa_ioc *ioc);
|
|
|
|
static void bfa_ioc_pf_enabled(struct bfa_ioc *ioc);
|
|
|
|
static void bfa_ioc_pf_disabled(struct bfa_ioc *ioc);
|
|
|
|
static void bfa_ioc_pf_failed(struct bfa_ioc *ioc);
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
static void bfa_ioc_pf_hwfailed(struct bfa_ioc *ioc);
|
2010-12-23 21:45:09 +00:00
|
|
|
static void bfa_ioc_pf_fwmismatch(struct bfa_ioc *ioc);
|
2013-12-18 01:07:41 +00:00
|
|
|
static enum bfa_status bfa_ioc_boot(struct bfa_ioc *ioc,
|
|
|
|
enum bfi_fwboot_type boot_type, u32 boot_param);
|
2010-08-26 06:00:27 +00:00
|
|
|
static u32 bfa_ioc_smem_pgnum(struct bfa_ioc *ioc, u32 fmaddr);
|
|
|
|
static void bfa_ioc_get_adapter_serial_num(struct bfa_ioc *ioc,
|
|
|
|
char *serial_num);
|
|
|
|
static void bfa_ioc_get_adapter_fw_ver(struct bfa_ioc *ioc,
|
|
|
|
char *fw_ver);
|
|
|
|
static void bfa_ioc_get_pci_chip_rev(struct bfa_ioc *ioc,
|
|
|
|
char *chip_rev);
|
|
|
|
static void bfa_ioc_get_adapter_optrom_ver(struct bfa_ioc *ioc,
|
|
|
|
char *optrom_ver);
|
|
|
|
static void bfa_ioc_get_adapter_manufacturer(struct bfa_ioc *ioc,
|
|
|
|
char *manufacturer);
|
|
|
|
static void bfa_ioc_get_adapter_model(struct bfa_ioc *ioc, char *model);
|
|
|
|
static u64 bfa_ioc_get_pwwn(struct bfa_ioc *ioc);
|
2010-08-24 03:24:12 +00:00
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* IOC state machine definitions/declarations */
|
2010-08-24 03:24:12 +00:00
|
|
|
enum ioc_event {
|
2010-12-23 21:45:09 +00:00
|
|
|
IOC_E_RESET = 1, /*!< IOC reset request */
|
|
|
|
IOC_E_ENABLE = 2, /*!< IOC enable request */
|
|
|
|
IOC_E_DISABLE = 3, /*!< IOC disable request */
|
|
|
|
IOC_E_DETACH = 4, /*!< driver detach cleanup */
|
|
|
|
IOC_E_ENABLED = 5, /*!< f/w enabled */
|
|
|
|
IOC_E_FWRSP_GETATTR = 6, /*!< IOC get attribute response */
|
|
|
|
IOC_E_DISABLED = 7, /*!< f/w disabled */
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
IOC_E_PFFAILED = 8, /*!< failure notice by iocpf sm */
|
|
|
|
IOC_E_HBFAIL = 9, /*!< heartbeat failure */
|
|
|
|
IOC_E_HWERROR = 10, /*!< hardware error interrupt */
|
|
|
|
IOC_E_TIMEOUT = 11, /*!< timeout */
|
|
|
|
IOC_E_HWFAILED = 12, /*!< PCI mapping failure notice */
|
2010-08-24 03:24:12 +00:00
|
|
|
};
|
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_fsm_state_decl(bfa_ioc, uninit, struct bfa_ioc, enum ioc_event);
|
2010-08-24 03:24:12 +00:00
|
|
|
bfa_fsm_state_decl(bfa_ioc, reset, struct bfa_ioc, enum ioc_event);
|
|
|
|
bfa_fsm_state_decl(bfa_ioc, enabling, struct bfa_ioc, enum ioc_event);
|
|
|
|
bfa_fsm_state_decl(bfa_ioc, getattr, struct bfa_ioc, enum ioc_event);
|
|
|
|
bfa_fsm_state_decl(bfa_ioc, op, struct bfa_ioc, enum ioc_event);
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_fsm_state_decl(bfa_ioc, fail_retry, struct bfa_ioc, enum ioc_event);
|
|
|
|
bfa_fsm_state_decl(bfa_ioc, fail, struct bfa_ioc, enum ioc_event);
|
2010-08-24 03:24:12 +00:00
|
|
|
bfa_fsm_state_decl(bfa_ioc, disabling, struct bfa_ioc, enum ioc_event);
|
|
|
|
bfa_fsm_state_decl(bfa_ioc, disabled, struct bfa_ioc, enum ioc_event);
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
bfa_fsm_state_decl(bfa_ioc, hwfail, struct bfa_ioc, enum ioc_event);
|
2010-08-24 03:24:12 +00:00
|
|
|
|
|
|
|
static struct bfa_sm_table ioc_sm_table[] = {
|
2010-12-23 21:45:09 +00:00
|
|
|
{BFA_SM(bfa_ioc_sm_uninit), BFA_IOC_UNINIT},
|
2010-08-24 03:24:12 +00:00
|
|
|
{BFA_SM(bfa_ioc_sm_reset), BFA_IOC_RESET},
|
2010-12-23 21:45:09 +00:00
|
|
|
{BFA_SM(bfa_ioc_sm_enabling), BFA_IOC_ENABLING},
|
2010-08-24 03:24:12 +00:00
|
|
|
{BFA_SM(bfa_ioc_sm_getattr), BFA_IOC_GETATTR},
|
|
|
|
{BFA_SM(bfa_ioc_sm_op), BFA_IOC_OPERATIONAL},
|
2010-12-23 21:45:09 +00:00
|
|
|
{BFA_SM(bfa_ioc_sm_fail_retry), BFA_IOC_INITFAIL},
|
|
|
|
{BFA_SM(bfa_ioc_sm_fail), BFA_IOC_FAIL},
|
2010-08-24 03:24:12 +00:00
|
|
|
{BFA_SM(bfa_ioc_sm_disabling), BFA_IOC_DISABLING},
|
|
|
|
{BFA_SM(bfa_ioc_sm_disabled), BFA_IOC_DISABLED},
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
{BFA_SM(bfa_ioc_sm_hwfail), BFA_IOC_HWFAIL},
|
2010-08-24 03:24:12 +00:00
|
|
|
};
|
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
/*
|
|
|
|
* Forward declareations for iocpf state machine
|
|
|
|
*/
|
|
|
|
static void bfa_iocpf_enable(struct bfa_ioc *ioc);
|
|
|
|
static void bfa_iocpf_disable(struct bfa_ioc *ioc);
|
|
|
|
static void bfa_iocpf_fail(struct bfa_ioc *ioc);
|
|
|
|
static void bfa_iocpf_initfail(struct bfa_ioc *ioc);
|
|
|
|
static void bfa_iocpf_getattrfail(struct bfa_ioc *ioc);
|
|
|
|
static void bfa_iocpf_stop(struct bfa_ioc *ioc);
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* IOCPF state machine events */
|
2010-12-23 21:45:09 +00:00
|
|
|
enum iocpf_event {
|
|
|
|
IOCPF_E_ENABLE = 1, /*!< IOCPF enable request */
|
|
|
|
IOCPF_E_DISABLE = 2, /*!< IOCPF disable request */
|
|
|
|
IOCPF_E_STOP = 3, /*!< stop on driver detach */
|
2011-07-22 08:07:41 +00:00
|
|
|
IOCPF_E_FWREADY = 4, /*!< f/w initialization done */
|
2010-12-23 21:45:09 +00:00
|
|
|
IOCPF_E_FWRSP_ENABLE = 5, /*!< enable f/w response */
|
|
|
|
IOCPF_E_FWRSP_DISABLE = 6, /*!< disable f/w response */
|
|
|
|
IOCPF_E_FAIL = 7, /*!< failure notice by ioc sm */
|
|
|
|
IOCPF_E_INITFAIL = 8, /*!< init fail notice by ioc sm */
|
|
|
|
IOCPF_E_GETATTRFAIL = 9, /*!< init fail notice by ioc sm */
|
|
|
|
IOCPF_E_SEMLOCKED = 10, /*!< h/w semaphore is locked */
|
|
|
|
IOCPF_E_TIMEOUT = 11, /*!< f/w response timeout */
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
IOCPF_E_SEM_ERROR = 12, /*!< h/w sem mapping error */
|
2010-12-23 21:45:09 +00:00
|
|
|
};
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* IOCPF states */
|
2010-12-23 21:45:09 +00:00
|
|
|
enum bfa_iocpf_state {
|
|
|
|
BFA_IOCPF_RESET = 1, /*!< IOC is in reset state */
|
|
|
|
BFA_IOCPF_SEMWAIT = 2, /*!< Waiting for IOC h/w semaphore */
|
|
|
|
BFA_IOCPF_HWINIT = 3, /*!< IOC h/w is being initialized */
|
|
|
|
BFA_IOCPF_READY = 4, /*!< IOCPF is initialized */
|
|
|
|
BFA_IOCPF_INITFAIL = 5, /*!< IOCPF failed */
|
|
|
|
BFA_IOCPF_FAIL = 6, /*!< IOCPF failed */
|
|
|
|
BFA_IOCPF_DISABLING = 7, /*!< IOCPF is being disabled */
|
|
|
|
BFA_IOCPF_DISABLED = 8, /*!< IOCPF is disabled */
|
|
|
|
BFA_IOCPF_FWMISMATCH = 9, /*!< IOC f/w different from drivers */
|
|
|
|
};
|
|
|
|
|
|
|
|
bfa_fsm_state_decl(bfa_iocpf, reset, struct bfa_iocpf, enum iocpf_event);
|
|
|
|
bfa_fsm_state_decl(bfa_iocpf, fwcheck, struct bfa_iocpf, enum iocpf_event);
|
|
|
|
bfa_fsm_state_decl(bfa_iocpf, mismatch, struct bfa_iocpf, enum iocpf_event);
|
|
|
|
bfa_fsm_state_decl(bfa_iocpf, semwait, struct bfa_iocpf, enum iocpf_event);
|
|
|
|
bfa_fsm_state_decl(bfa_iocpf, hwinit, struct bfa_iocpf, enum iocpf_event);
|
|
|
|
bfa_fsm_state_decl(bfa_iocpf, enabling, struct bfa_iocpf, enum iocpf_event);
|
|
|
|
bfa_fsm_state_decl(bfa_iocpf, ready, struct bfa_iocpf, enum iocpf_event);
|
|
|
|
bfa_fsm_state_decl(bfa_iocpf, initfail_sync, struct bfa_iocpf,
|
|
|
|
enum iocpf_event);
|
|
|
|
bfa_fsm_state_decl(bfa_iocpf, initfail, struct bfa_iocpf, enum iocpf_event);
|
|
|
|
bfa_fsm_state_decl(bfa_iocpf, fail_sync, struct bfa_iocpf, enum iocpf_event);
|
|
|
|
bfa_fsm_state_decl(bfa_iocpf, fail, struct bfa_iocpf, enum iocpf_event);
|
|
|
|
bfa_fsm_state_decl(bfa_iocpf, disabling, struct bfa_iocpf, enum iocpf_event);
|
|
|
|
bfa_fsm_state_decl(bfa_iocpf, disabling_sync, struct bfa_iocpf,
|
|
|
|
enum iocpf_event);
|
|
|
|
bfa_fsm_state_decl(bfa_iocpf, disabled, struct bfa_iocpf, enum iocpf_event);
|
|
|
|
|
|
|
|
static struct bfa_sm_table iocpf_sm_table[] = {
|
|
|
|
{BFA_SM(bfa_iocpf_sm_reset), BFA_IOCPF_RESET},
|
|
|
|
{BFA_SM(bfa_iocpf_sm_fwcheck), BFA_IOCPF_FWMISMATCH},
|
|
|
|
{BFA_SM(bfa_iocpf_sm_mismatch), BFA_IOCPF_FWMISMATCH},
|
|
|
|
{BFA_SM(bfa_iocpf_sm_semwait), BFA_IOCPF_SEMWAIT},
|
|
|
|
{BFA_SM(bfa_iocpf_sm_hwinit), BFA_IOCPF_HWINIT},
|
|
|
|
{BFA_SM(bfa_iocpf_sm_enabling), BFA_IOCPF_HWINIT},
|
|
|
|
{BFA_SM(bfa_iocpf_sm_ready), BFA_IOCPF_READY},
|
|
|
|
{BFA_SM(bfa_iocpf_sm_initfail_sync), BFA_IOCPF_INITFAIL},
|
|
|
|
{BFA_SM(bfa_iocpf_sm_initfail), BFA_IOCPF_INITFAIL},
|
|
|
|
{BFA_SM(bfa_iocpf_sm_fail_sync), BFA_IOCPF_FAIL},
|
|
|
|
{BFA_SM(bfa_iocpf_sm_fail), BFA_IOCPF_FAIL},
|
|
|
|
{BFA_SM(bfa_iocpf_sm_disabling), BFA_IOCPF_DISABLING},
|
|
|
|
{BFA_SM(bfa_iocpf_sm_disabling_sync), BFA_IOCPF_DISABLING},
|
|
|
|
{BFA_SM(bfa_iocpf_sm_disabled), BFA_IOCPF_DISABLED},
|
|
|
|
};
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* IOC State Machine */
|
2010-12-23 21:45:09 +00:00
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Beginning state. IOC uninit state. */
|
2010-12-23 21:45:09 +00:00
|
|
|
static void
|
|
|
|
bfa_ioc_sm_uninit_entry(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* IOC is in uninit state. */
|
2010-12-23 21:45:09 +00:00
|
|
|
static void
|
|
|
|
bfa_ioc_sm_uninit(struct bfa_ioc *ioc, enum ioc_event event)
|
|
|
|
{
|
|
|
|
switch (event) {
|
|
|
|
case IOC_E_RESET:
|
|
|
|
bfa_fsm_set_state(ioc, bfa_ioc_sm_reset);
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
2011-07-22 08:07:43 +00:00
|
|
|
bfa_sm_fault(event);
|
2010-12-23 21:45:09 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Reset entry actions -- initialize state machine */
|
2010-08-24 03:24:12 +00:00
|
|
|
static void
|
|
|
|
bfa_ioc_sm_reset_entry(struct bfa_ioc *ioc)
|
|
|
|
{
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_fsm_set_state(&ioc->iocpf, bfa_iocpf_sm_reset);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* IOC is in reset state. */
|
2010-08-24 03:24:12 +00:00
|
|
|
static void
|
|
|
|
bfa_ioc_sm_reset(struct bfa_ioc *ioc, enum ioc_event event)
|
|
|
|
{
|
|
|
|
switch (event) {
|
|
|
|
case IOC_E_ENABLE:
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_fsm_set_state(ioc, bfa_ioc_sm_enabling);
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
case IOC_E_DISABLE:
|
|
|
|
bfa_ioc_disable_comp(ioc);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case IOC_E_DETACH:
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_fsm_set_state(ioc, bfa_ioc_sm_uninit);
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
2011-07-22 08:07:43 +00:00
|
|
|
bfa_sm_fault(event);
|
2010-12-23 21:45:09 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_ioc_sm_enabling_entry(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
bfa_iocpf_enable(ioc);
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Host IOC function is being enabled, awaiting response from firmware.
|
2010-12-23 21:45:09 +00:00
|
|
|
* Semaphore is acquired.
|
|
|
|
*/
|
|
|
|
static void
|
|
|
|
bfa_ioc_sm_enabling(struct bfa_ioc *ioc, enum ioc_event event)
|
|
|
|
{
|
|
|
|
switch (event) {
|
|
|
|
case IOC_E_ENABLED:
|
|
|
|
bfa_fsm_set_state(ioc, bfa_ioc_sm_getattr);
|
|
|
|
break;
|
|
|
|
|
2011-07-22 08:07:46 +00:00
|
|
|
case IOC_E_PFFAILED:
|
2010-12-23 21:45:09 +00:00
|
|
|
/* !!! fall through !!! */
|
|
|
|
case IOC_E_HWERROR:
|
|
|
|
ioc->cbfn->enable_cbfn(ioc->bfa, BFA_STATUS_IOC_FAILURE);
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
bfa_fsm_set_state(ioc, bfa_ioc_sm_fail);
|
2011-07-22 08:07:46 +00:00
|
|
|
if (event != IOC_E_PFFAILED)
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_iocpf_initfail(ioc);
|
|
|
|
break;
|
|
|
|
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
case IOC_E_HWFAILED:
|
|
|
|
ioc->cbfn->enable_cbfn(ioc->bfa, BFA_STATUS_IOC_FAILURE);
|
|
|
|
bfa_fsm_set_state(ioc, bfa_ioc_sm_hwfail);
|
|
|
|
break;
|
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOC_E_DISABLE:
|
|
|
|
bfa_fsm_set_state(ioc, bfa_ioc_sm_disabling);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case IOC_E_DETACH:
|
|
|
|
bfa_fsm_set_state(ioc, bfa_ioc_sm_uninit);
|
|
|
|
bfa_iocpf_stop(ioc);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case IOC_E_ENABLE:
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
2011-07-22 08:07:43 +00:00
|
|
|
bfa_sm_fault(event);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Semaphore should be acquired for version check. */
|
2010-08-24 03:24:12 +00:00
|
|
|
static void
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_ioc_sm_getattr_entry(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
mod_timer(&ioc->ioc_timer, jiffies +
|
|
|
|
msecs_to_jiffies(BFA_IOC_TOV));
|
|
|
|
bfa_ioc_send_getattr(ioc);
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* IOC configuration in progress. Timer is active. */
|
2010-12-23 21:45:09 +00:00
|
|
|
static void
|
|
|
|
bfa_ioc_sm_getattr(struct bfa_ioc *ioc, enum ioc_event event)
|
|
|
|
{
|
|
|
|
switch (event) {
|
|
|
|
case IOC_E_FWRSP_GETATTR:
|
|
|
|
del_timer(&ioc->ioc_timer);
|
|
|
|
bfa_fsm_set_state(ioc, bfa_ioc_sm_op);
|
|
|
|
break;
|
|
|
|
|
2011-07-22 08:07:46 +00:00
|
|
|
case IOC_E_PFFAILED:
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOC_E_HWERROR:
|
|
|
|
del_timer(&ioc->ioc_timer);
|
|
|
|
/* fall through */
|
|
|
|
case IOC_E_TIMEOUT:
|
|
|
|
ioc->cbfn->enable_cbfn(ioc->bfa, BFA_STATUS_IOC_FAILURE);
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
bfa_fsm_set_state(ioc, bfa_ioc_sm_fail);
|
2011-07-22 08:07:46 +00:00
|
|
|
if (event != IOC_E_PFFAILED)
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_iocpf_getattrfail(ioc);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case IOC_E_DISABLE:
|
|
|
|
del_timer(&ioc->ioc_timer);
|
|
|
|
bfa_fsm_set_state(ioc, bfa_ioc_sm_disabling);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case IOC_E_ENABLE:
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
2011-07-22 08:07:43 +00:00
|
|
|
bfa_sm_fault(event);
|
2010-12-23 21:45:09 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_ioc_sm_op_entry(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
ioc->cbfn->enable_cbfn(ioc->bfa, BFA_STATUS_OK);
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
bfa_ioc_event_notify(ioc, BFA_IOC_E_ENABLED);
|
2012-04-04 05:42:54 +00:00
|
|
|
bfa_ioc_hb_monitor(ioc);
|
2010-12-23 21:45:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_ioc_sm_op(struct bfa_ioc *ioc, enum ioc_event event)
|
|
|
|
{
|
|
|
|
switch (event) {
|
|
|
|
case IOC_E_ENABLE:
|
|
|
|
break;
|
|
|
|
|
|
|
|
case IOC_E_DISABLE:
|
|
|
|
bfa_ioc_hb_stop(ioc);
|
|
|
|
bfa_fsm_set_state(ioc, bfa_ioc_sm_disabling);
|
|
|
|
break;
|
|
|
|
|
2011-07-22 08:07:46 +00:00
|
|
|
case IOC_E_PFFAILED:
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOC_E_HWERROR:
|
|
|
|
bfa_ioc_hb_stop(ioc);
|
|
|
|
/* !!! fall through !!! */
|
|
|
|
case IOC_E_HBFAIL:
|
|
|
|
if (ioc->iocpf.auto_recover)
|
|
|
|
bfa_fsm_set_state(ioc, bfa_ioc_sm_fail_retry);
|
|
|
|
else
|
|
|
|
bfa_fsm_set_state(ioc, bfa_ioc_sm_fail);
|
|
|
|
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
bfa_ioc_fail_notify(ioc);
|
|
|
|
|
2011-07-22 08:07:46 +00:00
|
|
|
if (event != IOC_E_PFFAILED)
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_iocpf_fail(ioc);
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
2011-07-22 08:07:43 +00:00
|
|
|
bfa_sm_fault(event);
|
2010-12-23 21:45:09 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_ioc_sm_disabling_entry(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
bfa_iocpf_disable(ioc);
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* IOC is being disabled */
|
2010-12-23 21:45:09 +00:00
|
|
|
static void
|
|
|
|
bfa_ioc_sm_disabling(struct bfa_ioc *ioc, enum ioc_event event)
|
|
|
|
{
|
|
|
|
switch (event) {
|
|
|
|
case IOC_E_DISABLED:
|
|
|
|
bfa_fsm_set_state(ioc, bfa_ioc_sm_disabled);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case IOC_E_HWERROR:
|
|
|
|
/*
|
|
|
|
* No state change. Will move to disabled state
|
|
|
|
* after iocpf sm completes failure processing and
|
|
|
|
* moves to disabled state.
|
|
|
|
*/
|
|
|
|
bfa_iocpf_fail(ioc);
|
|
|
|
break;
|
|
|
|
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
case IOC_E_HWFAILED:
|
|
|
|
bfa_fsm_set_state(ioc, bfa_ioc_sm_hwfail);
|
|
|
|
bfa_ioc_disable_comp(ioc);
|
|
|
|
break;
|
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
default:
|
2011-07-22 08:07:43 +00:00
|
|
|
bfa_sm_fault(event);
|
2010-12-23 21:45:09 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* IOC disable completion entry. */
|
2010-12-23 21:45:09 +00:00
|
|
|
static void
|
|
|
|
bfa_ioc_sm_disabled_entry(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
bfa_ioc_disable_comp(ioc);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_ioc_sm_disabled(struct bfa_ioc *ioc, enum ioc_event event)
|
|
|
|
{
|
|
|
|
switch (event) {
|
|
|
|
case IOC_E_ENABLE:
|
|
|
|
bfa_fsm_set_state(ioc, bfa_ioc_sm_enabling);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case IOC_E_DISABLE:
|
|
|
|
ioc->cbfn->disable_cbfn(ioc->bfa);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case IOC_E_DETACH:
|
|
|
|
bfa_fsm_set_state(ioc, bfa_ioc_sm_uninit);
|
|
|
|
bfa_iocpf_stop(ioc);
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
2011-07-22 08:07:43 +00:00
|
|
|
bfa_sm_fault(event);
|
2010-12-23 21:45:09 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_ioc_sm_fail_retry_entry(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Hardware initialization retry. */
|
2010-12-23 21:45:09 +00:00
|
|
|
static void
|
|
|
|
bfa_ioc_sm_fail_retry(struct bfa_ioc *ioc, enum ioc_event event)
|
|
|
|
{
|
|
|
|
switch (event) {
|
|
|
|
case IOC_E_ENABLED:
|
|
|
|
bfa_fsm_set_state(ioc, bfa_ioc_sm_getattr);
|
|
|
|
break;
|
|
|
|
|
2011-07-22 08:07:46 +00:00
|
|
|
case IOC_E_PFFAILED:
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOC_E_HWERROR:
|
|
|
|
/**
|
|
|
|
* Initialization retry failed.
|
|
|
|
*/
|
|
|
|
ioc->cbfn->enable_cbfn(ioc->bfa, BFA_STATUS_IOC_FAILURE);
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
bfa_fsm_set_state(ioc, bfa_ioc_sm_fail);
|
2011-07-22 08:07:46 +00:00
|
|
|
if (event != IOC_E_PFFAILED)
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_iocpf_initfail(ioc);
|
|
|
|
break;
|
|
|
|
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
case IOC_E_HWFAILED:
|
|
|
|
ioc->cbfn->enable_cbfn(ioc->bfa, BFA_STATUS_IOC_FAILURE);
|
|
|
|
bfa_fsm_set_state(ioc, bfa_ioc_sm_hwfail);
|
2010-12-23 21:45:09 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
case IOC_E_ENABLE:
|
|
|
|
break;
|
|
|
|
|
|
|
|
case IOC_E_DISABLE:
|
|
|
|
bfa_fsm_set_state(ioc, bfa_ioc_sm_disabling);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case IOC_E_DETACH:
|
|
|
|
bfa_fsm_set_state(ioc, bfa_ioc_sm_uninit);
|
|
|
|
bfa_iocpf_stop(ioc);
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
2011-07-22 08:07:43 +00:00
|
|
|
bfa_sm_fault(event);
|
2010-12-23 21:45:09 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_ioc_sm_fail_entry(struct bfa_ioc *ioc)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2010-12-23 21:45:09 +00:00
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* IOC failure. */
|
2010-12-23 21:45:09 +00:00
|
|
|
static void
|
|
|
|
bfa_ioc_sm_fail(struct bfa_ioc *ioc, enum ioc_event event)
|
|
|
|
{
|
|
|
|
switch (event) {
|
|
|
|
case IOC_E_ENABLE:
|
|
|
|
ioc->cbfn->enable_cbfn(ioc->bfa, BFA_STATUS_IOC_FAILURE);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case IOC_E_DISABLE:
|
|
|
|
bfa_fsm_set_state(ioc, bfa_ioc_sm_disabling);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case IOC_E_DETACH:
|
|
|
|
bfa_fsm_set_state(ioc, bfa_ioc_sm_uninit);
|
|
|
|
bfa_iocpf_stop(ioc);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case IOC_E_HWERROR:
|
|
|
|
/* HB failure notification, ignore. */
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
2011-07-22 08:07:43 +00:00
|
|
|
bfa_sm_fault(event);
|
2010-12-23 21:45:09 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
static void
|
|
|
|
bfa_ioc_sm_hwfail_entry(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* IOC failure. */
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
static void
|
|
|
|
bfa_ioc_sm_hwfail(struct bfa_ioc *ioc, enum ioc_event event)
|
|
|
|
{
|
|
|
|
switch (event) {
|
|
|
|
|
|
|
|
case IOC_E_ENABLE:
|
|
|
|
ioc->cbfn->enable_cbfn(ioc->bfa, BFA_STATUS_IOC_FAILURE);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case IOC_E_DISABLE:
|
|
|
|
ioc->cbfn->disable_cbfn(ioc->bfa);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case IOC_E_DETACH:
|
|
|
|
bfa_fsm_set_state(ioc, bfa_ioc_sm_uninit);
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
|
|
|
bfa_sm_fault(event);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* IOCPF State Machine */
|
2010-12-23 21:45:09 +00:00
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Reset entry actions -- initialize state machine */
|
2010-12-23 21:45:09 +00:00
|
|
|
static void
|
|
|
|
bfa_iocpf_sm_reset_entry(struct bfa_iocpf *iocpf)
|
|
|
|
{
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
iocpf->fw_mismatch_notified = false;
|
2010-12-23 21:45:09 +00:00
|
|
|
iocpf->auto_recover = bfa_nw_auto_recover;
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Beginning state. IOC is in reset state. */
|
2010-12-23 21:45:09 +00:00
|
|
|
static void
|
|
|
|
bfa_iocpf_sm_reset(struct bfa_iocpf *iocpf, enum iocpf_event event)
|
|
|
|
{
|
|
|
|
switch (event) {
|
|
|
|
case IOCPF_E_ENABLE:
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_fwcheck);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case IOCPF_E_STOP:
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
2011-07-22 08:07:43 +00:00
|
|
|
bfa_sm_fault(event);
|
2010-12-23 21:45:09 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Semaphore should be acquired for version check. */
|
2010-12-23 21:45:09 +00:00
|
|
|
static void
|
|
|
|
bfa_iocpf_sm_fwcheck_entry(struct bfa_iocpf *iocpf)
|
|
|
|
{
|
2011-07-22 08:07:47 +00:00
|
|
|
bfa_ioc_hw_sem_init(iocpf->ioc);
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_ioc_hw_sem_get(iocpf->ioc);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Awaiting h/w semaphore to continue with version check. */
|
2010-08-24 03:24:12 +00:00
|
|
|
static void
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_iocpf_sm_fwcheck(struct bfa_iocpf *iocpf, enum iocpf_event event)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2010-12-23 21:45:09 +00:00
|
|
|
struct bfa_ioc *ioc = iocpf->ioc;
|
|
|
|
|
2010-08-24 03:24:12 +00:00
|
|
|
switch (event) {
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOCPF_E_SEMLOCKED:
|
2010-08-24 03:24:12 +00:00
|
|
|
if (bfa_ioc_firmware_lock(ioc)) {
|
2011-04-14 08:05:18 +00:00
|
|
|
if (bfa_ioc_sync_start(ioc)) {
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_ioc_sync_join(ioc);
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_hwinit);
|
|
|
|
} else {
|
|
|
|
bfa_ioc_firmware_unlock(ioc);
|
|
|
|
bfa_nw_ioc_hw_sem_release(ioc);
|
|
|
|
mod_timer(&ioc->sem_timer, jiffies +
|
|
|
|
msecs_to_jiffies(BFA_IOC_HWSEM_TOV));
|
|
|
|
}
|
2010-08-24 03:24:12 +00:00
|
|
|
} else {
|
2010-08-26 06:00:27 +00:00
|
|
|
bfa_nw_ioc_hw_sem_release(ioc);
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_mismatch);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
case IOCPF_E_SEM_ERROR:
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_fail);
|
|
|
|
bfa_ioc_pf_hwfailed(ioc);
|
|
|
|
break;
|
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOCPF_E_DISABLE:
|
2010-08-24 03:24:12 +00:00
|
|
|
bfa_ioc_hw_sem_get_cancel(ioc);
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_reset);
|
|
|
|
bfa_ioc_pf_disabled(ioc);
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOCPF_E_STOP:
|
|
|
|
bfa_ioc_hw_sem_get_cancel(ioc);
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_reset);
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
2011-07-22 08:07:43 +00:00
|
|
|
bfa_sm_fault(event);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Notify enable completion callback */
|
2010-08-24 03:24:12 +00:00
|
|
|
static void
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_iocpf_sm_mismatch_entry(struct bfa_iocpf *iocpf)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2010-12-23 21:45:09 +00:00
|
|
|
/* Call only the first time sm enters fwmismatch state. */
|
2012-02-09 11:17:23 +00:00
|
|
|
if (!iocpf->fw_mismatch_notified)
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_ioc_pf_fwmismatch(iocpf->ioc);
|
|
|
|
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
iocpf->fw_mismatch_notified = true;
|
2010-12-23 21:45:09 +00:00
|
|
|
mod_timer(&(iocpf->ioc)->iocpf_timer, jiffies +
|
|
|
|
msecs_to_jiffies(BFA_IOC_TOV));
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Awaiting firmware version match. */
|
2010-08-24 03:24:12 +00:00
|
|
|
static void
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_iocpf_sm_mismatch(struct bfa_iocpf *iocpf, enum iocpf_event event)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2010-12-23 21:45:09 +00:00
|
|
|
struct bfa_ioc *ioc = iocpf->ioc;
|
|
|
|
|
2010-08-24 03:24:12 +00:00
|
|
|
switch (event) {
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOCPF_E_TIMEOUT:
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_fwcheck);
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOCPF_E_DISABLE:
|
|
|
|
del_timer(&ioc->iocpf_timer);
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_reset);
|
|
|
|
bfa_ioc_pf_disabled(ioc);
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOCPF_E_STOP:
|
|
|
|
del_timer(&ioc->iocpf_timer);
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_reset);
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
2011-07-22 08:07:43 +00:00
|
|
|
bfa_sm_fault(event);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Request for semaphore. */
|
2010-08-24 03:24:12 +00:00
|
|
|
static void
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_iocpf_sm_semwait_entry(struct bfa_iocpf *iocpf)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_ioc_hw_sem_get(iocpf->ioc);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Awaiting semaphore for h/w initialzation. */
|
2010-08-24 03:24:12 +00:00
|
|
|
static void
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_iocpf_sm_semwait(struct bfa_iocpf *iocpf, enum iocpf_event event)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2010-12-23 21:45:09 +00:00
|
|
|
struct bfa_ioc *ioc = iocpf->ioc;
|
|
|
|
|
2010-08-24 03:24:12 +00:00
|
|
|
switch (event) {
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOCPF_E_SEMLOCKED:
|
|
|
|
if (bfa_ioc_sync_complete(ioc)) {
|
|
|
|
bfa_ioc_sync_join(ioc);
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_hwinit);
|
|
|
|
} else {
|
|
|
|
bfa_nw_ioc_hw_sem_release(ioc);
|
|
|
|
mod_timer(&ioc->sem_timer, jiffies +
|
|
|
|
msecs_to_jiffies(BFA_IOC_HWSEM_TOV));
|
|
|
|
}
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
case IOCPF_E_SEM_ERROR:
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_fail);
|
|
|
|
bfa_ioc_pf_hwfailed(ioc);
|
|
|
|
break;
|
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOCPF_E_DISABLE:
|
2010-08-24 03:24:12 +00:00
|
|
|
bfa_ioc_hw_sem_get_cancel(ioc);
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_disabling_sync);
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
2011-07-22 08:07:43 +00:00
|
|
|
bfa_sm_fault(event);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_iocpf_sm_hwinit_entry(struct bfa_iocpf *iocpf)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
iocpf->poll_time = 0;
|
2011-09-27 10:39:09 +00:00
|
|
|
bfa_ioc_reset(iocpf->ioc, false);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Hardware is being initialized. Interrupts are enabled.
|
2010-08-24 03:24:12 +00:00
|
|
|
* Holding hardware semaphore lock.
|
|
|
|
*/
|
|
|
|
static void
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_iocpf_sm_hwinit(struct bfa_iocpf *iocpf, enum iocpf_event event)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2010-12-23 21:45:09 +00:00
|
|
|
struct bfa_ioc *ioc = iocpf->ioc;
|
|
|
|
|
2010-08-24 03:24:12 +00:00
|
|
|
switch (event) {
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOCPF_E_FWREADY:
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_enabling);
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOCPF_E_TIMEOUT:
|
2010-08-26 06:00:27 +00:00
|
|
|
bfa_nw_ioc_hw_sem_release(ioc);
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_ioc_pf_failed(ioc);
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_initfail_sync);
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOCPF_E_DISABLE:
|
|
|
|
del_timer(&ioc->iocpf_timer);
|
|
|
|
bfa_ioc_sync_leave(ioc);
|
2010-08-26 06:00:27 +00:00
|
|
|
bfa_nw_ioc_hw_sem_release(ioc);
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_disabled);
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
2011-07-22 08:07:43 +00:00
|
|
|
bfa_sm_fault(event);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_iocpf_sm_enabling_entry(struct bfa_iocpf *iocpf)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2010-12-23 21:45:09 +00:00
|
|
|
mod_timer(&(iocpf->ioc)->iocpf_timer, jiffies +
|
|
|
|
msecs_to_jiffies(BFA_IOC_TOV));
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
/**
|
|
|
|
* Enable Interrupts before sending fw IOC ENABLE cmd.
|
|
|
|
*/
|
|
|
|
iocpf->ioc->cbfn->reset_cbfn(iocpf->ioc->bfa);
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_ioc_send_enable(iocpf->ioc);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Host IOC function is being enabled, awaiting response from firmware.
|
2010-08-24 03:24:12 +00:00
|
|
|
* Semaphore is acquired.
|
|
|
|
*/
|
|
|
|
static void
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_iocpf_sm_enabling(struct bfa_iocpf *iocpf, enum iocpf_event event)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2010-12-23 21:45:09 +00:00
|
|
|
struct bfa_ioc *ioc = iocpf->ioc;
|
|
|
|
|
2010-08-24 03:24:12 +00:00
|
|
|
switch (event) {
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOCPF_E_FWRSP_ENABLE:
|
|
|
|
del_timer(&ioc->iocpf_timer);
|
2010-08-26 06:00:27 +00:00
|
|
|
bfa_nw_ioc_hw_sem_release(ioc);
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_ready);
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOCPF_E_INITFAIL:
|
|
|
|
del_timer(&ioc->iocpf_timer);
|
|
|
|
/*
|
|
|
|
* !!! fall through !!!
|
|
|
|
*/
|
|
|
|
case IOCPF_E_TIMEOUT:
|
2010-08-26 06:00:27 +00:00
|
|
|
bfa_nw_ioc_hw_sem_release(ioc);
|
2010-12-23 21:45:09 +00:00
|
|
|
if (event == IOCPF_E_TIMEOUT)
|
|
|
|
bfa_ioc_pf_failed(ioc);
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_initfail_sync);
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOCPF_E_DISABLE:
|
|
|
|
del_timer(&ioc->iocpf_timer);
|
2010-08-26 06:00:27 +00:00
|
|
|
bfa_nw_ioc_hw_sem_release(ioc);
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_disabling);
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
2011-07-22 08:07:43 +00:00
|
|
|
bfa_sm_fault(event);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_iocpf_sm_ready_entry(struct bfa_iocpf *iocpf)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_ioc_pf_enabled(iocpf->ioc);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_iocpf_sm_ready(struct bfa_iocpf *iocpf, enum iocpf_event event)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
|
|
|
switch (event) {
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOCPF_E_DISABLE:
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_disabling);
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOCPF_E_GETATTRFAIL:
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_initfail_sync);
|
|
|
|
break;
|
2010-08-24 03:24:12 +00:00
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOCPF_E_FAIL:
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_fail_sync);
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
2011-07-22 08:07:43 +00:00
|
|
|
bfa_sm_fault(event);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_iocpf_sm_disabling_entry(struct bfa_iocpf *iocpf)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2010-12-23 21:45:09 +00:00
|
|
|
mod_timer(&(iocpf->ioc)->iocpf_timer, jiffies +
|
|
|
|
msecs_to_jiffies(BFA_IOC_TOV));
|
|
|
|
bfa_ioc_send_disable(iocpf->ioc);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* IOC is being disabled */
|
2010-08-24 03:24:12 +00:00
|
|
|
static void
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_iocpf_sm_disabling(struct bfa_iocpf *iocpf, enum iocpf_event event)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2010-12-23 21:45:09 +00:00
|
|
|
struct bfa_ioc *ioc = iocpf->ioc;
|
2010-08-24 03:24:12 +00:00
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
switch (event) {
|
|
|
|
case IOCPF_E_FWRSP_DISABLE:
|
|
|
|
del_timer(&ioc->iocpf_timer);
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_disabling_sync);
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOCPF_E_FAIL:
|
|
|
|
del_timer(&ioc->iocpf_timer);
|
|
|
|
/*
|
|
|
|
* !!! fall through !!!
|
2010-08-24 03:24:12 +00:00
|
|
|
*/
|
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOCPF_E_TIMEOUT:
|
2013-12-18 01:07:32 +00:00
|
|
|
bfa_ioc_set_cur_ioc_fwstate(ioc, BFI_IOC_FAIL);
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_disabling_sync);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case IOCPF_E_FWRSP_ENABLE:
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
2011-07-22 08:07:43 +00:00
|
|
|
bfa_sm_fault(event);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_iocpf_sm_disabling_sync_entry(struct bfa_iocpf *iocpf)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_ioc_hw_sem_get(iocpf->ioc);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* IOC hb ack request is being removed. */
|
2010-08-24 03:24:12 +00:00
|
|
|
static void
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_iocpf_sm_disabling_sync(struct bfa_iocpf *iocpf, enum iocpf_event event)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2010-12-23 21:45:09 +00:00
|
|
|
struct bfa_ioc *ioc = iocpf->ioc;
|
|
|
|
|
2010-08-24 03:24:12 +00:00
|
|
|
switch (event) {
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOCPF_E_SEMLOCKED:
|
|
|
|
bfa_ioc_sync_leave(ioc);
|
|
|
|
bfa_nw_ioc_hw_sem_release(ioc);
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_disabled);
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
case IOCPF_E_SEM_ERROR:
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_fail);
|
|
|
|
bfa_ioc_pf_hwfailed(ioc);
|
|
|
|
break;
|
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOCPF_E_FAIL:
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
2011-07-22 08:07:43 +00:00
|
|
|
bfa_sm_fault(event);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* IOC disable completion entry. */
|
2010-08-24 03:24:12 +00:00
|
|
|
static void
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_iocpf_sm_disabled_entry(struct bfa_iocpf *iocpf)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2011-07-22 08:07:45 +00:00
|
|
|
bfa_ioc_mbox_flush(iocpf->ioc);
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_ioc_pf_disabled(iocpf->ioc);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_iocpf_sm_disabled(struct bfa_iocpf *iocpf, enum iocpf_event event)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2010-12-23 21:45:09 +00:00
|
|
|
struct bfa_ioc *ioc = iocpf->ioc;
|
2010-08-24 03:24:12 +00:00
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
switch (event) {
|
|
|
|
case IOCPF_E_ENABLE:
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_semwait);
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOCPF_E_STOP:
|
2010-08-24 03:24:12 +00:00
|
|
|
bfa_ioc_firmware_unlock(ioc);
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_reset);
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
2011-07-22 08:07:43 +00:00
|
|
|
bfa_sm_fault(event);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_iocpf_sm_initfail_sync_entry(struct bfa_iocpf *iocpf)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2011-12-22 13:30:19 +00:00
|
|
|
bfa_nw_ioc_debug_save_ftrc(iocpf->ioc);
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_ioc_hw_sem_get(iocpf->ioc);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Hardware initialization failed. */
|
2010-08-24 03:24:12 +00:00
|
|
|
static void
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_iocpf_sm_initfail_sync(struct bfa_iocpf *iocpf, enum iocpf_event event)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2010-12-23 21:45:09 +00:00
|
|
|
struct bfa_ioc *ioc = iocpf->ioc;
|
|
|
|
|
2010-08-24 03:24:12 +00:00
|
|
|
switch (event) {
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOCPF_E_SEMLOCKED:
|
|
|
|
bfa_ioc_notify_fail(ioc);
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
bfa_ioc_sync_leave(ioc);
|
2013-12-18 01:07:32 +00:00
|
|
|
bfa_ioc_set_cur_ioc_fwstate(ioc, BFI_IOC_FAIL);
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
bfa_nw_ioc_hw_sem_release(ioc);
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_initfail);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case IOCPF_E_SEM_ERROR:
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_fail);
|
|
|
|
bfa_ioc_pf_hwfailed(ioc);
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOCPF_E_DISABLE:
|
|
|
|
bfa_ioc_hw_sem_get_cancel(ioc);
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_disabling_sync);
|
|
|
|
break;
|
|
|
|
|
|
|
|
case IOCPF_E_STOP:
|
|
|
|
bfa_ioc_hw_sem_get_cancel(ioc);
|
2010-08-24 03:24:12 +00:00
|
|
|
bfa_ioc_firmware_unlock(ioc);
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_reset);
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOCPF_E_FAIL:
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
2011-07-22 08:07:43 +00:00
|
|
|
bfa_sm_fault(event);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_iocpf_sm_initfail_entry(struct bfa_iocpf *iocpf)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2010-12-23 21:45:09 +00:00
|
|
|
}
|
2010-08-24 03:24:12 +00:00
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Hardware initialization failed. */
|
2010-12-23 21:45:09 +00:00
|
|
|
static void
|
|
|
|
bfa_iocpf_sm_initfail(struct bfa_iocpf *iocpf, enum iocpf_event event)
|
|
|
|
{
|
|
|
|
struct bfa_ioc *ioc = iocpf->ioc;
|
2010-08-24 03:24:12 +00:00
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
switch (event) {
|
|
|
|
case IOCPF_E_DISABLE:
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_disabled);
|
|
|
|
break;
|
2010-08-24 03:24:12 +00:00
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOCPF_E_STOP:
|
|
|
|
bfa_ioc_firmware_unlock(ioc);
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_reset);
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
2011-07-22 08:07:43 +00:00
|
|
|
bfa_sm_fault(event);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
2010-12-23 21:45:09 +00:00
|
|
|
}
|
2010-08-24 03:24:12 +00:00
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
static void
|
|
|
|
bfa_iocpf_sm_fail_sync_entry(struct bfa_iocpf *iocpf)
|
|
|
|
{
|
2010-08-24 03:24:12 +00:00
|
|
|
/**
|
2010-12-23 21:45:09 +00:00
|
|
|
* Mark IOC as failed in hardware and stop firmware.
|
2010-08-24 03:24:12 +00:00
|
|
|
*/
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_ioc_lpu_stop(iocpf->ioc);
|
2010-08-24 03:24:12 +00:00
|
|
|
|
|
|
|
/**
|
2010-12-23 21:45:09 +00:00
|
|
|
* Flush any queued up mailbox requests.
|
2010-08-24 03:24:12 +00:00
|
|
|
*/
|
2011-07-22 08:07:45 +00:00
|
|
|
bfa_ioc_mbox_flush(iocpf->ioc);
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_ioc_hw_sem_get(iocpf->ioc);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* IOC is in failed state. */
|
2010-08-24 03:24:12 +00:00
|
|
|
static void
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_iocpf_sm_fail_sync(struct bfa_iocpf *iocpf, enum iocpf_event event)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2010-12-23 21:45:09 +00:00
|
|
|
struct bfa_ioc *ioc = iocpf->ioc;
|
2010-08-24 03:24:12 +00:00
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
switch (event) {
|
|
|
|
case IOCPF_E_SEMLOCKED:
|
|
|
|
bfa_ioc_sync_ack(ioc);
|
|
|
|
bfa_ioc_notify_fail(ioc);
|
|
|
|
if (!iocpf->auto_recover) {
|
|
|
|
bfa_ioc_sync_leave(ioc);
|
2013-12-18 01:07:32 +00:00
|
|
|
bfa_ioc_set_cur_ioc_fwstate(ioc, BFI_IOC_FAIL);
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_nw_ioc_hw_sem_release(ioc);
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_fail);
|
|
|
|
} else {
|
|
|
|
if (bfa_ioc_sync_complete(ioc))
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_hwinit);
|
|
|
|
else {
|
|
|
|
bfa_nw_ioc_hw_sem_release(ioc);
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_semwait);
|
|
|
|
}
|
|
|
|
}
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
case IOCPF_E_SEM_ERROR:
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_fail);
|
|
|
|
bfa_ioc_pf_hwfailed(ioc);
|
|
|
|
break;
|
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOCPF_E_DISABLE:
|
|
|
|
bfa_ioc_hw_sem_get_cancel(ioc);
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_disabling_sync);
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
case IOCPF_E_FAIL:
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
default:
|
2011-07-22 08:07:43 +00:00
|
|
|
bfa_sm_fault(event);
|
2010-12-23 21:45:09 +00:00
|
|
|
}
|
|
|
|
}
|
2010-08-24 03:24:12 +00:00
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
static void
|
|
|
|
bfa_iocpf_sm_fail_entry(struct bfa_iocpf *iocpf)
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* IOC is in failed state. */
|
2010-12-23 21:45:09 +00:00
|
|
|
static void
|
|
|
|
bfa_iocpf_sm_fail(struct bfa_iocpf *iocpf, enum iocpf_event event)
|
|
|
|
{
|
|
|
|
switch (event) {
|
|
|
|
case IOCPF_E_DISABLE:
|
|
|
|
bfa_fsm_set_state(iocpf, bfa_iocpf_sm_disabled);
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
2010-12-23 21:45:09 +00:00
|
|
|
|
2010-08-24 03:24:12 +00:00
|
|
|
default:
|
2011-07-22 08:07:43 +00:00
|
|
|
bfa_sm_fault(event);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* BFA IOC private functions */
|
2010-08-24 03:24:12 +00:00
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Notify common modules registered for notification. */
|
2010-08-24 03:24:12 +00:00
|
|
|
static void
|
2011-07-22 08:07:42 +00:00
|
|
|
bfa_ioc_event_notify(struct bfa_ioc *ioc, enum bfa_ioc_event event)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2011-07-22 08:07:42 +00:00
|
|
|
struct bfa_ioc_notify *notify;
|
2010-08-24 03:24:12 +00:00
|
|
|
|
2015-06-11 13:52:29 +00:00
|
|
|
list_for_each_entry(notify, &ioc->notify_q, qe)
|
2011-07-22 08:07:42 +00:00
|
|
|
notify->cbfn(notify->cbarg, event);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
2011-07-22 08:07:42 +00:00
|
|
|
static void
|
|
|
|
bfa_ioc_disable_comp(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
ioc->cbfn->disable_cbfn(ioc->bfa);
|
|
|
|
bfa_ioc_event_notify(ioc, BFA_IOC_E_DISABLED);
|
|
|
|
}
|
|
|
|
|
2010-08-24 03:24:12 +00:00
|
|
|
bool
|
2010-08-26 06:00:27 +00:00
|
|
|
bfa_nw_ioc_sem_get(void __iomem *sem_reg)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
|
|
|
u32 r32;
|
|
|
|
int cnt = 0;
|
|
|
|
#define BFA_SEM_SPINCNT 3000
|
|
|
|
|
|
|
|
r32 = readl(sem_reg);
|
|
|
|
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
while ((r32 & 1) && (cnt < BFA_SEM_SPINCNT)) {
|
2010-08-24 03:24:12 +00:00
|
|
|
cnt++;
|
|
|
|
udelay(2);
|
|
|
|
r32 = readl(sem_reg);
|
|
|
|
}
|
|
|
|
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
if (!(r32 & 1))
|
2010-08-24 03:24:12 +00:00
|
|
|
return true;
|
|
|
|
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
2010-08-26 06:00:27 +00:00
|
|
|
bfa_nw_ioc_sem_release(void __iomem *sem_reg)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2011-09-16 15:06:46 +00:00
|
|
|
readl(sem_reg);
|
2010-08-24 03:24:12 +00:00
|
|
|
writel(1, sem_reg);
|
|
|
|
}
|
|
|
|
|
2012-04-04 05:42:08 +00:00
|
|
|
/* Clear fwver hdr */
|
|
|
|
static void
|
|
|
|
bfa_ioc_fwver_clear(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
u32 pgnum, pgoff, loff = 0;
|
|
|
|
int i;
|
|
|
|
|
|
|
|
pgnum = PSS_SMEM_PGNUM(ioc->ioc_regs.smem_pg0, loff);
|
|
|
|
pgoff = PSS_SMEM_PGOFF(loff);
|
|
|
|
writel(pgnum, ioc->ioc_regs.host_page_num_fn);
|
|
|
|
|
|
|
|
for (i = 0; i < (sizeof(struct bfi_ioc_image_hdr) / sizeof(u32)); i++) {
|
|
|
|
writel(0, ioc->ioc_regs.smem_page_start + loff);
|
|
|
|
loff += sizeof(u32);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-07-22 08:07:47 +00:00
|
|
|
static void
|
|
|
|
bfa_ioc_hw_sem_init(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
struct bfi_ioc_image_hdr fwhdr;
|
2012-04-04 05:42:08 +00:00
|
|
|
u32 fwstate, r32;
|
|
|
|
|
|
|
|
/* Spin on init semaphore to serialize. */
|
|
|
|
r32 = readl(ioc->ioc_regs.ioc_init_sem_reg);
|
|
|
|
while (r32 & 0x1) {
|
|
|
|
udelay(20);
|
|
|
|
r32 = readl(ioc->ioc_regs.ioc_init_sem_reg);
|
|
|
|
}
|
2011-07-22 08:07:47 +00:00
|
|
|
|
2013-12-18 01:07:32 +00:00
|
|
|
fwstate = bfa_ioc_get_cur_ioc_fwstate(ioc);
|
2012-04-04 05:42:08 +00:00
|
|
|
if (fwstate == BFI_IOC_UNINIT) {
|
|
|
|
writel(1, ioc->ioc_regs.ioc_init_sem_reg);
|
2011-07-22 08:07:47 +00:00
|
|
|
return;
|
2012-04-04 05:42:08 +00:00
|
|
|
}
|
2011-07-22 08:07:47 +00:00
|
|
|
|
|
|
|
bfa_nw_ioc_fwver_get(ioc, &fwhdr);
|
|
|
|
|
2012-04-04 05:42:08 +00:00
|
|
|
if (swab32(fwhdr.exec) == BFI_FWBOOT_TYPE_NORMAL) {
|
|
|
|
writel(1, ioc->ioc_regs.ioc_init_sem_reg);
|
2011-07-22 08:07:47 +00:00
|
|
|
return;
|
2012-04-04 05:42:08 +00:00
|
|
|
}
|
2011-07-22 08:07:47 +00:00
|
|
|
|
2012-04-04 05:42:08 +00:00
|
|
|
bfa_ioc_fwver_clear(ioc);
|
2013-12-18 01:07:32 +00:00
|
|
|
bfa_ioc_set_cur_ioc_fwstate(ioc, BFI_IOC_UNINIT);
|
|
|
|
bfa_ioc_set_alt_ioc_fwstate(ioc, BFI_IOC_UNINIT);
|
2011-07-22 08:07:47 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Try to lock and then unlock the semaphore.
|
|
|
|
*/
|
|
|
|
readl(ioc->ioc_regs.ioc_sem_reg);
|
|
|
|
writel(1, ioc->ioc_regs.ioc_sem_reg);
|
2012-04-04 05:42:08 +00:00
|
|
|
|
|
|
|
/* Unlock init semaphore */
|
|
|
|
writel(1, ioc->ioc_regs.ioc_init_sem_reg);
|
2011-07-22 08:07:47 +00:00
|
|
|
}
|
|
|
|
|
2010-08-24 03:24:12 +00:00
|
|
|
static void
|
|
|
|
bfa_ioc_hw_sem_get(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
u32 r32;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* First read to the semaphore register will return 0, subsequent reads
|
|
|
|
* will return 1. Semaphore is released by writing 1 to the register
|
|
|
|
*/
|
|
|
|
r32 = readl(ioc->ioc_regs.ioc_sem_reg);
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
if (r32 == ~0) {
|
|
|
|
bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_SEM_ERROR);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
if (!(r32 & 1)) {
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_SEMLOCKED);
|
2010-08-24 03:24:12 +00:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
mod_timer(&ioc->sem_timer, jiffies +
|
|
|
|
msecs_to_jiffies(BFA_IOC_HWSEM_TOV));
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
2010-08-26 06:00:27 +00:00
|
|
|
bfa_nw_ioc_hw_sem_release(struct bfa_ioc *ioc)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
|
|
|
writel(1, ioc->ioc_regs.ioc_sem_reg);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_ioc_hw_sem_get_cancel(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
del_timer(&ioc->sem_timer);
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Initialize LPU local memory (aka secondary memory / SRAM) */
|
2010-08-24 03:24:12 +00:00
|
|
|
static void
|
|
|
|
bfa_ioc_lmem_init(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
u32 pss_ctl;
|
|
|
|
int i;
|
|
|
|
#define PSS_LMEM_INIT_TIME 10000
|
|
|
|
|
|
|
|
pss_ctl = readl(ioc->ioc_regs.pss_ctl_reg);
|
|
|
|
pss_ctl &= ~__PSS_LMEM_RESET;
|
|
|
|
pss_ctl |= __PSS_LMEM_INIT_EN;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* i2c workaround 12.5khz clock
|
|
|
|
*/
|
|
|
|
pss_ctl |= __PSS_I2C_CLK_DIV(3UL);
|
|
|
|
writel(pss_ctl, ioc->ioc_regs.pss_ctl_reg);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* wait for memory initialization to be complete
|
|
|
|
*/
|
|
|
|
i = 0;
|
|
|
|
do {
|
|
|
|
pss_ctl = readl(ioc->ioc_regs.pss_ctl_reg);
|
|
|
|
i++;
|
|
|
|
} while (!(pss_ctl & __PSS_LMEM_INIT_DONE) && (i < PSS_LMEM_INIT_TIME));
|
|
|
|
|
|
|
|
/**
|
|
|
|
* If memory initialization is not successful, IOC timeout will catch
|
|
|
|
* such failures.
|
|
|
|
*/
|
|
|
|
BUG_ON(!(pss_ctl & __PSS_LMEM_INIT_DONE));
|
|
|
|
|
|
|
|
pss_ctl &= ~(__PSS_LMEM_INIT_DONE | __PSS_LMEM_INIT_EN);
|
|
|
|
writel(pss_ctl, ioc->ioc_regs.pss_ctl_reg);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_ioc_lpu_start(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
u32 pss_ctl;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Take processor out of reset.
|
|
|
|
*/
|
|
|
|
pss_ctl = readl(ioc->ioc_regs.pss_ctl_reg);
|
|
|
|
pss_ctl &= ~__PSS_LPU0_RESET;
|
|
|
|
|
|
|
|
writel(pss_ctl, ioc->ioc_regs.pss_ctl_reg);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_ioc_lpu_stop(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
u32 pss_ctl;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Put processors in reset.
|
|
|
|
*/
|
|
|
|
pss_ctl = readl(ioc->ioc_regs.pss_ctl_reg);
|
|
|
|
pss_ctl |= (__PSS_LPU0_RESET | __PSS_LPU1_RESET);
|
|
|
|
|
|
|
|
writel(pss_ctl, ioc->ioc_regs.pss_ctl_reg);
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Get driver and firmware versions. */
|
2010-08-24 03:24:12 +00:00
|
|
|
void
|
2010-08-26 06:00:27 +00:00
|
|
|
bfa_nw_ioc_fwver_get(struct bfa_ioc *ioc, struct bfi_ioc_image_hdr *fwhdr)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2011-04-17 23:51:36 +00:00
|
|
|
u32 pgnum;
|
2010-08-24 03:24:12 +00:00
|
|
|
u32 loff = 0;
|
|
|
|
int i;
|
|
|
|
u32 *fwsig = (u32 *) fwhdr;
|
|
|
|
|
|
|
|
pgnum = bfa_ioc_smem_pgnum(ioc, loff);
|
|
|
|
writel(pgnum, ioc->ioc_regs.host_page_num_fn);
|
|
|
|
|
|
|
|
for (i = 0; i < (sizeof(struct bfi_ioc_image_hdr) / sizeof(u32));
|
|
|
|
i++) {
|
|
|
|
fwsig[i] =
|
2015-06-17 16:41:58 +00:00
|
|
|
swab32(readl(loff + ioc->ioc_regs.smem_page_start));
|
2010-08-24 03:24:12 +00:00
|
|
|
loff += sizeof(u32);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-12-18 01:07:41 +00:00
|
|
|
static bool
|
|
|
|
bfa_ioc_fwver_md5_check(struct bfi_ioc_image_hdr *fwhdr_1,
|
|
|
|
struct bfi_ioc_image_hdr *fwhdr_2)
|
|
|
|
{
|
|
|
|
int i;
|
|
|
|
|
|
|
|
for (i = 0; i < BFI_IOC_MD5SUM_SZ; i++) {
|
|
|
|
if (fwhdr_1->md5sum[i] != fwhdr_2->md5sum[i])
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
2015-03-07 04:49:12 +00:00
|
|
|
/* Returns TRUE if major minor and maintenance are same.
|
2013-12-18 01:07:41 +00:00
|
|
|
* If patch version are same, check for MD5 Checksum to be same.
|
|
|
|
*/
|
|
|
|
static bool
|
|
|
|
bfa_ioc_fw_ver_compatible(struct bfi_ioc_image_hdr *drv_fwhdr,
|
|
|
|
struct bfi_ioc_image_hdr *fwhdr_to_cmp)
|
|
|
|
{
|
|
|
|
if (drv_fwhdr->signature != fwhdr_to_cmp->signature)
|
|
|
|
return false;
|
|
|
|
if (drv_fwhdr->fwver.major != fwhdr_to_cmp->fwver.major)
|
|
|
|
return false;
|
|
|
|
if (drv_fwhdr->fwver.minor != fwhdr_to_cmp->fwver.minor)
|
|
|
|
return false;
|
|
|
|
if (drv_fwhdr->fwver.maint != fwhdr_to_cmp->fwver.maint)
|
|
|
|
return false;
|
|
|
|
if (drv_fwhdr->fwver.patch == fwhdr_to_cmp->fwver.patch &&
|
|
|
|
drv_fwhdr->fwver.phase == fwhdr_to_cmp->fwver.phase &&
|
|
|
|
drv_fwhdr->fwver.build == fwhdr_to_cmp->fwver.build)
|
|
|
|
return bfa_ioc_fwver_md5_check(drv_fwhdr, fwhdr_to_cmp);
|
|
|
|
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
static bool
|
|
|
|
bfa_ioc_flash_fwver_valid(struct bfi_ioc_image_hdr *flash_fwhdr)
|
|
|
|
{
|
|
|
|
if (flash_fwhdr->fwver.major == 0 || flash_fwhdr->fwver.major == 0xFF)
|
|
|
|
return false;
|
|
|
|
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
static bool
|
|
|
|
fwhdr_is_ga(struct bfi_ioc_image_hdr *fwhdr)
|
|
|
|
{
|
|
|
|
if (fwhdr->fwver.phase == 0 &&
|
|
|
|
fwhdr->fwver.build == 0)
|
|
|
|
return false;
|
|
|
|
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Returns TRUE if both are compatible and patch of fwhdr_to_cmp is better. */
|
|
|
|
static enum bfi_ioc_img_ver_cmp
|
|
|
|
bfa_ioc_fw_ver_patch_cmp(struct bfi_ioc_image_hdr *base_fwhdr,
|
|
|
|
struct bfi_ioc_image_hdr *fwhdr_to_cmp)
|
|
|
|
{
|
2015-06-11 13:52:25 +00:00
|
|
|
if (!bfa_ioc_fw_ver_compatible(base_fwhdr, fwhdr_to_cmp))
|
2013-12-18 01:07:41 +00:00
|
|
|
return BFI_IOC_IMG_VER_INCOMP;
|
|
|
|
|
|
|
|
if (fwhdr_to_cmp->fwver.patch > base_fwhdr->fwver.patch)
|
|
|
|
return BFI_IOC_IMG_VER_BETTER;
|
|
|
|
else if (fwhdr_to_cmp->fwver.patch < base_fwhdr->fwver.patch)
|
|
|
|
return BFI_IOC_IMG_VER_OLD;
|
|
|
|
|
|
|
|
/* GA takes priority over internal builds of the same patch stream.
|
|
|
|
* At this point major minor maint and patch numbers are same.
|
|
|
|
*/
|
2015-06-11 13:52:25 +00:00
|
|
|
if (fwhdr_is_ga(base_fwhdr))
|
2013-12-18 01:07:41 +00:00
|
|
|
if (fwhdr_is_ga(fwhdr_to_cmp))
|
|
|
|
return BFI_IOC_IMG_VER_SAME;
|
|
|
|
else
|
|
|
|
return BFI_IOC_IMG_VER_OLD;
|
|
|
|
else
|
|
|
|
if (fwhdr_is_ga(fwhdr_to_cmp))
|
|
|
|
return BFI_IOC_IMG_VER_BETTER;
|
|
|
|
|
|
|
|
if (fwhdr_to_cmp->fwver.phase > base_fwhdr->fwver.phase)
|
|
|
|
return BFI_IOC_IMG_VER_BETTER;
|
|
|
|
else if (fwhdr_to_cmp->fwver.phase < base_fwhdr->fwver.phase)
|
|
|
|
return BFI_IOC_IMG_VER_OLD;
|
|
|
|
|
|
|
|
if (fwhdr_to_cmp->fwver.build > base_fwhdr->fwver.build)
|
|
|
|
return BFI_IOC_IMG_VER_BETTER;
|
|
|
|
else if (fwhdr_to_cmp->fwver.build < base_fwhdr->fwver.build)
|
|
|
|
return BFI_IOC_IMG_VER_OLD;
|
|
|
|
|
|
|
|
/* All Version Numbers are equal.
|
|
|
|
* Md5 check to be done as a part of compatibility check.
|
|
|
|
*/
|
|
|
|
return BFI_IOC_IMG_VER_SAME;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* register definitions */
|
|
|
|
#define FLI_CMD_REG 0x0001d000
|
|
|
|
#define FLI_WRDATA_REG 0x0001d00c
|
|
|
|
#define FLI_RDDATA_REG 0x0001d010
|
|
|
|
#define FLI_ADDR_REG 0x0001d004
|
|
|
|
#define FLI_DEV_STATUS_REG 0x0001d014
|
|
|
|
|
|
|
|
#define BFA_FLASH_FIFO_SIZE 128 /* fifo size */
|
|
|
|
#define BFA_FLASH_CHECK_MAX 10000 /* max # of status check */
|
|
|
|
#define BFA_FLASH_BLOCKING_OP_MAX 1000000 /* max # of blocking op check */
|
|
|
|
#define BFA_FLASH_WIP_MASK 0x01 /* write in progress bit mask */
|
|
|
|
|
|
|
|
#define NFC_STATE_RUNNING 0x20000001
|
|
|
|
#define NFC_STATE_PAUSED 0x00004560
|
|
|
|
#define NFC_VER_VALID 0x147
|
|
|
|
|
|
|
|
enum bfa_flash_cmd {
|
|
|
|
BFA_FLASH_FAST_READ = 0x0b, /* fast read */
|
|
|
|
BFA_FLASH_WRITE_ENABLE = 0x06, /* write enable */
|
|
|
|
BFA_FLASH_SECTOR_ERASE = 0xd8, /* sector erase */
|
|
|
|
BFA_FLASH_WRITE = 0x02, /* write */
|
|
|
|
BFA_FLASH_READ_STATUS = 0x05, /* read status */
|
|
|
|
};
|
|
|
|
|
|
|
|
/* hardware error definition */
|
|
|
|
enum bfa_flash_err {
|
|
|
|
BFA_FLASH_NOT_PRESENT = -1, /*!< flash not present */
|
|
|
|
BFA_FLASH_UNINIT = -2, /*!< flash not initialized */
|
|
|
|
BFA_FLASH_BAD = -3, /*!< flash bad */
|
|
|
|
BFA_FLASH_BUSY = -4, /*!< flash busy */
|
|
|
|
BFA_FLASH_ERR_CMD_ACT = -5, /*!< command active never cleared */
|
|
|
|
BFA_FLASH_ERR_FIFO_CNT = -6, /*!< fifo count never cleared */
|
|
|
|
BFA_FLASH_ERR_WIP = -7, /*!< write-in-progress never cleared */
|
|
|
|
BFA_FLASH_ERR_TIMEOUT = -8, /*!< fli timeout */
|
|
|
|
BFA_FLASH_ERR_LEN = -9, /*!< invalid length */
|
|
|
|
};
|
|
|
|
|
|
|
|
/* flash command register data structure */
|
|
|
|
union bfa_flash_cmd_reg {
|
|
|
|
struct {
|
|
|
|
#ifdef __BIG_ENDIAN
|
|
|
|
u32 act:1;
|
|
|
|
u32 rsv:1;
|
|
|
|
u32 write_cnt:9;
|
|
|
|
u32 read_cnt:9;
|
|
|
|
u32 addr_cnt:4;
|
|
|
|
u32 cmd:8;
|
|
|
|
#else
|
|
|
|
u32 cmd:8;
|
|
|
|
u32 addr_cnt:4;
|
|
|
|
u32 read_cnt:9;
|
|
|
|
u32 write_cnt:9;
|
|
|
|
u32 rsv:1;
|
|
|
|
u32 act:1;
|
|
|
|
#endif
|
|
|
|
} r;
|
|
|
|
u32 i;
|
|
|
|
};
|
|
|
|
|
|
|
|
/* flash device status register data structure */
|
|
|
|
union bfa_flash_dev_status_reg {
|
|
|
|
struct {
|
|
|
|
#ifdef __BIG_ENDIAN
|
|
|
|
u32 rsv:21;
|
|
|
|
u32 fifo_cnt:6;
|
|
|
|
u32 busy:1;
|
|
|
|
u32 init_status:1;
|
|
|
|
u32 present:1;
|
|
|
|
u32 bad:1;
|
|
|
|
u32 good:1;
|
|
|
|
#else
|
|
|
|
u32 good:1;
|
|
|
|
u32 bad:1;
|
|
|
|
u32 present:1;
|
|
|
|
u32 init_status:1;
|
|
|
|
u32 busy:1;
|
|
|
|
u32 fifo_cnt:6;
|
|
|
|
u32 rsv:21;
|
|
|
|
#endif
|
|
|
|
} r;
|
|
|
|
u32 i;
|
|
|
|
};
|
|
|
|
|
|
|
|
/* flash address register data structure */
|
|
|
|
union bfa_flash_addr_reg {
|
|
|
|
struct {
|
|
|
|
#ifdef __BIG_ENDIAN
|
|
|
|
u32 addr:24;
|
|
|
|
u32 dummy:8;
|
|
|
|
#else
|
|
|
|
u32 dummy:8;
|
|
|
|
u32 addr:24;
|
|
|
|
#endif
|
|
|
|
} r;
|
|
|
|
u32 i;
|
|
|
|
};
|
|
|
|
|
|
|
|
/* Flash raw private functions */
|
|
|
|
static void
|
|
|
|
bfa_flash_set_cmd(void __iomem *pci_bar, u8 wr_cnt,
|
|
|
|
u8 rd_cnt, u8 ad_cnt, u8 op)
|
|
|
|
{
|
|
|
|
union bfa_flash_cmd_reg cmd;
|
|
|
|
|
|
|
|
cmd.i = 0;
|
|
|
|
cmd.r.act = 1;
|
|
|
|
cmd.r.write_cnt = wr_cnt;
|
|
|
|
cmd.r.read_cnt = rd_cnt;
|
|
|
|
cmd.r.addr_cnt = ad_cnt;
|
|
|
|
cmd.r.cmd = op;
|
|
|
|
writel(cmd.i, (pci_bar + FLI_CMD_REG));
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_flash_set_addr(void __iomem *pci_bar, u32 address)
|
|
|
|
{
|
|
|
|
union bfa_flash_addr_reg addr;
|
|
|
|
|
|
|
|
addr.r.addr = address & 0x00ffffff;
|
|
|
|
addr.r.dummy = 0;
|
|
|
|
writel(addr.i, (pci_bar + FLI_ADDR_REG));
|
|
|
|
}
|
|
|
|
|
|
|
|
static int
|
|
|
|
bfa_flash_cmd_act_check(void __iomem *pci_bar)
|
|
|
|
{
|
|
|
|
union bfa_flash_cmd_reg cmd;
|
|
|
|
|
|
|
|
cmd.i = readl(pci_bar + FLI_CMD_REG);
|
|
|
|
|
|
|
|
if (cmd.r.act)
|
|
|
|
return BFA_FLASH_ERR_CMD_ACT;
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Flush FLI data fifo. */
|
|
|
|
static u32
|
|
|
|
bfa_flash_fifo_flush(void __iomem *pci_bar)
|
|
|
|
{
|
|
|
|
u32 i;
|
|
|
|
u32 t;
|
|
|
|
union bfa_flash_dev_status_reg dev_status;
|
|
|
|
|
|
|
|
dev_status.i = readl(pci_bar + FLI_DEV_STATUS_REG);
|
|
|
|
|
|
|
|
if (!dev_status.r.fifo_cnt)
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
/* fifo counter in terms of words */
|
|
|
|
for (i = 0; i < dev_status.r.fifo_cnt; i++)
|
|
|
|
t = readl(pci_bar + FLI_RDDATA_REG);
|
|
|
|
|
|
|
|
/* Check the device status. It may take some time. */
|
|
|
|
for (i = 0; i < BFA_FLASH_CHECK_MAX; i++) {
|
|
|
|
dev_status.i = readl(pci_bar + FLI_DEV_STATUS_REG);
|
|
|
|
if (!dev_status.r.fifo_cnt)
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (dev_status.r.fifo_cnt)
|
|
|
|
return BFA_FLASH_ERR_FIFO_CNT;
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Read flash status. */
|
|
|
|
static u32
|
|
|
|
bfa_flash_status_read(void __iomem *pci_bar)
|
|
|
|
{
|
|
|
|
union bfa_flash_dev_status_reg dev_status;
|
|
|
|
u32 status;
|
|
|
|
u32 ret_status;
|
|
|
|
int i;
|
|
|
|
|
|
|
|
status = bfa_flash_fifo_flush(pci_bar);
|
|
|
|
if (status < 0)
|
|
|
|
return status;
|
|
|
|
|
|
|
|
bfa_flash_set_cmd(pci_bar, 0, 4, 0, BFA_FLASH_READ_STATUS);
|
|
|
|
|
|
|
|
for (i = 0; i < BFA_FLASH_CHECK_MAX; i++) {
|
|
|
|
status = bfa_flash_cmd_act_check(pci_bar);
|
|
|
|
if (!status)
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (status)
|
|
|
|
return status;
|
|
|
|
|
|
|
|
dev_status.i = readl(pci_bar + FLI_DEV_STATUS_REG);
|
|
|
|
if (!dev_status.r.fifo_cnt)
|
|
|
|
return BFA_FLASH_BUSY;
|
|
|
|
|
|
|
|
ret_status = readl(pci_bar + FLI_RDDATA_REG);
|
|
|
|
ret_status >>= 24;
|
|
|
|
|
|
|
|
status = bfa_flash_fifo_flush(pci_bar);
|
|
|
|
if (status < 0)
|
|
|
|
return status;
|
|
|
|
|
|
|
|
return ret_status;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Start flash read operation. */
|
|
|
|
static u32
|
|
|
|
bfa_flash_read_start(void __iomem *pci_bar, u32 offset, u32 len,
|
|
|
|
char *buf)
|
|
|
|
{
|
|
|
|
u32 status;
|
|
|
|
|
|
|
|
/* len must be mutiple of 4 and not exceeding fifo size */
|
|
|
|
if (len == 0 || len > BFA_FLASH_FIFO_SIZE || (len & 0x03) != 0)
|
|
|
|
return BFA_FLASH_ERR_LEN;
|
|
|
|
|
|
|
|
/* check status */
|
|
|
|
status = bfa_flash_status_read(pci_bar);
|
|
|
|
if (status == BFA_FLASH_BUSY)
|
|
|
|
status = bfa_flash_status_read(pci_bar);
|
|
|
|
|
|
|
|
if (status < 0)
|
|
|
|
return status;
|
|
|
|
|
|
|
|
/* check if write-in-progress bit is cleared */
|
|
|
|
if (status & BFA_FLASH_WIP_MASK)
|
|
|
|
return BFA_FLASH_ERR_WIP;
|
|
|
|
|
|
|
|
bfa_flash_set_addr(pci_bar, offset);
|
|
|
|
|
|
|
|
bfa_flash_set_cmd(pci_bar, 0, (u8)len, 4, BFA_FLASH_FAST_READ);
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Check flash read operation. */
|
|
|
|
static u32
|
|
|
|
bfa_flash_read_check(void __iomem *pci_bar)
|
|
|
|
{
|
|
|
|
if (bfa_flash_cmd_act_check(pci_bar))
|
|
|
|
return 1;
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* End flash read operation. */
|
|
|
|
static void
|
|
|
|
bfa_flash_read_end(void __iomem *pci_bar, u32 len, char *buf)
|
|
|
|
{
|
|
|
|
u32 i;
|
|
|
|
|
|
|
|
/* read data fifo up to 32 words */
|
|
|
|
for (i = 0; i < len; i += 4) {
|
|
|
|
u32 w = readl(pci_bar + FLI_RDDATA_REG);
|
|
|
|
*((u32 *)(buf + i)) = swab32(w);
|
|
|
|
}
|
|
|
|
|
|
|
|
bfa_flash_fifo_flush(pci_bar);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Perform flash raw read. */
|
|
|
|
|
|
|
|
#define FLASH_BLOCKING_OP_MAX 500
|
|
|
|
#define FLASH_SEM_LOCK_REG 0x18820
|
|
|
|
|
|
|
|
static int
|
|
|
|
bfa_raw_sem_get(void __iomem *bar)
|
|
|
|
{
|
|
|
|
int locked;
|
|
|
|
|
2015-06-17 16:41:58 +00:00
|
|
|
locked = readl(bar + FLASH_SEM_LOCK_REG);
|
2013-12-18 01:07:41 +00:00
|
|
|
|
|
|
|
return !locked;
|
|
|
|
}
|
|
|
|
|
|
|
|
static enum bfa_status
|
|
|
|
bfa_flash_sem_get(void __iomem *bar)
|
|
|
|
{
|
|
|
|
u32 n = FLASH_BLOCKING_OP_MAX;
|
|
|
|
|
|
|
|
while (!bfa_raw_sem_get(bar)) {
|
|
|
|
if (--n <= 0)
|
|
|
|
return BFA_STATUS_BADFLASH;
|
2014-03-09 04:03:22 +00:00
|
|
|
mdelay(10);
|
2013-12-18 01:07:41 +00:00
|
|
|
}
|
|
|
|
return BFA_STATUS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_flash_sem_put(void __iomem *bar)
|
|
|
|
{
|
|
|
|
writel(0, (bar + FLASH_SEM_LOCK_REG));
|
|
|
|
}
|
|
|
|
|
|
|
|
static enum bfa_status
|
|
|
|
bfa_flash_raw_read(void __iomem *pci_bar, u32 offset, char *buf,
|
|
|
|
u32 len)
|
|
|
|
{
|
|
|
|
u32 n, status;
|
|
|
|
u32 off, l, s, residue, fifo_sz;
|
|
|
|
|
|
|
|
residue = len;
|
|
|
|
off = 0;
|
|
|
|
fifo_sz = BFA_FLASH_FIFO_SIZE;
|
|
|
|
status = bfa_flash_sem_get(pci_bar);
|
|
|
|
if (status != BFA_STATUS_OK)
|
|
|
|
return status;
|
|
|
|
|
|
|
|
while (residue) {
|
|
|
|
s = offset + off;
|
|
|
|
n = s / fifo_sz;
|
|
|
|
l = (n + 1) * fifo_sz - s;
|
|
|
|
if (l > residue)
|
|
|
|
l = residue;
|
|
|
|
|
|
|
|
status = bfa_flash_read_start(pci_bar, offset + off, l,
|
|
|
|
&buf[off]);
|
|
|
|
if (status < 0) {
|
|
|
|
bfa_flash_sem_put(pci_bar);
|
|
|
|
return BFA_STATUS_FAILED;
|
|
|
|
}
|
|
|
|
|
|
|
|
n = BFA_FLASH_BLOCKING_OP_MAX;
|
|
|
|
while (bfa_flash_read_check(pci_bar)) {
|
|
|
|
if (--n <= 0) {
|
|
|
|
bfa_flash_sem_put(pci_bar);
|
|
|
|
return BFA_STATUS_FAILED;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
bfa_flash_read_end(pci_bar, l, &buf[off]);
|
|
|
|
|
|
|
|
residue -= l;
|
|
|
|
off += l;
|
|
|
|
}
|
|
|
|
bfa_flash_sem_put(pci_bar);
|
|
|
|
|
|
|
|
return BFA_STATUS_OK;
|
|
|
|
}
|
|
|
|
|
|
|
|
#define BFA_FLASH_PART_FWIMG_ADDR 0x100000 /* fw image address */
|
|
|
|
|
2014-01-15 16:24:21 +00:00
|
|
|
static enum bfa_status
|
2013-12-18 01:07:41 +00:00
|
|
|
bfa_nw_ioc_flash_img_get_chnk(struct bfa_ioc *ioc, u32 off,
|
|
|
|
u32 *fwimg)
|
|
|
|
{
|
|
|
|
return bfa_flash_raw_read(ioc->pcidev.pci_bar_kva,
|
|
|
|
BFA_FLASH_PART_FWIMG_ADDR + (off * sizeof(u32)),
|
|
|
|
(char *)fwimg, BFI_FLASH_CHUNK_SZ);
|
|
|
|
}
|
|
|
|
|
|
|
|
static enum bfi_ioc_img_ver_cmp
|
|
|
|
bfa_ioc_flash_fwver_cmp(struct bfa_ioc *ioc,
|
|
|
|
struct bfi_ioc_image_hdr *base_fwhdr)
|
|
|
|
{
|
|
|
|
struct bfi_ioc_image_hdr *flash_fwhdr;
|
|
|
|
enum bfa_status status;
|
|
|
|
u32 fwimg[BFI_FLASH_CHUNK_SZ_WORDS];
|
|
|
|
|
|
|
|
status = bfa_nw_ioc_flash_img_get_chnk(ioc, 0, fwimg);
|
|
|
|
if (status != BFA_STATUS_OK)
|
|
|
|
return BFI_IOC_IMG_VER_INCOMP;
|
|
|
|
|
|
|
|
flash_fwhdr = (struct bfi_ioc_image_hdr *)fwimg;
|
|
|
|
if (bfa_ioc_flash_fwver_valid(flash_fwhdr))
|
|
|
|
return bfa_ioc_fw_ver_patch_cmp(base_fwhdr, flash_fwhdr);
|
|
|
|
else
|
|
|
|
return BFI_IOC_IMG_VER_INCOMP;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Returns TRUE if driver is willing to work with current smem f/w version.
|
|
|
|
*/
|
2010-08-24 03:24:12 +00:00
|
|
|
bool
|
2010-08-26 06:00:27 +00:00
|
|
|
bfa_nw_ioc_fwver_cmp(struct bfa_ioc *ioc, struct bfi_ioc_image_hdr *fwhdr)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
|
|
|
struct bfi_ioc_image_hdr *drv_fwhdr;
|
2013-12-18 01:07:41 +00:00
|
|
|
enum bfi_ioc_img_ver_cmp smem_flash_cmp, drv_smem_cmp;
|
2010-08-24 03:24:12 +00:00
|
|
|
|
|
|
|
drv_fwhdr = (struct bfi_ioc_image_hdr *)
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
bfa_cb_image_get_chunk(bfa_ioc_asic_gen(ioc), 0);
|
2010-08-24 03:24:12 +00:00
|
|
|
|
2013-12-18 01:07:41 +00:00
|
|
|
/* If smem is incompatible or old, driver should not work with it. */
|
|
|
|
drv_smem_cmp = bfa_ioc_fw_ver_patch_cmp(drv_fwhdr, fwhdr);
|
|
|
|
if (drv_smem_cmp == BFI_IOC_IMG_VER_INCOMP ||
|
|
|
|
drv_smem_cmp == BFI_IOC_IMG_VER_OLD) {
|
|
|
|
return false;
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
2013-12-18 01:07:41 +00:00
|
|
|
/* IF Flash has a better F/W than smem do not work with smem.
|
|
|
|
* If smem f/w == flash f/w, as smem f/w not old | incmp, work with it.
|
|
|
|
* If Flash is old or incomp work with smem iff smem f/w == drv f/w.
|
|
|
|
*/
|
|
|
|
smem_flash_cmp = bfa_ioc_flash_fwver_cmp(ioc, fwhdr);
|
|
|
|
|
|
|
|
if (smem_flash_cmp == BFI_IOC_IMG_VER_BETTER)
|
|
|
|
return false;
|
|
|
|
else if (smem_flash_cmp == BFI_IOC_IMG_VER_SAME)
|
|
|
|
return true;
|
|
|
|
else
|
|
|
|
return (drv_smem_cmp == BFI_IOC_IMG_VER_SAME) ?
|
|
|
|
true : false;
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Return true if current running version is valid. Firmware signature and
|
2010-08-24 03:24:12 +00:00
|
|
|
* execution context (driver/bios) must match.
|
|
|
|
*/
|
|
|
|
static bool
|
2011-04-14 08:05:18 +00:00
|
|
|
bfa_ioc_fwver_valid(struct bfa_ioc *ioc, u32 boot_env)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2013-12-18 01:07:41 +00:00
|
|
|
struct bfi_ioc_image_hdr fwhdr;
|
2010-08-24 03:24:12 +00:00
|
|
|
|
2010-08-26 06:00:27 +00:00
|
|
|
bfa_nw_ioc_fwver_get(ioc, &fwhdr);
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
if (swab32(fwhdr.bootenv) != boot_env)
|
2010-08-24 03:24:12 +00:00
|
|
|
return false;
|
|
|
|
|
2010-08-26 06:00:27 +00:00
|
|
|
return bfa_nw_ioc_fwver_cmp(ioc, &fwhdr);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Conditionally flush any pending message from firmware at start. */
|
2010-08-24 03:24:12 +00:00
|
|
|
static void
|
|
|
|
bfa_ioc_msgflush(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
u32 r32;
|
|
|
|
|
|
|
|
r32 = readl(ioc->ioc_regs.lpu_mbox_cmd);
|
|
|
|
if (r32)
|
|
|
|
writel(1, ioc->ioc_regs.lpu_mbox_cmd);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_ioc_hwinit(struct bfa_ioc *ioc, bool force)
|
|
|
|
{
|
|
|
|
enum bfi_ioc_state ioc_fwstate;
|
|
|
|
bool fwvalid;
|
2011-04-14 08:05:18 +00:00
|
|
|
u32 boot_env;
|
2010-08-24 03:24:12 +00:00
|
|
|
|
2013-12-18 01:07:32 +00:00
|
|
|
ioc_fwstate = bfa_ioc_get_cur_ioc_fwstate(ioc);
|
2010-08-24 03:24:12 +00:00
|
|
|
|
|
|
|
if (force)
|
|
|
|
ioc_fwstate = BFI_IOC_UNINIT;
|
|
|
|
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
boot_env = BFI_FWBOOT_ENV_OS;
|
|
|
|
|
2010-08-24 03:24:12 +00:00
|
|
|
/**
|
|
|
|
* check if firmware is valid
|
|
|
|
*/
|
|
|
|
fwvalid = (ioc_fwstate == BFI_IOC_UNINIT) ?
|
2011-04-14 08:05:18 +00:00
|
|
|
false : bfa_ioc_fwver_valid(ioc, boot_env);
|
2010-08-24 03:24:12 +00:00
|
|
|
|
|
|
|
if (!fwvalid) {
|
2013-12-18 01:07:41 +00:00
|
|
|
if (bfa_ioc_boot(ioc, BFI_FWBOOT_TYPE_NORMAL, boot_env) ==
|
|
|
|
BFA_STATUS_OK)
|
|
|
|
bfa_ioc_poll_fwinit(ioc);
|
|
|
|
|
2010-08-24 03:24:12 +00:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* If hardware initialization is in progress (initialized by other IOC),
|
|
|
|
* just wait for an initialization completion interrupt.
|
|
|
|
*/
|
|
|
|
if (ioc_fwstate == BFI_IOC_INITING) {
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
bfa_ioc_poll_fwinit(ioc);
|
2010-08-24 03:24:12 +00:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* If IOC function is disabled and firmware version is same,
|
|
|
|
* just re-enable IOC.
|
|
|
|
*/
|
2010-12-23 21:45:06 +00:00
|
|
|
if (ioc_fwstate == BFI_IOC_DISABLED || ioc_fwstate == BFI_IOC_OP) {
|
2010-08-24 03:24:12 +00:00
|
|
|
/**
|
|
|
|
* When using MSI-X any pending firmware ready event should
|
|
|
|
* be flushed. Otherwise MSI-X interrupts are not delivered.
|
|
|
|
*/
|
|
|
|
bfa_ioc_msgflush(ioc);
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_FWREADY);
|
2010-08-24 03:24:12 +00:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Initialize the h/w for any other states.
|
|
|
|
*/
|
2013-12-18 01:07:41 +00:00
|
|
|
if (bfa_ioc_boot(ioc, BFI_FWBOOT_TYPE_NORMAL, boot_env) ==
|
|
|
|
BFA_STATUS_OK)
|
|
|
|
bfa_ioc_poll_fwinit(ioc);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
void
|
2015-06-11 13:52:30 +00:00
|
|
|
bfa_nw_ioc_timeout(struct bfa_ioc *ioc)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
|
|
|
bfa_fsm_send_event(ioc, IOC_E_TIMEOUT);
|
|
|
|
}
|
|
|
|
|
2010-08-26 06:00:27 +00:00
|
|
|
static void
|
2010-08-24 03:24:12 +00:00
|
|
|
bfa_ioc_mbox_send(struct bfa_ioc *ioc, void *ioc_msg, int len)
|
|
|
|
{
|
|
|
|
u32 *msgp = (u32 *) ioc_msg;
|
|
|
|
u32 i;
|
|
|
|
|
|
|
|
BUG_ON(!(len <= BFI_IOC_MSGLEN_MAX));
|
|
|
|
|
|
|
|
/*
|
|
|
|
* first write msg to mailbox registers
|
|
|
|
*/
|
|
|
|
for (i = 0; i < len / sizeof(u32); i++)
|
|
|
|
writel(cpu_to_le32(msgp[i]),
|
|
|
|
ioc->ioc_regs.hfn_mbox + i * sizeof(u32));
|
|
|
|
|
|
|
|
for (; i < BFI_IOC_MSGLEN_MAX / sizeof(u32); i++)
|
|
|
|
writel(0, ioc->ioc_regs.hfn_mbox + i * sizeof(u32));
|
|
|
|
|
|
|
|
/*
|
|
|
|
* write 1 to mailbox CMD to trigger LPU event
|
|
|
|
*/
|
|
|
|
writel(1, ioc->ioc_regs.hfn_mbox_cmd);
|
|
|
|
(void) readl(ioc->ioc_regs.hfn_mbox_cmd);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_ioc_send_enable(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
struct bfi_ioc_ctrl_req enable_req;
|
|
|
|
struct timeval tv;
|
|
|
|
|
|
|
|
bfi_h2i_set(enable_req.mh, BFI_MC_IOC, BFI_IOC_H2I_ENABLE_REQ,
|
|
|
|
bfa_ioc_portid(ioc));
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
enable_req.clscode = htons(ioc->clscode);
|
2010-08-24 03:24:12 +00:00
|
|
|
do_gettimeofday(&tv);
|
|
|
|
enable_req.tv_sec = ntohl(tv.tv_sec);
|
|
|
|
bfa_ioc_mbox_send(ioc, &enable_req, sizeof(struct bfi_ioc_ctrl_req));
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_ioc_send_disable(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
struct bfi_ioc_ctrl_req disable_req;
|
|
|
|
|
|
|
|
bfi_h2i_set(disable_req.mh, BFI_MC_IOC, BFI_IOC_H2I_DISABLE_REQ,
|
|
|
|
bfa_ioc_portid(ioc));
|
|
|
|
bfa_ioc_mbox_send(ioc, &disable_req, sizeof(struct bfi_ioc_ctrl_req));
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_ioc_send_getattr(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
struct bfi_ioc_getattr_req attr_req;
|
|
|
|
|
|
|
|
bfi_h2i_set(attr_req.mh, BFI_MC_IOC, BFI_IOC_H2I_GETATTR_REQ,
|
|
|
|
bfa_ioc_portid(ioc));
|
|
|
|
bfa_dma_be_addr_set(attr_req.attr_addr, ioc->attr_dma.pa);
|
|
|
|
bfa_ioc_mbox_send(ioc, &attr_req, sizeof(attr_req));
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
2015-06-11 13:52:30 +00:00
|
|
|
bfa_nw_ioc_hb_check(struct bfa_ioc *ioc)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2015-06-11 13:52:30 +00:00
|
|
|
u32 hb_count;
|
2010-08-24 03:24:12 +00:00
|
|
|
|
|
|
|
hb_count = readl(ioc->ioc_regs.heartbeat);
|
|
|
|
if (ioc->hb_count == hb_count) {
|
|
|
|
bfa_ioc_recover(ioc);
|
|
|
|
return;
|
|
|
|
} else {
|
|
|
|
ioc->hb_count = hb_count;
|
|
|
|
}
|
|
|
|
|
|
|
|
bfa_ioc_mbox_poll(ioc);
|
|
|
|
mod_timer(&ioc->hb_timer, jiffies +
|
|
|
|
msecs_to_jiffies(BFA_IOC_HB_TOV));
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_ioc_hb_monitor(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
ioc->hb_count = readl(ioc->ioc_regs.heartbeat);
|
|
|
|
mod_timer(&ioc->hb_timer, jiffies +
|
|
|
|
msecs_to_jiffies(BFA_IOC_HB_TOV));
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_ioc_hb_stop(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
del_timer(&ioc->hb_timer);
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Initiate a full firmware download. */
|
2013-12-18 01:07:41 +00:00
|
|
|
static enum bfa_status
|
2010-08-24 03:24:12 +00:00
|
|
|
bfa_ioc_download_fw(struct bfa_ioc *ioc, u32 boot_type,
|
2011-04-14 08:05:18 +00:00
|
|
|
u32 boot_env)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
|
|
|
u32 *fwimg;
|
2011-04-17 23:51:36 +00:00
|
|
|
u32 pgnum;
|
2010-08-24 03:24:12 +00:00
|
|
|
u32 loff = 0;
|
|
|
|
u32 chunkno = 0;
|
|
|
|
u32 i;
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
u32 asicmode;
|
2013-12-18 01:07:41 +00:00
|
|
|
u32 fwimg_size;
|
|
|
|
u32 fwimg_buf[BFI_FLASH_CHUNK_SZ_WORDS];
|
|
|
|
enum bfa_status status;
|
|
|
|
|
|
|
|
if (boot_env == BFI_FWBOOT_ENV_OS &&
|
|
|
|
boot_type == BFI_FWBOOT_TYPE_FLASH) {
|
|
|
|
fwimg_size = BFI_FLASH_IMAGE_SZ/sizeof(u32);
|
2010-08-24 03:24:12 +00:00
|
|
|
|
2013-12-18 01:07:41 +00:00
|
|
|
status = bfa_nw_ioc_flash_img_get_chnk(ioc,
|
|
|
|
BFA_IOC_FLASH_CHUNK_ADDR(chunkno), fwimg_buf);
|
|
|
|
if (status != BFA_STATUS_OK)
|
|
|
|
return status;
|
|
|
|
|
|
|
|
fwimg = fwimg_buf;
|
|
|
|
} else {
|
|
|
|
fwimg_size = bfa_cb_image_get_size(bfa_ioc_asic_gen(ioc));
|
|
|
|
fwimg = bfa_cb_image_get_chunk(bfa_ioc_asic_gen(ioc),
|
|
|
|
BFA_IOC_FLASH_CHUNK_ADDR(chunkno));
|
|
|
|
}
|
2010-08-24 03:24:12 +00:00
|
|
|
|
|
|
|
pgnum = bfa_ioc_smem_pgnum(ioc, loff);
|
|
|
|
|
|
|
|
writel(pgnum, ioc->ioc_regs.host_page_num_fn);
|
|
|
|
|
2013-12-18 01:07:41 +00:00
|
|
|
for (i = 0; i < fwimg_size; i++) {
|
2010-08-24 03:24:12 +00:00
|
|
|
if (BFA_IOC_FLASH_CHUNK_NO(i) != chunkno) {
|
|
|
|
chunkno = BFA_IOC_FLASH_CHUNK_NO(i);
|
2013-12-18 01:07:41 +00:00
|
|
|
if (boot_env == BFI_FWBOOT_ENV_OS &&
|
|
|
|
boot_type == BFI_FWBOOT_TYPE_FLASH) {
|
|
|
|
status = bfa_nw_ioc_flash_img_get_chnk(ioc,
|
|
|
|
BFA_IOC_FLASH_CHUNK_ADDR(chunkno),
|
|
|
|
fwimg_buf);
|
|
|
|
if (status != BFA_STATUS_OK)
|
|
|
|
return status;
|
|
|
|
|
|
|
|
fwimg = fwimg_buf;
|
|
|
|
} else {
|
|
|
|
fwimg = bfa_cb_image_get_chunk(
|
|
|
|
bfa_ioc_asic_gen(ioc),
|
2010-08-24 03:24:12 +00:00
|
|
|
BFA_IOC_FLASH_CHUNK_ADDR(chunkno));
|
2013-12-18 01:07:41 +00:00
|
|
|
}
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* write smem
|
|
|
|
*/
|
2015-06-17 16:41:58 +00:00
|
|
|
writel(swab32(fwimg[BFA_IOC_FLASH_OFFSET_IN_CHUNK(i)]),
|
|
|
|
ioc->ioc_regs.smem_page_start + loff);
|
2010-08-24 03:24:12 +00:00
|
|
|
|
|
|
|
loff += sizeof(u32);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* handle page offset wrap around
|
|
|
|
*/
|
|
|
|
loff = PSS_SMEM_PGOFF(loff);
|
|
|
|
if (loff == 0) {
|
|
|
|
pgnum++;
|
|
|
|
writel(pgnum,
|
|
|
|
ioc->ioc_regs.host_page_num_fn);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
writel(bfa_ioc_smem_pgnum(ioc, 0),
|
|
|
|
ioc->ioc_regs.host_page_num_fn);
|
|
|
|
|
|
|
|
/*
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
* Set boot type, env and device mode at the end.
|
2010-08-24 03:24:12 +00:00
|
|
|
*/
|
2013-12-18 01:07:41 +00:00
|
|
|
if (boot_env == BFI_FWBOOT_ENV_OS &&
|
|
|
|
boot_type == BFI_FWBOOT_TYPE_FLASH) {
|
|
|
|
boot_type = BFI_FWBOOT_TYPE_NORMAL;
|
|
|
|
}
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
asicmode = BFI_FWBOOT_DEVMODE(ioc->asic_gen, ioc->asic_mode,
|
|
|
|
ioc->port0_mode, ioc->port1_mode);
|
|
|
|
writel(asicmode, ((ioc->ioc_regs.smem_page_start)
|
|
|
|
+ BFI_FWBOOT_DEVMODE_OFF));
|
2011-04-14 08:05:18 +00:00
|
|
|
writel(boot_type, ((ioc->ioc_regs.smem_page_start)
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
+ (BFI_FWBOOT_TYPE_OFF)));
|
2011-04-14 08:05:18 +00:00
|
|
|
writel(boot_env, ((ioc->ioc_regs.smem_page_start)
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
+ (BFI_FWBOOT_ENV_OFF)));
|
2013-12-18 01:07:41 +00:00
|
|
|
return BFA_STATUS_OK;
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_ioc_reset(struct bfa_ioc *ioc, bool force)
|
|
|
|
{
|
|
|
|
bfa_ioc_hwinit(ioc, force);
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* BFA ioc enable reply by firmware */
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
static void
|
|
|
|
bfa_ioc_enable_reply(struct bfa_ioc *ioc, enum bfa_mode port_mode,
|
|
|
|
u8 cap_bm)
|
|
|
|
{
|
|
|
|
struct bfa_iocpf *iocpf = &ioc->iocpf;
|
|
|
|
|
|
|
|
ioc->port_mode = ioc->port_mode_cfg = port_mode;
|
|
|
|
ioc->ad_cap_bm = cap_bm;
|
|
|
|
bfa_fsm_send_event(iocpf, IOCPF_E_FWRSP_ENABLE);
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Update BFA configuration from firmware configuration. */
|
2010-08-24 03:24:12 +00:00
|
|
|
static void
|
|
|
|
bfa_ioc_getattr_reply(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
struct bfi_ioc_attr *attr = ioc->attr;
|
|
|
|
|
|
|
|
attr->adapter_prop = ntohl(attr->adapter_prop);
|
|
|
|
attr->card_type = ntohl(attr->card_type);
|
|
|
|
attr->maxfrsize = ntohs(attr->maxfrsize);
|
|
|
|
|
|
|
|
bfa_fsm_send_event(ioc, IOC_E_FWRSP_GETATTR);
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Attach time initialization of mbox logic. */
|
2010-08-24 03:24:12 +00:00
|
|
|
static void
|
|
|
|
bfa_ioc_mbox_attach(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
struct bfa_ioc_mbox_mod *mod = &ioc->mbox_mod;
|
|
|
|
int mc;
|
|
|
|
|
|
|
|
INIT_LIST_HEAD(&mod->cmd_q);
|
|
|
|
for (mc = 0; mc < BFI_MC_MAX; mc++) {
|
|
|
|
mod->mbhdlr[mc].cbfn = NULL;
|
|
|
|
mod->mbhdlr[mc].cbarg = ioc->bfa;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Mbox poll timer -- restarts any pending mailbox requests. */
|
2010-08-24 03:24:12 +00:00
|
|
|
static void
|
|
|
|
bfa_ioc_mbox_poll(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
struct bfa_ioc_mbox_mod *mod = &ioc->mbox_mod;
|
|
|
|
struct bfa_mbox_cmd *cmd;
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
bfa_mbox_cmd_cbfn_t cbfn;
|
|
|
|
void *cbarg;
|
|
|
|
u32 stat;
|
2010-08-24 03:24:12 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* If no command pending, do nothing
|
|
|
|
*/
|
|
|
|
if (list_empty(&mod->cmd_q))
|
|
|
|
return;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* If previous command is not yet fetched by firmware, do nothing
|
|
|
|
*/
|
|
|
|
stat = readl(ioc->ioc_regs.hfn_mbox_cmd);
|
|
|
|
if (stat)
|
|
|
|
return;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Enqueue command to firmware.
|
|
|
|
*/
|
2015-06-11 13:52:28 +00:00
|
|
|
cmd = list_first_entry(&mod->cmd_q, struct bfa_mbox_cmd, qe);
|
|
|
|
list_del(&cmd->qe);
|
2010-08-24 03:24:12 +00:00
|
|
|
bfa_ioc_mbox_send(ioc, cmd->msg, sizeof(cmd->msg));
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Give a callback to the client, indicating that the command is sent
|
|
|
|
*/
|
|
|
|
if (cmd->cbfn) {
|
|
|
|
cbfn = cmd->cbfn;
|
|
|
|
cbarg = cmd->cbarg;
|
|
|
|
cmd->cbfn = NULL;
|
|
|
|
cbfn(cbarg);
|
|
|
|
}
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Cleanup any pending requests. */
|
2010-08-24 03:24:12 +00:00
|
|
|
static void
|
2011-07-22 08:07:45 +00:00
|
|
|
bfa_ioc_mbox_flush(struct bfa_ioc *ioc)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
|
|
|
struct bfa_ioc_mbox_mod *mod = &ioc->mbox_mod;
|
|
|
|
struct bfa_mbox_cmd *cmd;
|
|
|
|
|
2015-06-11 13:52:28 +00:00
|
|
|
while (!list_empty(&mod->cmd_q)) {
|
|
|
|
cmd = list_first_entry(&mod->cmd_q, struct bfa_mbox_cmd, qe);
|
|
|
|
list_del(&cmd->qe);
|
|
|
|
}
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
2011-12-22 13:30:19 +00:00
|
|
|
/**
|
2012-07-10 10:56:59 +00:00
|
|
|
* bfa_nw_ioc_smem_read - Read data from SMEM to host through PCI memmap
|
2011-12-22 13:30:19 +00:00
|
|
|
*
|
2012-07-10 10:56:59 +00:00
|
|
|
* @ioc: memory for IOC
|
|
|
|
* @tbuf: app memory to store data from smem
|
|
|
|
* @soff: smem offset
|
|
|
|
* @sz: size of smem in bytes
|
2011-12-22 13:30:19 +00:00
|
|
|
*/
|
|
|
|
static int
|
|
|
|
bfa_nw_ioc_smem_read(struct bfa_ioc *ioc, void *tbuf, u32 soff, u32 sz)
|
|
|
|
{
|
|
|
|
u32 pgnum, loff, r32;
|
|
|
|
int i, len;
|
|
|
|
u32 *buf = tbuf;
|
|
|
|
|
|
|
|
pgnum = PSS_SMEM_PGNUM(ioc->ioc_regs.smem_pg0, soff);
|
|
|
|
loff = PSS_SMEM_PGOFF(soff);
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Hold semaphore to serialize pll init and fwtrc.
|
|
|
|
*/
|
2015-06-11 13:52:25 +00:00
|
|
|
if (!bfa_nw_ioc_sem_get(ioc->ioc_regs.ioc_init_sem_reg))
|
2011-12-22 13:30:19 +00:00
|
|
|
return 1;
|
|
|
|
|
|
|
|
writel(pgnum, ioc->ioc_regs.host_page_num_fn);
|
|
|
|
|
|
|
|
len = sz/sizeof(u32);
|
|
|
|
for (i = 0; i < len; i++) {
|
2015-06-17 16:41:58 +00:00
|
|
|
r32 = swab32(readl(loff + ioc->ioc_regs.smem_page_start));
|
2011-12-22 13:30:19 +00:00
|
|
|
buf[i] = be32_to_cpu(r32);
|
|
|
|
loff += sizeof(u32);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* handle page offset wrap around
|
|
|
|
*/
|
|
|
|
loff = PSS_SMEM_PGOFF(loff);
|
|
|
|
if (loff == 0) {
|
|
|
|
pgnum++;
|
|
|
|
writel(pgnum, ioc->ioc_regs.host_page_num_fn);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
writel(PSS_SMEM_PGNUM(ioc->ioc_regs.smem_pg0, 0),
|
|
|
|
ioc->ioc_regs.host_page_num_fn);
|
|
|
|
|
|
|
|
/*
|
|
|
|
* release semaphore
|
|
|
|
*/
|
|
|
|
readl(ioc->ioc_regs.ioc_init_sem_reg);
|
|
|
|
writel(1, ioc->ioc_regs.ioc_init_sem_reg);
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Retrieve saved firmware trace from a prior IOC failure. */
|
2011-12-22 13:30:19 +00:00
|
|
|
int
|
|
|
|
bfa_nw_ioc_debug_fwtrc(struct bfa_ioc *ioc, void *trcdata, int *trclen)
|
|
|
|
{
|
|
|
|
u32 loff = BFI_IOC_TRC_OFF + BNA_DBG_FWTRC_LEN * ioc->port_id;
|
|
|
|
int tlen, status = 0;
|
|
|
|
|
|
|
|
tlen = *trclen;
|
|
|
|
if (tlen > BNA_DBG_FWTRC_LEN)
|
|
|
|
tlen = BNA_DBG_FWTRC_LEN;
|
|
|
|
|
|
|
|
status = bfa_nw_ioc_smem_read(ioc, trcdata, loff, tlen);
|
|
|
|
*trclen = tlen;
|
|
|
|
return status;
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Save firmware trace if configured. */
|
2011-12-22 13:30:19 +00:00
|
|
|
static void
|
|
|
|
bfa_nw_ioc_debug_save_ftrc(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
int tlen;
|
|
|
|
|
|
|
|
if (ioc->dbg_fwsave_once) {
|
2015-06-11 13:52:25 +00:00
|
|
|
ioc->dbg_fwsave_once = false;
|
2011-12-22 13:30:19 +00:00
|
|
|
if (ioc->dbg_fwsave_len) {
|
|
|
|
tlen = ioc->dbg_fwsave_len;
|
|
|
|
bfa_nw_ioc_debug_fwtrc(ioc, ioc->dbg_fwsave, &tlen);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Retrieve saved firmware trace from a prior IOC failure. */
|
2011-12-22 13:30:19 +00:00
|
|
|
int
|
|
|
|
bfa_nw_ioc_debug_fwsave(struct bfa_ioc *ioc, void *trcdata, int *trclen)
|
|
|
|
{
|
|
|
|
int tlen;
|
|
|
|
|
|
|
|
if (ioc->dbg_fwsave_len == 0)
|
|
|
|
return BFA_STATUS_ENOFSAVE;
|
|
|
|
|
|
|
|
tlen = *trclen;
|
|
|
|
if (tlen > ioc->dbg_fwsave_len)
|
|
|
|
tlen = ioc->dbg_fwsave_len;
|
|
|
|
|
|
|
|
memcpy(trcdata, ioc->dbg_fwsave, tlen);
|
|
|
|
*trclen = tlen;
|
|
|
|
return BFA_STATUS_OK;
|
|
|
|
}
|
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
static void
|
|
|
|
bfa_ioc_fail_notify(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
/**
|
|
|
|
* Notify driver and common modules registered for notification.
|
|
|
|
*/
|
|
|
|
ioc->cbfn->hbfail_cbfn(ioc->bfa);
|
2011-07-22 08:07:42 +00:00
|
|
|
bfa_ioc_event_notify(ioc, BFA_IOC_E_FAILED);
|
2011-12-22 13:30:19 +00:00
|
|
|
bfa_nw_ioc_debug_save_ftrc(ioc);
|
2010-12-23 21:45:09 +00:00
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* IOCPF to IOC interface */
|
2010-12-23 21:45:09 +00:00
|
|
|
static void
|
|
|
|
bfa_ioc_pf_enabled(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
bfa_fsm_send_event(ioc, IOC_E_ENABLED);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_ioc_pf_disabled(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
bfa_fsm_send_event(ioc, IOC_E_DISABLED);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
bfa_ioc_pf_failed(struct bfa_ioc *ioc)
|
2010-12-23 21:45:09 +00:00
|
|
|
{
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
bfa_fsm_send_event(ioc, IOC_E_PFFAILED);
|
2010-12-23 21:45:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
bfa_ioc_pf_hwfailed(struct bfa_ioc *ioc)
|
2010-12-23 21:45:09 +00:00
|
|
|
{
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
bfa_fsm_send_event(ioc, IOC_E_HWFAILED);
|
2010-12-23 21:45:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_ioc_pf_fwmismatch(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
/**
|
|
|
|
* Provide enable completion callback and AEN notification.
|
|
|
|
*/
|
|
|
|
ioc->cbfn->enable_cbfn(ioc->bfa, BFA_STATUS_IOC_FAILURE);
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* IOC public */
|
2010-08-26 06:00:27 +00:00
|
|
|
static enum bfa_status
|
2010-08-24 03:24:12 +00:00
|
|
|
bfa_ioc_pll_init(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
/*
|
|
|
|
* Hold semaphore so that nobody can access the chip during init.
|
|
|
|
*/
|
2010-08-26 06:00:27 +00:00
|
|
|
bfa_nw_ioc_sem_get(ioc->ioc_regs.ioc_init_sem_reg);
|
2010-08-24 03:24:12 +00:00
|
|
|
|
|
|
|
bfa_ioc_pll_init_asic(ioc);
|
|
|
|
|
|
|
|
ioc->pllinit = true;
|
2012-04-04 05:42:08 +00:00
|
|
|
|
|
|
|
/* Initialize LMEM */
|
|
|
|
bfa_ioc_lmem_init(ioc);
|
|
|
|
|
2010-08-24 03:24:12 +00:00
|
|
|
/*
|
|
|
|
* release semaphore.
|
|
|
|
*/
|
2010-08-26 06:00:27 +00:00
|
|
|
bfa_nw_ioc_sem_release(ioc->ioc_regs.ioc_init_sem_reg);
|
2010-08-24 03:24:12 +00:00
|
|
|
|
|
|
|
return BFA_STATUS_OK;
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Interface used by diag module to do firmware boot with memory test
|
2010-08-24 03:24:12 +00:00
|
|
|
* as the entry vector.
|
|
|
|
*/
|
2013-12-18 01:07:41 +00:00
|
|
|
static enum bfa_status
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
bfa_ioc_boot(struct bfa_ioc *ioc, enum bfi_fwboot_type boot_type,
|
|
|
|
u32 boot_env)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2013-12-18 01:07:41 +00:00
|
|
|
struct bfi_ioc_image_hdr *drv_fwhdr;
|
|
|
|
enum bfa_status status;
|
2010-08-24 03:24:12 +00:00
|
|
|
bfa_ioc_stats(ioc, ioc_boots);
|
|
|
|
|
|
|
|
if (bfa_ioc_pll_init(ioc) != BFA_STATUS_OK)
|
2013-12-18 01:07:41 +00:00
|
|
|
return BFA_STATUS_FAILED;
|
|
|
|
if (boot_env == BFI_FWBOOT_ENV_OS &&
|
|
|
|
boot_type == BFI_FWBOOT_TYPE_NORMAL) {
|
|
|
|
drv_fwhdr = (struct bfi_ioc_image_hdr *)
|
|
|
|
bfa_cb_image_get_chunk(bfa_ioc_asic_gen(ioc), 0);
|
|
|
|
/* Work with Flash iff flash f/w is better than driver f/w.
|
|
|
|
* Otherwise push drivers firmware.
|
|
|
|
*/
|
|
|
|
if (bfa_ioc_flash_fwver_cmp(ioc, drv_fwhdr) ==
|
|
|
|
BFI_IOC_IMG_VER_BETTER)
|
|
|
|
boot_type = BFI_FWBOOT_TYPE_FLASH;
|
|
|
|
}
|
2010-08-24 03:24:12 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Initialize IOC state of all functions on a chip reset.
|
|
|
|
*/
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
if (boot_type == BFI_FWBOOT_TYPE_MEMTEST) {
|
2013-12-18 01:07:32 +00:00
|
|
|
bfa_ioc_set_cur_ioc_fwstate(ioc, BFI_IOC_MEMTEST);
|
|
|
|
bfa_ioc_set_alt_ioc_fwstate(ioc, BFI_IOC_MEMTEST);
|
2010-08-24 03:24:12 +00:00
|
|
|
} else {
|
2013-12-18 01:07:32 +00:00
|
|
|
bfa_ioc_set_cur_ioc_fwstate(ioc, BFI_IOC_INITING);
|
|
|
|
bfa_ioc_set_alt_ioc_fwstate(ioc, BFI_IOC_INITING);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
bfa_ioc_msgflush(ioc);
|
2013-12-18 01:07:41 +00:00
|
|
|
status = bfa_ioc_download_fw(ioc, boot_type, boot_env);
|
|
|
|
if (status == BFA_STATUS_OK)
|
|
|
|
bfa_ioc_lpu_start(ioc);
|
|
|
|
else
|
2015-05-28 21:10:08 +00:00
|
|
|
bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_TIMEOUT);
|
2013-12-18 01:07:41 +00:00
|
|
|
|
|
|
|
return status;
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Enable/disable IOC failure auto recovery. */
|
2010-08-24 03:24:12 +00:00
|
|
|
void
|
2010-08-26 06:00:27 +00:00
|
|
|
bfa_nw_ioc_auto_recover(bool auto_recover)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2010-08-26 06:00:27 +00:00
|
|
|
bfa_nw_auto_recover = auto_recover;
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
static bool
|
2010-08-24 03:24:12 +00:00
|
|
|
bfa_ioc_msgget(struct bfa_ioc *ioc, void *mbmsg)
|
|
|
|
{
|
|
|
|
u32 *msgp = mbmsg;
|
|
|
|
u32 r32;
|
|
|
|
int i;
|
|
|
|
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
r32 = readl(ioc->ioc_regs.lpu_mbox_cmd);
|
|
|
|
if ((r32 & 1) == 0)
|
|
|
|
return false;
|
|
|
|
|
2010-08-24 03:24:12 +00:00
|
|
|
/**
|
|
|
|
* read the MBOX msg
|
|
|
|
*/
|
|
|
|
for (i = 0; i < (sizeof(union bfi_ioc_i2h_msg_u) / sizeof(u32));
|
|
|
|
i++) {
|
|
|
|
r32 = readl(ioc->ioc_regs.lpu_mbox +
|
|
|
|
i * sizeof(u32));
|
|
|
|
msgp[i] = htonl(r32);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* turn off mailbox interrupt by clearing mailbox status
|
|
|
|
*/
|
|
|
|
writel(1, ioc->ioc_regs.lpu_mbox_cmd);
|
|
|
|
readl(ioc->ioc_regs.lpu_mbox_cmd);
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
|
|
|
|
return true;
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
2010-08-26 06:00:27 +00:00
|
|
|
static void
|
2010-08-24 03:24:12 +00:00
|
|
|
bfa_ioc_isr(struct bfa_ioc *ioc, struct bfi_mbmsg *m)
|
|
|
|
{
|
|
|
|
union bfi_ioc_i2h_msg_u *msg;
|
2010-12-23 21:45:09 +00:00
|
|
|
struct bfa_iocpf *iocpf = &ioc->iocpf;
|
2010-08-24 03:24:12 +00:00
|
|
|
|
|
|
|
msg = (union bfi_ioc_i2h_msg_u *) m;
|
|
|
|
|
|
|
|
bfa_ioc_stats(ioc, ioc_isrs);
|
|
|
|
|
|
|
|
switch (msg->mh.msg_id) {
|
|
|
|
case BFI_IOC_I2H_HBEAT:
|
|
|
|
break;
|
|
|
|
|
|
|
|
case BFI_IOC_I2H_ENABLE_REPLY:
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
bfa_ioc_enable_reply(ioc,
|
|
|
|
(enum bfa_mode)msg->fw_event.port_mode,
|
|
|
|
msg->fw_event.cap_bm);
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
case BFI_IOC_I2H_DISABLE_REPLY:
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_fsm_send_event(iocpf, IOCPF_E_FWRSP_DISABLE);
|
2010-08-24 03:24:12 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
case BFI_IOC_I2H_GETATTR_REPLY:
|
|
|
|
bfa_ioc_getattr_reply(ioc);
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
|
|
|
BUG_ON(1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
2012-07-10 10:56:59 +00:00
|
|
|
* bfa_nw_ioc_attach - IOC attach time initialization and setup.
|
2010-08-24 03:24:12 +00:00
|
|
|
*
|
2012-07-10 10:56:59 +00:00
|
|
|
* @ioc: memory for IOC
|
|
|
|
* @bfa: driver instance structure
|
2010-08-24 03:24:12 +00:00
|
|
|
*/
|
|
|
|
void
|
2010-08-26 06:00:27 +00:00
|
|
|
bfa_nw_ioc_attach(struct bfa_ioc *ioc, void *bfa, struct bfa_ioc_cbfn *cbfn)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
|
|
|
ioc->bfa = bfa;
|
|
|
|
ioc->cbfn = cbfn;
|
|
|
|
ioc->fcmode = false;
|
|
|
|
ioc->pllinit = false;
|
|
|
|
ioc->dbg_fwsave_once = true;
|
2010-12-23 21:45:09 +00:00
|
|
|
ioc->iocpf.ioc = ioc;
|
2010-08-24 03:24:12 +00:00
|
|
|
|
|
|
|
bfa_ioc_mbox_attach(ioc);
|
2011-07-22 08:07:42 +00:00
|
|
|
INIT_LIST_HEAD(&ioc->notify_q);
|
2010-08-24 03:24:12 +00:00
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
bfa_fsm_set_state(ioc, bfa_ioc_sm_uninit);
|
|
|
|
bfa_fsm_send_event(ioc, IOC_E_RESET);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Driver detach time IOC cleanup. */
|
2010-08-24 03:24:12 +00:00
|
|
|
void
|
2010-08-26 06:00:27 +00:00
|
|
|
bfa_nw_ioc_detach(struct bfa_ioc *ioc)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
|
|
|
bfa_fsm_send_event(ioc, IOC_E_DETACH);
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
|
|
|
|
/* Done with detach, empty the notify_q. */
|
|
|
|
INIT_LIST_HEAD(&ioc->notify_q);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
2012-07-10 10:56:59 +00:00
|
|
|
* bfa_nw_ioc_pci_init - Setup IOC PCI properties.
|
2010-08-24 03:24:12 +00:00
|
|
|
*
|
2012-07-10 10:56:59 +00:00
|
|
|
* @pcidev: PCI device information for this IOC
|
2010-08-24 03:24:12 +00:00
|
|
|
*/
|
|
|
|
void
|
2010-08-26 06:00:27 +00:00
|
|
|
bfa_nw_ioc_pci_init(struct bfa_ioc *ioc, struct bfa_pcidev *pcidev,
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
enum bfi_pcifn_class clscode)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
ioc->clscode = clscode;
|
2010-08-24 03:24:12 +00:00
|
|
|
ioc->pcidev = *pcidev;
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Initialize IOC and device personality
|
|
|
|
*/
|
|
|
|
ioc->port0_mode = ioc->port1_mode = BFI_PORT_MODE_FC;
|
|
|
|
ioc->asic_mode = BFI_ASIC_MODE_FC;
|
|
|
|
|
|
|
|
switch (pcidev->device_id) {
|
|
|
|
case PCI_DEVICE_ID_BROCADE_CT:
|
|
|
|
ioc->asic_gen = BFI_ASIC_GEN_CT;
|
|
|
|
ioc->port0_mode = ioc->port1_mode = BFI_PORT_MODE_ETH;
|
|
|
|
ioc->asic_mode = BFI_ASIC_MODE_ETH;
|
|
|
|
ioc->port_mode = ioc->port_mode_cfg = BFA_MODE_CNA;
|
|
|
|
ioc->ad_cap_bm = BFA_CM_CNA;
|
|
|
|
break;
|
|
|
|
|
2011-09-27 10:39:08 +00:00
|
|
|
case BFA_PCI_DEVICE_ID_CT2:
|
|
|
|
ioc->asic_gen = BFI_ASIC_GEN_CT2;
|
|
|
|
if (clscode == BFI_PCIFN_CLASS_FC &&
|
|
|
|
pcidev->ssid == BFA_PCI_CT2_SSID_FC) {
|
|
|
|
ioc->asic_mode = BFI_ASIC_MODE_FC16;
|
|
|
|
ioc->fcmode = true;
|
|
|
|
ioc->port_mode = ioc->port_mode_cfg = BFA_MODE_HBA;
|
|
|
|
ioc->ad_cap_bm = BFA_CM_HBA;
|
|
|
|
} else {
|
|
|
|
ioc->port0_mode = ioc->port1_mode = BFI_PORT_MODE_ETH;
|
|
|
|
ioc->asic_mode = BFI_ASIC_MODE_ETH;
|
|
|
|
if (pcidev->ssid == BFA_PCI_CT2_SSID_FCoE) {
|
|
|
|
ioc->port_mode =
|
|
|
|
ioc->port_mode_cfg = BFA_MODE_CNA;
|
|
|
|
ioc->ad_cap_bm = BFA_CM_CNA;
|
|
|
|
} else {
|
|
|
|
ioc->port_mode =
|
|
|
|
ioc->port_mode_cfg = BFA_MODE_NIC;
|
|
|
|
ioc->ad_cap_bm = BFA_CM_NIC;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
default:
|
|
|
|
BUG_ON(1);
|
|
|
|
}
|
2010-08-24 03:24:12 +00:00
|
|
|
|
2011-09-27 10:39:05 +00:00
|
|
|
/**
|
|
|
|
* Set asic specific interfaces.
|
|
|
|
*/
|
|
|
|
if (ioc->asic_gen == BFI_ASIC_GEN_CT)
|
|
|
|
bfa_nw_ioc_set_ct_hwif(ioc);
|
2011-10-05 03:04:01 +00:00
|
|
|
else {
|
|
|
|
WARN_ON(ioc->asic_gen != BFI_ASIC_GEN_CT2);
|
2011-09-27 10:39:05 +00:00
|
|
|
bfa_nw_ioc_set_ct2_hwif(ioc);
|
2011-10-05 03:04:01 +00:00
|
|
|
bfa_nw_ioc_ct2_poweron(ioc);
|
|
|
|
}
|
2010-08-24 03:24:12 +00:00
|
|
|
|
|
|
|
bfa_ioc_map_port(ioc);
|
|
|
|
bfa_ioc_reg_init(ioc);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
2012-07-10 10:56:59 +00:00
|
|
|
* bfa_nw_ioc_mem_claim - Initialize IOC dma memory
|
2010-08-24 03:24:12 +00:00
|
|
|
*
|
2012-07-10 10:56:59 +00:00
|
|
|
* @dm_kva: kernel virtual address of IOC dma memory
|
|
|
|
* @dm_pa: physical address of IOC dma memory
|
2010-08-24 03:24:12 +00:00
|
|
|
*/
|
|
|
|
void
|
2010-08-26 06:00:27 +00:00
|
|
|
bfa_nw_ioc_mem_claim(struct bfa_ioc *ioc, u8 *dm_kva, u64 dm_pa)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
|
|
|
/**
|
|
|
|
* dma memory for firmware attribute
|
|
|
|
*/
|
|
|
|
ioc->attr_dma.kva = dm_kva;
|
|
|
|
ioc->attr_dma.pa = dm_pa;
|
|
|
|
ioc->attr = (struct bfi_ioc_attr *) dm_kva;
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Return size of dma memory required. */
|
2010-08-24 03:24:12 +00:00
|
|
|
u32
|
2010-08-26 06:00:27 +00:00
|
|
|
bfa_nw_ioc_meminfo(void)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
|
|
|
return roundup(sizeof(struct bfi_ioc_attr), BFA_DMA_ALIGN_SZ);
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
2010-08-26 06:00:27 +00:00
|
|
|
bfa_nw_ioc_enable(struct bfa_ioc *ioc)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
|
|
|
bfa_ioc_stats(ioc, ioc_enables);
|
|
|
|
ioc->dbg_fwsave_once = true;
|
|
|
|
|
|
|
|
bfa_fsm_send_event(ioc, IOC_E_ENABLE);
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
2010-08-26 06:00:27 +00:00
|
|
|
bfa_nw_ioc_disable(struct bfa_ioc *ioc)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
|
|
|
bfa_ioc_stats(ioc, ioc_disables);
|
|
|
|
bfa_fsm_send_event(ioc, IOC_E_DISABLE);
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Initialize memory for saving firmware trace. */
|
2011-12-22 13:30:19 +00:00
|
|
|
void
|
|
|
|
bfa_nw_ioc_debug_memclaim(struct bfa_ioc *ioc, void *dbg_fwsave)
|
|
|
|
{
|
|
|
|
ioc->dbg_fwsave = dbg_fwsave;
|
|
|
|
ioc->dbg_fwsave_len = ioc->iocpf.auto_recover ? BNA_DBG_FWTRC_LEN : 0;
|
|
|
|
}
|
|
|
|
|
2010-08-26 06:00:27 +00:00
|
|
|
static u32
|
2010-08-24 03:24:12 +00:00
|
|
|
bfa_ioc_smem_pgnum(struct bfa_ioc *ioc, u32 fmaddr)
|
|
|
|
{
|
|
|
|
return PSS_SMEM_PGNUM(ioc->ioc_regs.smem_pg0, fmaddr);
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Register mailbox message handler function, to be called by common modules */
|
2010-08-24 03:24:12 +00:00
|
|
|
void
|
2010-08-26 06:00:27 +00:00
|
|
|
bfa_nw_ioc_mbox_regisr(struct bfa_ioc *ioc, enum bfi_mclass mc,
|
2010-08-24 03:24:12 +00:00
|
|
|
bfa_ioc_mbox_mcfunc_t cbfn, void *cbarg)
|
|
|
|
{
|
|
|
|
struct bfa_ioc_mbox_mod *mod = &ioc->mbox_mod;
|
|
|
|
|
|
|
|
mod->mbhdlr[mc].cbfn = cbfn;
|
|
|
|
mod->mbhdlr[mc].cbarg = cbarg;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
2012-07-10 10:56:59 +00:00
|
|
|
* bfa_nw_ioc_mbox_queue - Queue a mailbox command request to firmware.
|
2010-08-24 03:24:12 +00:00
|
|
|
*
|
2012-07-10 10:56:59 +00:00
|
|
|
* @ioc: IOC instance
|
|
|
|
* @cmd: Mailbox command
|
|
|
|
*
|
|
|
|
* Waits if mailbox is busy. Responsibility of caller to serialize
|
2010-08-24 03:24:12 +00:00
|
|
|
*/
|
2011-08-08 16:21:35 +00:00
|
|
|
bool
|
|
|
|
bfa_nw_ioc_mbox_queue(struct bfa_ioc *ioc, struct bfa_mbox_cmd *cmd,
|
|
|
|
bfa_mbox_cmd_cbfn_t cbfn, void *cbarg)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
|
|
|
struct bfa_ioc_mbox_mod *mod = &ioc->mbox_mod;
|
|
|
|
u32 stat;
|
|
|
|
|
2011-08-08 16:21:35 +00:00
|
|
|
cmd->cbfn = cbfn;
|
|
|
|
cmd->cbarg = cbarg;
|
|
|
|
|
2010-08-24 03:24:12 +00:00
|
|
|
/**
|
|
|
|
* If a previous command is pending, queue new command
|
|
|
|
*/
|
|
|
|
if (!list_empty(&mod->cmd_q)) {
|
|
|
|
list_add_tail(&cmd->qe, &mod->cmd_q);
|
2011-08-08 16:21:35 +00:00
|
|
|
return true;
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* If mailbox is busy, queue command for poll timer
|
|
|
|
*/
|
|
|
|
stat = readl(ioc->ioc_regs.hfn_mbox_cmd);
|
|
|
|
if (stat) {
|
|
|
|
list_add_tail(&cmd->qe, &mod->cmd_q);
|
2011-08-08 16:21:35 +00:00
|
|
|
return true;
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* mailbox is free -- queue command to firmware
|
|
|
|
*/
|
|
|
|
bfa_ioc_mbox_send(ioc, cmd->msg, sizeof(cmd->msg));
|
2011-07-22 08:07:42 +00:00
|
|
|
|
2011-08-08 16:21:35 +00:00
|
|
|
return false;
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Handle mailbox interrupts */
|
2010-08-24 03:24:12 +00:00
|
|
|
void
|
2010-08-26 06:00:27 +00:00
|
|
|
bfa_nw_ioc_mbox_isr(struct bfa_ioc *ioc)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
|
|
|
struct bfa_ioc_mbox_mod *mod = &ioc->mbox_mod;
|
|
|
|
struct bfi_mbmsg m;
|
|
|
|
int mc;
|
|
|
|
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
if (bfa_ioc_msgget(ioc, &m)) {
|
|
|
|
/**
|
|
|
|
* Treat IOC message class as special.
|
|
|
|
*/
|
|
|
|
mc = m.mh.msg_class;
|
|
|
|
if (mc == BFI_MC_IOC) {
|
|
|
|
bfa_ioc_isr(ioc, &m);
|
|
|
|
return;
|
|
|
|
}
|
2010-08-24 03:24:12 +00:00
|
|
|
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
if ((mc >= BFI_MC_MAX) || (mod->mbhdlr[mc].cbfn == NULL))
|
|
|
|
return;
|
|
|
|
|
|
|
|
mod->mbhdlr[mc].cbfn(mod->mbhdlr[mc].cbarg, &m);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
bfa_ioc_lpu_read_stat(ioc);
|
2010-08-24 03:24:12 +00:00
|
|
|
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
/**
|
|
|
|
* Try to send pending mailbox commands
|
|
|
|
*/
|
|
|
|
bfa_ioc_mbox_poll(ioc);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
void
|
2010-08-26 06:00:27 +00:00
|
|
|
bfa_nw_ioc_error_isr(struct bfa_ioc *ioc)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2011-07-22 08:07:48 +00:00
|
|
|
bfa_ioc_stats(ioc, ioc_hbfails);
|
|
|
|
bfa_ioc_stats_hb_count(ioc, ioc->hb_count);
|
2010-08-24 03:24:12 +00:00
|
|
|
bfa_fsm_send_event(ioc, IOC_E_HWERROR);
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* return true if IOC is disabled */
|
2011-07-22 08:07:42 +00:00
|
|
|
bool
|
|
|
|
bfa_nw_ioc_is_disabled(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
return bfa_fsm_cmp_state(ioc, bfa_ioc_sm_disabling) ||
|
|
|
|
bfa_fsm_cmp_state(ioc, bfa_ioc_sm_disabled);
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* return true if IOC is operational */
|
2011-12-22 13:29:45 +00:00
|
|
|
bool
|
|
|
|
bfa_nw_ioc_is_operational(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
return bfa_fsm_cmp_state(ioc, bfa_ioc_sm_op);
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Add to IOC heartbeat failure notification queue. To be used by common
|
2010-08-24 03:24:12 +00:00
|
|
|
* modules such as cee, port, diag.
|
|
|
|
*/
|
|
|
|
void
|
2011-07-22 08:07:42 +00:00
|
|
|
bfa_nw_ioc_notify_register(struct bfa_ioc *ioc,
|
|
|
|
struct bfa_ioc_notify *notify)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2011-07-22 08:07:42 +00:00
|
|
|
list_add_tail(¬ify->qe, &ioc->notify_q);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
2015-02-19 21:02:31 +00:00
|
|
|
#define BFA_MFG_NAME "QLogic"
|
2010-08-26 06:00:27 +00:00
|
|
|
static void
|
2010-08-24 03:24:12 +00:00
|
|
|
bfa_ioc_get_adapter_attr(struct bfa_ioc *ioc,
|
|
|
|
struct bfa_adapter_attr *ad_attr)
|
|
|
|
{
|
|
|
|
struct bfi_ioc_attr *ioc_attr;
|
|
|
|
|
|
|
|
ioc_attr = ioc->attr;
|
|
|
|
|
|
|
|
bfa_ioc_get_adapter_serial_num(ioc, ad_attr->serial_num);
|
|
|
|
bfa_ioc_get_adapter_fw_ver(ioc, ad_attr->fw_ver);
|
|
|
|
bfa_ioc_get_adapter_optrom_ver(ioc, ad_attr->optrom_ver);
|
|
|
|
bfa_ioc_get_adapter_manufacturer(ioc, ad_attr->manufacturer);
|
|
|
|
memcpy(&ad_attr->vpd, &ioc_attr->vpd,
|
|
|
|
sizeof(struct bfa_mfg_vpd));
|
|
|
|
|
|
|
|
ad_attr->nports = bfa_ioc_get_nports(ioc);
|
|
|
|
ad_attr->max_speed = bfa_ioc_speed_sup(ioc);
|
|
|
|
|
|
|
|
bfa_ioc_get_adapter_model(ioc, ad_attr->model);
|
|
|
|
/* For now, model descr uses same model string */
|
|
|
|
bfa_ioc_get_adapter_model(ioc, ad_attr->model_descr);
|
|
|
|
|
|
|
|
ad_attr->card_type = ioc_attr->card_type;
|
|
|
|
ad_attr->is_mezz = bfa_mfg_is_mezz(ioc_attr->card_type);
|
|
|
|
|
|
|
|
if (BFI_ADAPTER_IS_SPECIAL(ioc_attr->adapter_prop))
|
|
|
|
ad_attr->prototype = 1;
|
|
|
|
else
|
|
|
|
ad_attr->prototype = 0;
|
|
|
|
|
|
|
|
ad_attr->pwwn = bfa_ioc_get_pwwn(ioc);
|
2015-06-11 13:52:14 +00:00
|
|
|
bfa_nw_ioc_get_mac(ioc, ad_attr->mac);
|
2010-08-24 03:24:12 +00:00
|
|
|
|
|
|
|
ad_attr->pcie_gen = ioc_attr->pcie_gen;
|
|
|
|
ad_attr->pcie_lanes = ioc_attr->pcie_lanes;
|
|
|
|
ad_attr->pcie_lanes_orig = ioc_attr->pcie_lanes_orig;
|
|
|
|
ad_attr->asic_rev = ioc_attr->asic_rev;
|
|
|
|
|
|
|
|
bfa_ioc_get_pci_chip_rev(ioc, ad_attr->hw_ver);
|
|
|
|
}
|
|
|
|
|
2010-08-26 06:00:27 +00:00
|
|
|
static enum bfa_ioc_type
|
2010-08-24 03:24:12 +00:00
|
|
|
bfa_ioc_get_type(struct bfa_ioc *ioc)
|
|
|
|
{
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
if (ioc->clscode == BFI_PCIFN_CLASS_ETH)
|
2010-08-24 03:24:12 +00:00
|
|
|
return BFA_IOC_TYPE_LL;
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
|
|
|
|
BUG_ON(!(ioc->clscode == BFI_PCIFN_CLASS_FC));
|
|
|
|
|
|
|
|
return (ioc->attr->port_mode == BFI_PORT_MODE_FC)
|
|
|
|
? BFA_IOC_TYPE_FC : BFA_IOC_TYPE_FCoE;
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
2010-08-26 06:00:27 +00:00
|
|
|
static void
|
2010-08-24 03:24:12 +00:00
|
|
|
bfa_ioc_get_adapter_serial_num(struct bfa_ioc *ioc, char *serial_num)
|
|
|
|
{
|
|
|
|
memcpy(serial_num,
|
|
|
|
(void *)ioc->attr->brcd_serialnum,
|
|
|
|
BFA_ADAPTER_SERIAL_NUM_LEN);
|
|
|
|
}
|
|
|
|
|
2010-08-26 06:00:27 +00:00
|
|
|
static void
|
2010-08-24 03:24:12 +00:00
|
|
|
bfa_ioc_get_adapter_fw_ver(struct bfa_ioc *ioc, char *fw_ver)
|
|
|
|
{
|
|
|
|
memcpy(fw_ver, ioc->attr->fw_version, BFA_VERSION_LEN);
|
|
|
|
}
|
|
|
|
|
2010-08-26 06:00:27 +00:00
|
|
|
static void
|
2010-08-24 03:24:12 +00:00
|
|
|
bfa_ioc_get_pci_chip_rev(struct bfa_ioc *ioc, char *chip_rev)
|
|
|
|
{
|
|
|
|
BUG_ON(!(chip_rev));
|
|
|
|
|
|
|
|
memset(chip_rev, 0, BFA_IOC_CHIP_REV_LEN);
|
|
|
|
|
|
|
|
chip_rev[0] = 'R';
|
|
|
|
chip_rev[1] = 'e';
|
|
|
|
chip_rev[2] = 'v';
|
|
|
|
chip_rev[3] = '-';
|
|
|
|
chip_rev[4] = ioc->attr->asic_rev;
|
|
|
|
chip_rev[5] = '\0';
|
|
|
|
}
|
|
|
|
|
2010-08-26 06:00:27 +00:00
|
|
|
static void
|
2010-08-24 03:24:12 +00:00
|
|
|
bfa_ioc_get_adapter_optrom_ver(struct bfa_ioc *ioc, char *optrom_ver)
|
|
|
|
{
|
|
|
|
memcpy(optrom_ver, ioc->attr->optrom_version,
|
|
|
|
BFA_VERSION_LEN);
|
|
|
|
}
|
|
|
|
|
2010-08-26 06:00:27 +00:00
|
|
|
static void
|
2010-08-24 03:24:12 +00:00
|
|
|
bfa_ioc_get_adapter_manufacturer(struct bfa_ioc *ioc, char *manufacturer)
|
|
|
|
{
|
|
|
|
memcpy(manufacturer, BFA_MFG_NAME, BFA_ADAPTER_MFG_NAME_LEN);
|
|
|
|
}
|
|
|
|
|
2010-08-26 06:00:27 +00:00
|
|
|
static void
|
2010-08-24 03:24:12 +00:00
|
|
|
bfa_ioc_get_adapter_model(struct bfa_ioc *ioc, char *model)
|
|
|
|
{
|
|
|
|
struct bfi_ioc_attr *ioc_attr;
|
|
|
|
|
|
|
|
BUG_ON(!(model));
|
|
|
|
memset(model, 0, BFA_ADAPTER_MODEL_NAME_LEN);
|
|
|
|
|
|
|
|
ioc_attr = ioc->attr;
|
|
|
|
|
|
|
|
snprintf(model, BFA_ADAPTER_MODEL_NAME_LEN, "%s-%u",
|
|
|
|
BFA_MFG_NAME, ioc_attr->card_type);
|
|
|
|
}
|
|
|
|
|
2010-08-26 06:00:27 +00:00
|
|
|
static enum bfa_ioc_state
|
2010-08-24 03:24:12 +00:00
|
|
|
bfa_ioc_get_state(struct bfa_ioc *ioc)
|
|
|
|
{
|
2010-12-23 21:45:09 +00:00
|
|
|
enum bfa_iocpf_state iocpf_st;
|
|
|
|
enum bfa_ioc_state ioc_st = bfa_sm_to_state(ioc_sm_table, ioc->fsm);
|
|
|
|
|
|
|
|
if (ioc_st == BFA_IOC_ENABLING ||
|
|
|
|
ioc_st == BFA_IOC_FAIL || ioc_st == BFA_IOC_INITFAIL) {
|
|
|
|
|
|
|
|
iocpf_st = bfa_sm_to_state(iocpf_sm_table, ioc->iocpf.fsm);
|
|
|
|
|
|
|
|
switch (iocpf_st) {
|
|
|
|
case BFA_IOCPF_SEMWAIT:
|
|
|
|
ioc_st = BFA_IOC_SEMWAIT;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case BFA_IOCPF_HWINIT:
|
|
|
|
ioc_st = BFA_IOC_HWINIT;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case BFA_IOCPF_FWMISMATCH:
|
|
|
|
ioc_st = BFA_IOC_FWMISMATCH;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case BFA_IOCPF_FAIL:
|
|
|
|
ioc_st = BFA_IOC_FAIL;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case BFA_IOCPF_INITFAIL:
|
|
|
|
ioc_st = BFA_IOC_INITFAIL;
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return ioc_st;
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
void
|
2010-08-26 06:00:27 +00:00
|
|
|
bfa_nw_ioc_get_attr(struct bfa_ioc *ioc, struct bfa_ioc_attr *ioc_attr)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
|
|
|
memset((void *)ioc_attr, 0, sizeof(struct bfa_ioc_attr));
|
|
|
|
|
|
|
|
ioc_attr->state = bfa_ioc_get_state(ioc);
|
2013-05-20 10:08:03 +00:00
|
|
|
ioc_attr->port_id = bfa_ioc_portid(ioc);
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
ioc_attr->port_mode = ioc->port_mode;
|
|
|
|
|
|
|
|
ioc_attr->port_mode_cfg = ioc->port_mode_cfg;
|
|
|
|
ioc_attr->cap_bm = ioc->ad_cap_bm;
|
2010-08-24 03:24:12 +00:00
|
|
|
|
|
|
|
ioc_attr->ioc_type = bfa_ioc_get_type(ioc);
|
|
|
|
|
|
|
|
bfa_ioc_get_adapter_attr(ioc, &ioc_attr->adapter_attr);
|
|
|
|
|
2013-05-20 10:08:03 +00:00
|
|
|
ioc_attr->pci_attr.device_id = bfa_ioc_devid(ioc);
|
|
|
|
ioc_attr->pci_attr.pcifn = bfa_ioc_pcifn(ioc);
|
|
|
|
ioc_attr->def_fn = bfa_ioc_is_default(ioc);
|
2010-08-24 03:24:12 +00:00
|
|
|
bfa_ioc_get_pci_chip_rev(ioc, ioc_attr->pci_attr.chip_rev);
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* WWN public */
|
2010-08-26 06:00:27 +00:00
|
|
|
static u64
|
2010-08-24 03:24:12 +00:00
|
|
|
bfa_ioc_get_pwwn(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
return ioc->attr->pwwn;
|
|
|
|
}
|
|
|
|
|
2015-06-11 13:52:14 +00:00
|
|
|
void
|
|
|
|
bfa_nw_ioc_get_mac(struct bfa_ioc *ioc, u8 *mac)
|
2010-08-24 03:24:12 +00:00
|
|
|
{
|
2015-06-11 13:52:14 +00:00
|
|
|
ether_addr_copy(mac, ioc->attr->mac);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* Firmware failure detected. Start recovery actions. */
|
2010-08-24 03:24:12 +00:00
|
|
|
static void
|
|
|
|
bfa_ioc_recover(struct bfa_ioc *ioc)
|
|
|
|
{
|
2011-04-04 08:29:59 +00:00
|
|
|
pr_crit("Heart Beat of IOC has failed\n");
|
|
|
|
bfa_ioc_stats(ioc, ioc_hbfails);
|
2011-07-22 08:07:48 +00:00
|
|
|
bfa_ioc_stats_hb_count(ioc, ioc->hb_count);
|
2011-04-04 08:29:59 +00:00
|
|
|
bfa_fsm_send_event(ioc, IOC_E_HBFAIL);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/* BFA IOC PF private functions */
|
2010-12-23 21:45:09 +00:00
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_iocpf_enable(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_ENABLE);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_iocpf_disable(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_DISABLE);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_iocpf_fail(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_FAIL);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_iocpf_initfail(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_INITFAIL);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_iocpf_getattrfail(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_GETATTRFAIL);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_iocpf_stop(struct bfa_ioc *ioc)
|
|
|
|
{
|
|
|
|
bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_STOP);
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
2015-06-11 13:52:30 +00:00
|
|
|
bfa_nw_iocpf_timeout(struct bfa_ioc *ioc)
|
2010-12-23 21:45:09 +00:00
|
|
|
{
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
enum bfa_iocpf_state iocpf_st;
|
|
|
|
|
|
|
|
iocpf_st = bfa_sm_to_state(iocpf_sm_table, ioc->iocpf.fsm);
|
2010-12-23 21:45:09 +00:00
|
|
|
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
if (iocpf_st == BFA_IOCPF_HWINIT)
|
|
|
|
bfa_ioc_poll_fwinit(ioc);
|
|
|
|
else
|
|
|
|
bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_TIMEOUT);
|
2010-12-23 21:45:09 +00:00
|
|
|
}
|
2010-08-24 03:24:12 +00:00
|
|
|
|
2010-12-23 21:45:09 +00:00
|
|
|
void
|
2015-06-11 13:52:30 +00:00
|
|
|
bfa_nw_iocpf_sem_timeout(struct bfa_ioc *ioc)
|
2010-12-23 21:45:09 +00:00
|
|
|
{
|
|
|
|
bfa_ioc_hw_sem_get(ioc);
|
2010-08-24 03:24:12 +00:00
|
|
|
}
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_ioc_poll_fwinit(struct bfa_ioc *ioc)
|
|
|
|
{
|
2013-12-18 01:07:32 +00:00
|
|
|
u32 fwstate = bfa_ioc_get_cur_ioc_fwstate(ioc);
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
|
|
|
|
if (fwstate == BFI_IOC_DISABLED) {
|
|
|
|
bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_FWREADY);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (ioc->iocpf.poll_time >= BFA_IOC_TOV) {
|
2015-05-28 21:10:08 +00:00
|
|
|
bfa_fsm_send_event(&ioc->iocpf, IOCPF_E_TIMEOUT);
|
bna: ENET and Tx Rx Redesign Enablement
Change details:
This patch contains additional structure and function definition changes
that are required to enable the new msgq/enet/txrx redesign introduced
by the previous 4 patches.
- structure and function definition changes to header files as a result
of Ethport, Enet, IOCEth, Tx, Rx redesign.
- ethtool changes to use new enet function and definitions
- Set number of Tx and Rx queues bassed on underlying hardware. Define
separate macros for maximum and supported numbers of Tx and Rx queues
based on underlying hardware. Take VLAN header into account for MTU
calculation. Default to INTx mode when pci_enable_msix() fails. Set a
bit in Rx poll routine, check and wait for that bit to be cleared in
the cleanup routine before proceeding.
- The TX and Rx coalesce settings are programmed in steps of 5 us. The value
that are not divisible by 5 are rounded to the next lower number. This was
causing the value os 1 to 4 to be rounded to 0, which is an invalid setting.
When creating Rx and Tx object, we are currently assigning the default
values of Rx and Tx coalescing_timeo. If these values are changed in the
driver to a different value, the change is lost during such operations as
MTU change. In order to avoid that, pass the configured value of
coalescing_timeo before Rx and Tx object creation. Fix
bnad_tx_coalescing_timeo_set() so it applies to all the Tx objects.
- Reorg uninitialization path in case of pci_probe failure.
- Hardware clock setup changes to pass asic generation, port modes and
asic mode as part firmware boot parameters to firmware.
- FW mailbox interface changes to defined asic specific mailbox interfaces.
h/w mailbox interfaces take 8-bit FIDs and 2-bit port id for owner. Cleaned
up mailbox definitions and usage for new and old HW. Eliminated usage of
ASIC ID. MSI-X vector assignment and programming done by firmware. Fixed
host offsets for CPE/RME queue registers.
- Implement polling mechanism for FW ready to have poll mechanism replaces
the current interrupt based FW READY method. The timer based poll routine
in IOC will query the ioc_fwstate register to see if there is a state
change in FW, and sends the READY event. Removed infrastructure needed to
support mbox READY event from fw as well as IOC code.
- Move FW init to HW init. Handle the case where PCI mapping goes away when
IOCPF state machine is waiting for semaphore.
- Add IOC mbox call back to client indicating that the command is sent.
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-08-08 16:21:39 +00:00
|
|
|
} else {
|
|
|
|
ioc->iocpf.poll_time += BFA_IOC_POLL_TOV;
|
|
|
|
mod_timer(&ioc->iocpf_timer, jiffies +
|
|
|
|
msecs_to_jiffies(BFA_IOC_POLL_TOV));
|
|
|
|
}
|
|
|
|
}
|
2011-12-22 13:29:45 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Flash module specific
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* FLASH DMA buffer should be big enough to hold both MFG block and
|
|
|
|
* asic block(64k) at the same time and also should be 2k aligned to
|
|
|
|
* avoid write segement to cross sector boundary.
|
|
|
|
*/
|
|
|
|
#define BFA_FLASH_SEG_SZ 2048
|
|
|
|
#define BFA_FLASH_DMA_BUF_SZ \
|
|
|
|
roundup(0x010000 + sizeof(struct bfa_mfg_block), BFA_FLASH_SEG_SZ)
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_flash_cb(struct bfa_flash *flash)
|
|
|
|
{
|
|
|
|
flash->op_busy = 0;
|
|
|
|
if (flash->cbfn)
|
|
|
|
flash->cbfn(flash->cbarg, flash->status);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
|
|
|
bfa_flash_notify(void *cbarg, enum bfa_ioc_event event)
|
|
|
|
{
|
|
|
|
struct bfa_flash *flash = cbarg;
|
|
|
|
|
|
|
|
switch (event) {
|
|
|
|
case BFA_IOC_E_DISABLED:
|
|
|
|
case BFA_IOC_E_FAILED:
|
|
|
|
if (flash->op_busy) {
|
|
|
|
flash->status = BFA_STATUS_IOC_FAILURE;
|
|
|
|
flash->cbfn(flash->cbarg, flash->status);
|
|
|
|
flash->op_busy = 0;
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Send flash write request.
|
|
|
|
*/
|
|
|
|
static void
|
|
|
|
bfa_flash_write_send(struct bfa_flash *flash)
|
|
|
|
{
|
|
|
|
struct bfi_flash_write_req *msg =
|
|
|
|
(struct bfi_flash_write_req *) flash->mb.msg;
|
|
|
|
u32 len;
|
|
|
|
|
|
|
|
msg->type = be32_to_cpu(flash->type);
|
|
|
|
msg->instance = flash->instance;
|
|
|
|
msg->offset = be32_to_cpu(flash->addr_off + flash->offset);
|
|
|
|
len = (flash->residue < BFA_FLASH_DMA_BUF_SZ) ?
|
|
|
|
flash->residue : BFA_FLASH_DMA_BUF_SZ;
|
|
|
|
msg->length = be32_to_cpu(len);
|
|
|
|
|
|
|
|
/* indicate if it's the last msg of the whole write operation */
|
|
|
|
msg->last = (len == flash->residue) ? 1 : 0;
|
|
|
|
|
|
|
|
bfi_h2i_set(msg->mh, BFI_MC_FLASH, BFI_FLASH_H2I_WRITE_REQ,
|
|
|
|
bfa_ioc_portid(flash->ioc));
|
|
|
|
bfa_alen_set(&msg->alen, len, flash->dbuf_pa);
|
|
|
|
memcpy(flash->dbuf_kva, flash->ubuf + flash->offset, len);
|
|
|
|
bfa_nw_ioc_mbox_queue(flash->ioc, &flash->mb, NULL, NULL);
|
|
|
|
|
|
|
|
flash->residue -= len;
|
|
|
|
flash->offset += len;
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/**
|
|
|
|
* bfa_flash_read_send - Send flash read request.
|
2011-12-22 13:29:45 +00:00
|
|
|
*
|
2012-07-10 10:56:59 +00:00
|
|
|
* @cbarg: callback argument
|
2011-12-22 13:29:45 +00:00
|
|
|
*/
|
|
|
|
static void
|
|
|
|
bfa_flash_read_send(void *cbarg)
|
|
|
|
{
|
|
|
|
struct bfa_flash *flash = cbarg;
|
|
|
|
struct bfi_flash_read_req *msg =
|
|
|
|
(struct bfi_flash_read_req *) flash->mb.msg;
|
|
|
|
u32 len;
|
|
|
|
|
|
|
|
msg->type = be32_to_cpu(flash->type);
|
|
|
|
msg->instance = flash->instance;
|
|
|
|
msg->offset = be32_to_cpu(flash->addr_off + flash->offset);
|
|
|
|
len = (flash->residue < BFA_FLASH_DMA_BUF_SZ) ?
|
|
|
|
flash->residue : BFA_FLASH_DMA_BUF_SZ;
|
|
|
|
msg->length = be32_to_cpu(len);
|
|
|
|
bfi_h2i_set(msg->mh, BFI_MC_FLASH, BFI_FLASH_H2I_READ_REQ,
|
|
|
|
bfa_ioc_portid(flash->ioc));
|
|
|
|
bfa_alen_set(&msg->alen, len, flash->dbuf_pa);
|
|
|
|
bfa_nw_ioc_mbox_queue(flash->ioc, &flash->mb, NULL, NULL);
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/**
|
|
|
|
* bfa_flash_intr - Process flash response messages upon receiving interrupts.
|
2011-12-22 13:29:45 +00:00
|
|
|
*
|
2012-07-10 10:56:59 +00:00
|
|
|
* @flasharg: flash structure
|
|
|
|
* @msg: message structure
|
2011-12-22 13:29:45 +00:00
|
|
|
*/
|
|
|
|
static void
|
|
|
|
bfa_flash_intr(void *flasharg, struct bfi_mbmsg *msg)
|
|
|
|
{
|
|
|
|
struct bfa_flash *flash = flasharg;
|
|
|
|
u32 status;
|
|
|
|
|
|
|
|
union {
|
|
|
|
struct bfi_flash_query_rsp *query;
|
|
|
|
struct bfi_flash_write_rsp *write;
|
|
|
|
struct bfi_flash_read_rsp *read;
|
|
|
|
struct bfi_mbmsg *msg;
|
|
|
|
} m;
|
|
|
|
|
|
|
|
m.msg = msg;
|
|
|
|
|
|
|
|
/* receiving response after ioc failure */
|
|
|
|
if (!flash->op_busy && msg->mh.msg_id != BFI_FLASH_I2H_EVENT)
|
|
|
|
return;
|
|
|
|
|
|
|
|
switch (msg->mh.msg_id) {
|
|
|
|
case BFI_FLASH_I2H_QUERY_RSP:
|
|
|
|
status = be32_to_cpu(m.query->status);
|
|
|
|
if (status == BFA_STATUS_OK) {
|
|
|
|
u32 i;
|
|
|
|
struct bfa_flash_attr *attr, *f;
|
|
|
|
|
|
|
|
attr = (struct bfa_flash_attr *) flash->ubuf;
|
|
|
|
f = (struct bfa_flash_attr *) flash->dbuf_kva;
|
|
|
|
attr->status = be32_to_cpu(f->status);
|
|
|
|
attr->npart = be32_to_cpu(f->npart);
|
|
|
|
for (i = 0; i < attr->npart; i++) {
|
|
|
|
attr->part[i].part_type =
|
|
|
|
be32_to_cpu(f->part[i].part_type);
|
|
|
|
attr->part[i].part_instance =
|
|
|
|
be32_to_cpu(f->part[i].part_instance);
|
|
|
|
attr->part[i].part_off =
|
|
|
|
be32_to_cpu(f->part[i].part_off);
|
|
|
|
attr->part[i].part_size =
|
|
|
|
be32_to_cpu(f->part[i].part_size);
|
|
|
|
attr->part[i].part_len =
|
|
|
|
be32_to_cpu(f->part[i].part_len);
|
|
|
|
attr->part[i].part_status =
|
|
|
|
be32_to_cpu(f->part[i].part_status);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
flash->status = status;
|
|
|
|
bfa_flash_cb(flash);
|
|
|
|
break;
|
|
|
|
case BFI_FLASH_I2H_WRITE_RSP:
|
|
|
|
status = be32_to_cpu(m.write->status);
|
|
|
|
if (status != BFA_STATUS_OK || flash->residue == 0) {
|
|
|
|
flash->status = status;
|
|
|
|
bfa_flash_cb(flash);
|
|
|
|
} else
|
|
|
|
bfa_flash_write_send(flash);
|
|
|
|
break;
|
|
|
|
case BFI_FLASH_I2H_READ_RSP:
|
|
|
|
status = be32_to_cpu(m.read->status);
|
|
|
|
if (status != BFA_STATUS_OK) {
|
|
|
|
flash->status = status;
|
|
|
|
bfa_flash_cb(flash);
|
|
|
|
} else {
|
|
|
|
u32 len = be32_to_cpu(m.read->length);
|
|
|
|
memcpy(flash->ubuf + flash->offset,
|
|
|
|
flash->dbuf_kva, len);
|
|
|
|
flash->residue -= len;
|
|
|
|
flash->offset += len;
|
|
|
|
if (flash->residue == 0) {
|
|
|
|
flash->status = status;
|
|
|
|
bfa_flash_cb(flash);
|
|
|
|
} else
|
|
|
|
bfa_flash_read_send(flash);
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case BFI_FLASH_I2H_BOOT_VER_RSP:
|
|
|
|
case BFI_FLASH_I2H_EVENT:
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
WARN_ON(1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Flash memory info API.
|
|
|
|
*/
|
|
|
|
u32
|
|
|
|
bfa_nw_flash_meminfo(void)
|
|
|
|
{
|
|
|
|
return roundup(BFA_FLASH_DMA_BUF_SZ, BFA_DMA_ALIGN_SZ);
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/**
|
|
|
|
* bfa_nw_flash_attach - Flash attach API.
|
2011-12-22 13:29:45 +00:00
|
|
|
*
|
2012-07-10 10:56:59 +00:00
|
|
|
* @flash: flash structure
|
|
|
|
* @ioc: ioc structure
|
|
|
|
* @dev: device structure
|
2011-12-22 13:29:45 +00:00
|
|
|
*/
|
|
|
|
void
|
|
|
|
bfa_nw_flash_attach(struct bfa_flash *flash, struct bfa_ioc *ioc, void *dev)
|
|
|
|
{
|
|
|
|
flash->ioc = ioc;
|
|
|
|
flash->cbfn = NULL;
|
|
|
|
flash->cbarg = NULL;
|
|
|
|
flash->op_busy = 0;
|
|
|
|
|
|
|
|
bfa_nw_ioc_mbox_regisr(flash->ioc, BFI_MC_FLASH, bfa_flash_intr, flash);
|
|
|
|
bfa_ioc_notify_init(&flash->ioc_notify, bfa_flash_notify, flash);
|
|
|
|
list_add_tail(&flash->ioc_notify.qe, &flash->ioc->notify_q);
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/**
|
|
|
|
* bfa_nw_flash_memclaim - Claim memory for flash
|
2011-12-22 13:29:45 +00:00
|
|
|
*
|
2012-07-10 10:56:59 +00:00
|
|
|
* @flash: flash structure
|
|
|
|
* @dm_kva: pointer to virtual memory address
|
|
|
|
* @dm_pa: physical memory address
|
2011-12-22 13:29:45 +00:00
|
|
|
*/
|
|
|
|
void
|
|
|
|
bfa_nw_flash_memclaim(struct bfa_flash *flash, u8 *dm_kva, u64 dm_pa)
|
|
|
|
{
|
|
|
|
flash->dbuf_kva = dm_kva;
|
|
|
|
flash->dbuf_pa = dm_pa;
|
|
|
|
memset(flash->dbuf_kva, 0, BFA_FLASH_DMA_BUF_SZ);
|
|
|
|
dm_kva += roundup(BFA_FLASH_DMA_BUF_SZ, BFA_DMA_ALIGN_SZ);
|
|
|
|
dm_pa += roundup(BFA_FLASH_DMA_BUF_SZ, BFA_DMA_ALIGN_SZ);
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/**
|
|
|
|
* bfa_nw_flash_get_attr - Get flash attribute.
|
2011-12-22 13:29:45 +00:00
|
|
|
*
|
2012-07-10 10:56:59 +00:00
|
|
|
* @flash: flash structure
|
|
|
|
* @attr: flash attribute structure
|
|
|
|
* @cbfn: callback function
|
|
|
|
* @cbarg: callback argument
|
2011-12-22 13:29:45 +00:00
|
|
|
*
|
|
|
|
* Return status.
|
|
|
|
*/
|
|
|
|
enum bfa_status
|
|
|
|
bfa_nw_flash_get_attr(struct bfa_flash *flash, struct bfa_flash_attr *attr,
|
|
|
|
bfa_cb_flash cbfn, void *cbarg)
|
|
|
|
{
|
|
|
|
struct bfi_flash_query_req *msg =
|
|
|
|
(struct bfi_flash_query_req *) flash->mb.msg;
|
|
|
|
|
|
|
|
if (!bfa_nw_ioc_is_operational(flash->ioc))
|
|
|
|
return BFA_STATUS_IOC_NON_OP;
|
|
|
|
|
|
|
|
if (flash->op_busy)
|
|
|
|
return BFA_STATUS_DEVBUSY;
|
|
|
|
|
|
|
|
flash->op_busy = 1;
|
|
|
|
flash->cbfn = cbfn;
|
|
|
|
flash->cbarg = cbarg;
|
|
|
|
flash->ubuf = (u8 *) attr;
|
|
|
|
|
|
|
|
bfi_h2i_set(msg->mh, BFI_MC_FLASH, BFI_FLASH_H2I_QUERY_REQ,
|
|
|
|
bfa_ioc_portid(flash->ioc));
|
|
|
|
bfa_alen_set(&msg->alen, sizeof(struct bfa_flash_attr), flash->dbuf_pa);
|
|
|
|
bfa_nw_ioc_mbox_queue(flash->ioc, &flash->mb, NULL, NULL);
|
|
|
|
|
|
|
|
return BFA_STATUS_OK;
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/**
|
|
|
|
* bfa_nw_flash_update_part - Update flash partition.
|
2011-12-22 13:29:45 +00:00
|
|
|
*
|
2012-07-10 10:56:59 +00:00
|
|
|
* @flash: flash structure
|
|
|
|
* @type: flash partition type
|
|
|
|
* @instance: flash partition instance
|
|
|
|
* @buf: update data buffer
|
|
|
|
* @len: data buffer length
|
|
|
|
* @offset: offset relative to the partition starting address
|
|
|
|
* @cbfn: callback function
|
|
|
|
* @cbarg: callback argument
|
2011-12-22 13:29:45 +00:00
|
|
|
*
|
|
|
|
* Return status.
|
|
|
|
*/
|
|
|
|
enum bfa_status
|
|
|
|
bfa_nw_flash_update_part(struct bfa_flash *flash, u32 type, u8 instance,
|
|
|
|
void *buf, u32 len, u32 offset,
|
|
|
|
bfa_cb_flash cbfn, void *cbarg)
|
|
|
|
{
|
|
|
|
if (!bfa_nw_ioc_is_operational(flash->ioc))
|
|
|
|
return BFA_STATUS_IOC_NON_OP;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* 'len' must be in word (4-byte) boundary
|
|
|
|
*/
|
|
|
|
if (!len || (len & 0x03))
|
|
|
|
return BFA_STATUS_FLASH_BAD_LEN;
|
|
|
|
|
|
|
|
if (type == BFA_FLASH_PART_MFG)
|
|
|
|
return BFA_STATUS_EINVAL;
|
|
|
|
|
|
|
|
if (flash->op_busy)
|
|
|
|
return BFA_STATUS_DEVBUSY;
|
|
|
|
|
|
|
|
flash->op_busy = 1;
|
|
|
|
flash->cbfn = cbfn;
|
|
|
|
flash->cbarg = cbarg;
|
|
|
|
flash->type = type;
|
|
|
|
flash->instance = instance;
|
|
|
|
flash->residue = len;
|
|
|
|
flash->offset = 0;
|
|
|
|
flash->addr_off = offset;
|
|
|
|
flash->ubuf = buf;
|
|
|
|
|
|
|
|
bfa_flash_write_send(flash);
|
|
|
|
|
|
|
|
return BFA_STATUS_OK;
|
|
|
|
}
|
|
|
|
|
2012-07-10 10:56:59 +00:00
|
|
|
/**
|
|
|
|
* bfa_nw_flash_read_part - Read flash partition.
|
2011-12-22 13:29:45 +00:00
|
|
|
*
|
2012-07-10 10:56:59 +00:00
|
|
|
* @flash: flash structure
|
|
|
|
* @type: flash partition type
|
|
|
|
* @instance: flash partition instance
|
|
|
|
* @buf: read data buffer
|
|
|
|
* @len: data buffer length
|
|
|
|
* @offset: offset relative to the partition starting address
|
|
|
|
* @cbfn: callback function
|
|
|
|
* @cbarg: callback argument
|
2011-12-22 13:29:45 +00:00
|
|
|
*
|
|
|
|
* Return status.
|
|
|
|
*/
|
|
|
|
enum bfa_status
|
|
|
|
bfa_nw_flash_read_part(struct bfa_flash *flash, u32 type, u8 instance,
|
|
|
|
void *buf, u32 len, u32 offset,
|
|
|
|
bfa_cb_flash cbfn, void *cbarg)
|
|
|
|
{
|
|
|
|
if (!bfa_nw_ioc_is_operational(flash->ioc))
|
|
|
|
return BFA_STATUS_IOC_NON_OP;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* 'len' must be in word (4-byte) boundary
|
|
|
|
*/
|
|
|
|
if (!len || (len & 0x03))
|
|
|
|
return BFA_STATUS_FLASH_BAD_LEN;
|
|
|
|
|
|
|
|
if (flash->op_busy)
|
|
|
|
return BFA_STATUS_DEVBUSY;
|
|
|
|
|
|
|
|
flash->op_busy = 1;
|
|
|
|
flash->cbfn = cbfn;
|
|
|
|
flash->cbarg = cbarg;
|
|
|
|
flash->type = type;
|
|
|
|
flash->instance = instance;
|
|
|
|
flash->residue = len;
|
|
|
|
flash->offset = 0;
|
|
|
|
flash->addr_off = offset;
|
|
|
|
flash->ubuf = buf;
|
|
|
|
|
|
|
|
bfa_flash_read_send(flash);
|
|
|
|
|
|
|
|
return BFA_STATUS_OK;
|
|
|
|
}
|