Searched refs:lpfc_soft_wwn_key (Results 1 - 1 of 1) 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_attr.c1722 static char *lpfc_soft_wwn_key = "C99G71SL8032A"; variable
1728 * @buf: containing the string lpfc_soft_wwn_key.
1729 * @count: must be size of lpfc_soft_wwn_key.
1732 * -EINVAL if the buffer does not contain lpfc_soft_wwn_key
1761 if ((cnt != strlen(lpfc_soft_wwn_key)) ||
1762 (strncmp(buf, lpfc_soft_wwn_key, strlen(lpfc_soft_wwn_key)) != 0))

Completed in 31 milliseconds