Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_attr.c2670 static char *lpfc_soft_wwn_key = "C99G71SL8032A"; variable
2718 * @buf: containing the string lpfc_soft_wwn_key.
2719 * @count: must be size of lpfc_soft_wwn_key.
2722 * -EINVAL if the buffer does not contain lpfc_soft_wwn_key
2759 if ((cnt != strlen(lpfc_soft_wwn_key)) || in lpfc_soft_wwn_enable_store()
2760 (strncmp(buf, lpfc_soft_wwn_key, strlen(lpfc_soft_wwn_key)) != 0)) in lpfc_soft_wwn_enable_store()

Completed in 8 milliseconds