/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_node.c | 585 emlxs_node_find_wwpn(emlxs_port_t *port, uint8_t *wwpn, uint32_t lock) in emlxs_node_find_wwpn() argument 602 bptr2 = (uint8_t *)wwpn; in emlxs_node_find_wwpn() 627 "find: wwpn=%02x%02x%02x%02x%02x%02x%02x%02x", wwpn[0], wwpn[1], in emlxs_node_find_wwpn() 628 wwpn[2], wwpn[3], wwpn[4], wwpn[5], wwpn[6], wwpn[7]); in emlxs_node_find_wwpn()
|
H A D | emlxs_dfc.c | 108 static emlxs_port_t *emlxs_vport_find_wwpn(emlxs_hba_t *hba, uint8_t *wwpn); 961 bcopy((caddr_t)&port->wwpn, in emlxs_fcio_get_host_params() 1010 bcopy((caddr_t)&port->wwpn, in emlxs_fcio_get_host_params() 1381 bcopy((caddr_t)&port->wwpn, in emlxs_fcio_get_adapter_port_attrs() 1527 bcopy((caddr_t)&port->wwpn, in emlxs_fcio_get_adapter_port_attrs() 1933 uint8_t *wwpn; in emlxs_fcio_get_logi_params() local 1944 wwpn = (uint8_t *)fcio->fcio_ibuf; in emlxs_fcio_get_logi_params() 1946 if ((bcmp((caddr_t)wwpn, (caddr_t)null_wwn, 8) == 0) || in emlxs_fcio_get_logi_params() 1947 (bcmp((caddr_t)wwpn, (caddr_t)&port->wwpn, 8) == 0)) { in emlxs_fcio_get_logi_params() 1951 ndlp = emlxs_node_find_wwpn(port, wwpn, 1); in emlxs_fcio_get_logi_params() [all …]
|
H A D | emlxs_solaris.c | 1380 bcopy((caddr_t)dummy_wwn, (caddr_t)&port->wwpn, in emlxs_port_init() 1395 bcopy((caddr_t)&port->wwpn, (caddr_t)&port->sparam.portName, in emlxs_port_init() 1536 bcopy((caddr_t)&bind_info->port_pwwn, (caddr_t)&port->wwpn, in emlxs_fca_bind_port() 1705 bcopy((void *) &port->wwpn, in emlxs_fca_bind_port() 1755 "%01x%01x%02x%02x%02x%02x%02x%02x%02x", hba->wwpn.nameType, in emlxs_fca_bind_port() 1756 hba->wwpn.IEEEextMsn, hba->wwpn.IEEEextLsb, hba->wwpn.IEEE[0], in emlxs_fca_bind_port() 1757 hba->wwpn.IEEE[1], hba->wwpn.IEEE[2], hba->wwpn.IEEE[3], in emlxs_fca_bind_port() 1758 hba->wwpn.IEEE[4], hba->wwpn.IEEE[5]); in emlxs_fca_bind_port() 1808 uint8_t *wwpn; in emlxs_fca_bind_port() local 1813 wwpn = (uint8_t *)&hba->wwpn; in emlxs_fca_bind_port() [all …]
|
H A D | emlxs_mbox.c | 2258 (bcmp((caddr_t)&hba->wwpn, (caddr_t)null_wwn, 8) == 0)) { in emlxs_read_sparam_mbcmpl() 2263 (caddr_t)&hba->wwpn, sizeof (NAME_TYPE)); in emlxs_read_sparam_mbcmpl() 2268 bcopy((caddr_t)&hba->wwpn, in emlxs_read_sparam_mbcmpl() 2280 bcopy((caddr_t)&hba->wwpn, (caddr_t)&port->wwpn, in emlxs_read_sparam_mbcmpl() 2300 bcopy((caddr_t)&vport->wwpn, in emlxs_read_sparam_mbcmpl() 2796 bcopy((uint8_t *)&hba->wwpn, in emlxs_mb_config_farp() 2799 bcopy((uint8_t *)&hba->wwpn, in emlxs_mb_config_farp()
|
H A D | emlxs_dhchap.c | 1675 bcopy((void *)&port->wwpn, in emlxs_issue_auth_negotiate() 1735 bcopy((void *) &port->wwpn, in emlxs_issue_auth_negotiate() 1800 bcopy((void *) &port->wwpn, in emlxs_issue_auth_negotiate() 1819 bcopy((void *) &port->wwpn, in emlxs_issue_auth_negotiate() 2214 bcopy((void *) &port->wwpn, in emlxs_issue_dhchap_challenge() 7010 bcopy((uint8_t *)&port->wwpn, in emlxs_dhc_auth_start() 7112 bcopy((uint8_t *)&port->wwpn, in emlxs_dhc_auth_start() 7722 (uint8_t *)&port->wwpn, (uint8_t *)rwwpn); in emlxs_auth_cfg_find() 7739 (uint8_t *)&port->wwpn, (uint8_t *)emlxs_null_wwn); in emlxs_auth_cfg_find() 8433 (uint8_t *)&port->wwpn, (uint8_t *)rwwpn); in emlxs_auth_key_find() [all …]
|
H A D | emlxs_event.c | 423 bcopy(&port->wwpn, ptr, sizeof (NAME_TYPE)); in emlxs_log_vportrscn_event() 647 bcopy(&hba->wwpn, linkinfo->a_wwpName, 8); in emlxs_log_link_event()
|
H A D | emlxs_sli3.c | 1166 outptr = (uint8_t *)&hba->wwpn.IEEE[0]; in emlxs_sli3_online() 1291 hba->wwpn.nameType, hba->wwpn.IEEEextMsn, hba->wwpn.IEEEextLsb, in emlxs_sli3_online() 1292 hba->wwpn.IEEE[0], hba->wwpn.IEEE[1], hba->wwpn.IEEE[2], in emlxs_sli3_online() 1293 hba->wwpn.IEEE[3], hba->wwpn.IEEE[4], hba->wwpn.IEEE[5]); in emlxs_sli3_online()
|
H A D | emlxs_fcf.c | 3691 (bcmp((caddr_t)&hba->wwpn, (caddr_t)null_wwn, 8) == 0)) { in emlxs_fc_fcftab_sparm_mbcmpl() 3696 (caddr_t)&hba->wwpn, sizeof (NAME_TYPE)); in emlxs_fc_fcftab_sparm_mbcmpl() 3701 bcopy((caddr_t)&hba->wwpn, in emlxs_fc_fcftab_sparm_mbcmpl() 3723 bcopy((caddr_t)&vport->wwpn, in emlxs_fc_fcftab_sparm_mbcmpl() 10805 uint32_t *wwpn; in emlxs_vfi_reg_action() local 10923 wwpn = (uint32_t *)&port->wwpn; in emlxs_vfi_reg_action() 10924 mb4->un.varRegVFI4.portname[0] = BE_SWAP32(*wwpn); in emlxs_vfi_reg_action() 10925 wwpn++; in emlxs_vfi_reg_action() 10926 mb4->un.varRegVFI4.portname[1] = BE_SWAP32(*wwpn); in emlxs_vfi_reg_action() 13250 bcopy((uint8_t *)&vport->wwpn, in emlxs_vpi_logo_action() [all …]
|
H A D | emlxs_els.c | 716 (uint8_t *)&port->wwpn) > 0) { in emlxs_handle_sol_flogi() 1213 (uint8_t *)&port->wwpn) > 0) { in emlxs_process_unsol_flogi() 2635 bcopy(&port->wwpn, &els->un.adisc.portName, in emlxs_els_reply() 3511 bcopy((uint8_t *)&port->wwpn, (uint8_t *)&els->un.logo.portName, in emlxs_send_logo()
|
H A D | emlxs_sli4.c | 1229 outptr = (uint8_t *)&hba->wwpn.IEEE[0]; in emlxs_sli4_online() 1338 hba->wwpn.nameType, hba->wwpn.IEEEextMsn, hba->wwpn.IEEEextLsb, in emlxs_sli4_online() 1339 hba->wwpn.IEEE[0], hba->wwpn.IEEE[1], hba->wwpn.IEEE[2], in emlxs_sli4_online() 1340 hba->wwpn.IEEE[3], hba->wwpn.IEEE[4], hba->wwpn.IEEE[5]); in emlxs_sli4_online()
|
H A D | emlxs_fct.c | 1154 bcopy((uint8_t *)&port->wwpn, (uint8_t *)fct_port->port_pwwn, 8); 1163 bptr = (uint8_t *)&port->wwpn;
|
H A D | emlxs_dump.c | 1468 p = (uint8_t *)&hba->wwpn; in emlxs_dump_wwn()
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_apps.h | 223 uint8_t wwpn[8]; member 256 uint8_t wwpn[8]; member
|
H A D | exioct.h | 1095 UINT8 wwpn[EXT_DEF_WWN_NAME_SIZE]; member 1106 UINT8 wwpn[EXT_DEF_WWN_NAME_SIZE]; member
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_dfclib.h | 928 uint8_t wwpn[8]; member 975 uint8_t wwpn[8]; member 1212 uint8_t wwpn[8]; member 1442 uint8_t wwpn[8]; /* virtual port WWPN */ member 1466 uint8_t wwpn[8]; /* wwpn of the virtual port */ member 1536 uint8_t wwpn[8]; member
|
H A D | emlxs_dfc.h | 324 char wwpn[8]; member 523 uint8_t wwpn[8]; member 775 uint8_t wwpn[8]; member
|
H A D | emlxs_fcio.h | 165 uint8_t wwpn[8]; member
|
H A D | emlxs_menlo.h | 83 uint8_t wwpn[8]; /* WWPN of remote port */ member 92 uint8_t wwpn[8]; /* WWPN of remote port */ member
|
H A D | emlxs_fc.h | 1037 NAME_TYPE wwpn; member 1738 NAME_TYPE wwpn; member
|
H A D | emlxs_extern.h | 343 uint8_t *wwpn, uint32_t lock);
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/ |
H A D | bdn.h | 72 u16 wwpn; member
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_ioctl.c | 1755 bcopy(dp, hba.wwpn, 8); in ql_adm_adapter_info() 1930 bcopy(tq->port_name, dev.wwpn, 8); in ql_adm_device_list()
|
H A D | ql_xioctl.c | 2685 uint8_t wwpn[EXT_DEF_WWN_NAME_SIZE]; in ql_wwpn_to_scsiaddr() local 2699 status = ddi_copyin((void*)(uintptr_t)cmd->RequestAdr, wwpn, in ql_wwpn_to_scsiaddr() 2708 tq = ql_find_port(ha, wwpn, QLNT_PORT); in ql_wwpn_to_scsiaddr() 2720 status = ddi_copyout((void *)wwpn, (void *)&tmp_addr->Target, 8, mode); in ql_wwpn_to_scsiaddr() 6374 uint8_t wwpn[EXT_DEF_WWN_NAME_SIZE]; in ql_get_target_id() local 6380 (void*)wwpn, sizeof (EXT_DEST_ADDR), mode) != 0) { in ql_get_target_id() 6388 name = wwpn; in ql_get_target_id() 8649 bcopy(vha->loginparams.nport_ww_name.raw_wwn, tmp_vport.wwpn, in ql_qry_vport()
|
/titanic_41/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt.c | 6207 u_longlong_t wwnn = 0, wwpn = 0; in qlt_wwn_overload_prop() local 6221 &wwpn); in qlt_wwn_overload_prop() 6229 bcopy((char *)&wwpn, qlt->nvram->port_name, 8); in qlt_wwn_overload_prop()
|
/titanic_41/usr/src/uts/common/io/cxgbe/firmware/ |
H A D | t4fw_interface.h | 1831 __u8 wwpn[8]; member
|