Searched refs:WWPN_LEN (Results 1 – 2 of 2) sorted by relevance
82 #define WWPN_LEN 16 macro83 #define WWPN_BUF_LEN (WWPN_LEN + 1)
1704 if (unlikely((i + j > vpd_size) || (j != WWPN_LEN))) { in read_vpd()1711 memcpy(tmp_buf, &vpd_data[i], WWPN_LEN); in read_vpd()1712 rc = kstrtoul(tmp_buf, WWPN_LEN, (ulong *)&wwpn[k]); in read_vpd()