/src/sys/dev/ic/ |
isp_ioctl.h | 191 uint64_t wwpn; member in struct:__anon487c79600308::wwnpair
|
isp_tpublic.h | 121 uint64_t wwpn; member in struct:__anon86d6b6f80508::__anon86d6b6f8070a::__anon86d6b6f80808
|
isp.c | 78 static const char topology[] = "Chan %d WWPN 0x%08x%08x PortID 0x%06x N-Port Handle %d, Connection '%s'"; 2387 "PortID 0x%06x WWPN 0x%02x%02x%02x%02x%02x%02x%02x%02x", 3022 * to return a portid but not a WWPN/WWNN or role for devices 3520 * WWNN/WWPN duple, we enter the device into our database. 3525 uint64_t wwnn, wwpn; local in function:isp_scan_fabric 3625 * Check to make sure that handle, portid, WWPN and 3631 MAKE_WWN_FROM_NODE_NAME(wwpn, pdb.portname); 3634 wwpn != lp->port_wwn || 3639 (uint32_t) (wwpn >> 32), (uint32_t) wwpn, [all...] |
isp_netbsd.c | 493 nph, &pair.wwnn, &pair.wwpn); 495 if (retval || (pair.wwpn == INI_NONE && 1182 " WWNN %#08x%08x WWPN %#08x%08x"; 1185 " WWNN %#08x%08x WWPN %#08x%08x";
|
isp_library.c | 470 isp_prt(isp, ISP_LOGALL, "Chan %d [%d]: hdl 0x%x %s al%d tgt %s %s 0x%06x =>%s 0x%06x; WWNN 0x%08x%08x WWPN 0x%08x%08x", 586 MAKE_NODE_NAME_FROM_WWN(vp->vp_mod_ports[0].wwpn, fcp->isp_wwpn); 1384 for (j = 0; j < ASIZE(src->vp_mod_ports[i].wwpn); j++) { 1385 ISP_IOXPUT_8(isp, src->vp_mod_ports[i].wwpn[j], &dst->vp_mod_ports[i].wwpn[j]); 1412 for (j = 0; j < ASIZE(src->vp_mod_ports[i].wwpn); j++) { 1413 ISP_IOXGET_8(isp, &src->vp_mod_ports[i].wwpn[j], dst->vp_mod_ports[i].wwpn[j]);
|
ispmbox.h | 1175 uint8_t wwpn[8]; member in struct:__anon33fa061c2008::__anon33fa061c2108 1840 * the WWNN/WWPN if the ELS is PLOGI, PDISC or ADISC. The WWN is in 1848 * the WWPN if the ELS is LOGO. The WWN is in Big Endian format. 2047 uint16_t at_wwpn[4]; /* WWPN of initiator */ 2066 uint16_t at_wwpn[4]; /* WWPN of initiator */
|
/src/sys/dev/pci/ |
mpiireg.h | 1218 u_int64_t wwpn; member in struct:mpii_cfg_fc_port_pg0 1267 u_int64_t wwpn; member in struct:mpii_cfg_fc_device_pg0
|