Searched refs:wwn (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/dev/isp/
H A Dispmbox.h1157 #define MAKE_NODE_NAME_FROM_WWN(array, wwn) \
1158 array[ICB_NNM0] = (uint8_t) ((wwn >> 0) & 0xff), \
1159 array[ICB_NNM1] = (uint8_t) ((wwn >> 8) & 0xff), \
1160 array[ICB_NNM2] = (uint8_t) ((wwn >> 16) & 0xff), \
1161 array[ICB_NNM3] = (uint8_t) ((wwn >> 24) & 0xff), \
1162 array[ICB_NNM4] = (uint8_t) ((wwn >> 32) & 0xff), \
1163 array[ICB_NNM5] = (uint8_t) ((wwn >> 40) & 0xff), \
1164 array[ICB_NNM6] = (uint8_t) ((wwn >> 48) & 0xff), \
1165 array[ICB_NNM7] = (uint8_t) ((wwn >> 56) & 0xff)
1167 #define MAKE_WWN_FROM_NODE_NAME(wwn, arra
[all...]
H A Disp.c2914 uint64_t wwn = INI_NONE; local
2934 return (wwn);
2937 wwn =
2947 wwn =
2957 return (wwn);
8069 uint64_t wwn; local
8082 wwn = ISP2100_NVRAM_PORT_NAME(nvram_data);
8083 if (wwn) {
8085 (uint32_t) (wwn >> 32), (uint32_t) (wwn));
8147 uint64_t wwn; local
[all...]
H A Disp_target.c1334 uint64_t wwn; local
1358 wwn = lp->port_wwn;
1361 wwn = INI_ANY;
1367 notify.nt_wwn = wwn;
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_common.h114 uint8_t wwn[8]; /**< Switch WWN */ member in struct:ocs_domain_record_s
H A Docs_cam.c1997 uint64_t wwn = 0; local
2017 wwn = *((uint64_t *)ocs_scsi_get_property_ptr(ocs, OCS_SCSI_WWPN));
2018 fc->wwpn = be64toh(wwn);
2020 wwn = *((uint64_t *)ocs_scsi_get_property_ptr(ocs, OCS_SCSI_WWNN));
2021 fc->wwnn = be64toh(wwn);
2130 uint64_t wwn = 0; local
2140 wwn = *((uint64_t *)ocs_scsi_get_property_ptr(ocs,
2142 knob->xport_specific.fc.wwnn = be64toh(wwn);
2144 wwn = *((uint64_t *)ocs_scsi_get_property_ptr(ocs,
2146 knob->xport_specific.fc.wwpn = be64toh(wwn);
[all...]
H A Docs_domain.c115 fcf_wwn = ocs_be64toh(*((uint64_t*)drec->wwn));
245 ocs_log_debug(ocs, "Domain allocated: wwn %016" PRIX64 "\n", domain->fcf_wwn);
289 ocs_log_debug(ocs, "Domain free: wwn %016" PRIX64 "\n", domain->fcf_wwn);
H A Docs_hw.c9211 /* copy address, wwn and vlan_bitmap */
9214 ocs_memcpy(drec.wwn, read_fcf->fcf_entry.fabric_name_id,
9215 sizeof(drec.wwn));
/freebsd-11-stable/sys/sys/
H A Data.h235 /*108*/ u_int16_t wwn[4]; member in struct:ata_params
904 uint8_t wwn[16]; member in struct:ata_identify_log_sup_cap
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_mcp_api.h1374 * @brief - Update fabric name (wwn) value to the MFW.
1378 * @param wwn - world wide name
1384 struct ecore_ptt *p_ptt, u8 *wwn);
H A Decore_mcp.c2721 "Read configuration from shmem: pause_on_host %02x protocol %02x BW [%02x - %02x] MAC %02x:%02x:%02x:%02x:%02x:%02x wwn port %llx node %llx ovlan %04x wol %02x\n",
4517 struct ecore_ptt *p_ptt, u8 *wwn)
4524 fabric_name.wwn_upper = *(u32 *)wwn;
4525 fabric_name.wwn_lower = *(u32 *)(wwn + 4);
4533 DP_ERR(p_hwfn, "Failed to update fcoe wwn, rc = %d\n", rc);
4516 ecore_mcp_update_fcoe_fabric_name(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u8 *wwn) argument
/freebsd-11-stable/sbin/camcontrol/
H A Dcamcontrol.c1334 parm->wwn[0], parm->wwn[1], parm->wwn[2], parm->wwn[3]);
/freebsd-11-stable/sys/cam/ata/
H A Data_xpt.c993 bcopy(ident_buf->wwn,

Completed in 411 milliseconds