Searched refs:WWPN_LEN (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/scsi/cxlflash/
H A Dmain.c1681 if (i < 0 || kw_size != WWPN_LEN) {
1688 memcpy(tmp_buf, &vpd_data[i], WWPN_LEN);
1689 rc = kstrtoul(tmp_buf, WWPN_LEN, (ulong *)&wwpn[k]);
H A Dmain.h82 #define WWPN_LEN 16 macro
83 #define WWPN_BUF_LEN (WWPN_LEN + 1)

Completed in 179 milliseconds