| /src/sys/dev/ic/ | 
| isp_ioctl.h | 190 		uint64_t wwnn;  member in struct:__anon487c79600308::wwnpair 
 | 
| isp_tpublic.h | 120             uint64_t    wwnn;  member in struct:__anon86d6b6f80508::__anon86d6b6f8070a::__anon86d6b6f80808 
 | 
| isp.c | 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
 3626 			 * WWNN agree. If they don't, then the association
 3630 			MAKE_WWN_FROM_NODE_NAME(wwnn, pdb.nodename);
 3635 			    wwnn != lp->node_wwn) {
 3638 				    (uint32_t) (wwnn >> 32), (uint32_t) wwnn,
 3672 				MAKE_WWN_FROM_NODE_NAME(wwnn, pdb.nodename);
 3675 				    wwnn != lp->node_wwn)
 4782  uint64_t *wwnn, *wwnp;  local in function:isp_control
 [all...]
 | 
| isp_netbsd.c | 493 			    nph, &pair.wwnn, &pair.wwpn); 496 			    pair.wwnn == 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", 587 		MAKE_NODE_NAME_FROM_WWN(vp->vp_mod_ports[0].wwnn, fcp->isp_wwnn);
 1387 		for (j = 0; j < ASIZE(src->vp_mod_ports[i].wwnn); j++) {
 1388 			ISP_IOXPUT_8(isp, src->vp_mod_ports[i].wwnn[j], &dst->vp_mod_ports[i].wwnn[j]);
 1415 		for (j = 0; j < ASIZE(src->vp_mod_ports[i].wwnn); j++) {
 1416 			ISP_IOXGET_8(isp, &src->vp_mod_ports[i].wwnn[j], dst->vp_mod_ports[i].wwnn[j]);
 
 | 
| ispmbox.h | 1176 		uint8_t		wwnn[8];  member in struct:__anon33fa061c2008::__anon33fa061c2108 1840  * the WWNN/WWPN if the ELS is PLOGI, PDISC or ADISC. The WWN is in
 
 | 
| /src/sys/dev/pci/ | 
| mpiireg.h | 1216 	u_int64_t		wwnn;  member in struct:mpii_cfg_fc_port_pg0 1265 	u_int64_t		wwnn;  member in struct:mpii_cfg_fc_device_pg0
 
 |