Home
last modified time | relevance | path

Searched refs:lpfc_no_hba_reset (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_crtn.h666 extern unsigned long lpfc_no_hba_reset[];
H A Dlpfc_attr.c3578 unsigned long lpfc_no_hba_reset[MAX_HBAS_NO_RESET] = { variable
3580 module_param_array(lpfc_no_hba_reset, ulong, &lpfc_no_hba_reset_cnt, 0444);
3581 MODULE_PARM_DESC(lpfc_no_hba_reset, "WWPN of HBAs that should not be reset");
H A Dlpfc_init.c4729 if (wwn == lpfc_no_hba_reset[i]) { in lpfc_create_port()