Home
last modified time | relevance | path

Searched refs:WWPN_LEN (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/
H A Dmain.h82 #define WWPN_LEN 16 macro
83 #define WWPN_BUF_LEN (WWPN_LEN + 1)
H A Dmain.c1699 if (unlikely((i + j > vpd_size) || (j != WWPN_LEN))) { in read_vpd()
1706 memcpy(tmp_buf, &vpd_data[i], WWPN_LEN); in read_vpd()
1707 rc = kstrtoul(tmp_buf, WWPN_LEN, (ulong *)&wwpn[k]); in read_vpd()