Searched refs:cfg_aer_support (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc.h627 uint32_t cfg_aer_support; member in struct:lpfc_hba
H A Dlpfc_attr.c2965 * AER returns success, update the device's cfg_aer_support flag to
2971 * the device's cfg_aer_support flag to indicate AER is not supported
3002 phba->cfg_aer_support = 0;
3007 phba->cfg_aer_support = 0;
3018 phba->cfg_aer_support = 1;
3023 phba->cfg_aer_support = 1;
3046 * cfg_aer_support field. It will be up to the driver's probe_one
3062 phba->cfg_aer_support = val;
3070 phba->cfg_aer_support = 1;
H A Dlpfc_sli.c4049 if (phba->cfg_aer_support == 1 && !(phba->hba_flag & HBA_AER_ENABLED)) {
4062 phba->cfg_aer_support = 0;
4574 if (phba->cfg_aer_support == 1 && !(phba->hba_flag & HBA_AER_ENABLED)) {
4587 phba->cfg_aer_support = 0;

Completed in 91 milliseconds