/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_dfc.h | 321 char wwnn[8]; member 524 uint8_t wwnn[8]; member 776 uint8_t wwnn[8]; member
|
H A D | emlxs_dfclib.h | 976 uint8_t wwnn[8]; member 1211 uint8_t wwnn[8]; member 1443 uint8_t wwnn[8]; /* virtual port WWNN */ member 1467 uint8_t wwnn[8]; /* wwnn of the virtual port */ member 1535 uint8_t wwnn[8]; member
|
H A D | emlxs_fc.h | 1036 NAME_TYPE wwnn; member 1737 NAME_TYPE wwnn; member
|
H A D | emlxs_hw.h | 246 uint8_t wwnn[8]; member
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_solaris.c | 1378 bcopy((caddr_t)dummy_wwn, (caddr_t)&port->wwnn, in emlxs_port_init() 1393 bcopy((caddr_t)&port->wwnn, (caddr_t)&port->sparam.nodeName, in emlxs_port_init() 1534 bcopy((caddr_t)&bind_info->port_nwwn, (caddr_t)&port->wwnn, in emlxs_fca_bind_port() 1701 bcopy((void *) &port->wwnn, in emlxs_fca_bind_port() 2284 bcopy((void *)&hba->wwnn, (void *)ptr, sizeof (NAME_TYPE)); in emlxs_fca_get_cap() 6826 uint8_t *wwnn; in emlxs_drv_banner() local 6919 wwnn = (uint8_t *)&hba->wwnn; in emlxs_drv_banner() 6924 wwpn[7], wwnn[0], wwnn[1], wwnn[2], wwnn[3], wwnn[4], wwnn[5], in emlxs_drv_banner() 6925 wwnn[6], wwnn[7]); in emlxs_drv_banner() 6935 wwnn = (uint8_t *)&port->wwnn; in emlxs_drv_banner() [all …]
|
H A D | emlxs_dfc.c | 963 bcopy((caddr_t)&port->wwnn, in emlxs_fcio_get_host_params() 1012 bcopy((caddr_t)&port->wwnn, in emlxs_fcio_get_host_params() 1266 bcopy((caddr_t)&port->wwnn, in emlxs_fcio_get_adapter_attrs() 1312 bcopy((caddr_t)&port->wwnn, in emlxs_fcio_get_adapter_attrs() 1379 bcopy((caddr_t)&port->wwnn, in emlxs_fcio_get_adapter_port_attrs() 1525 bcopy((caddr_t)&port->wwnn, in emlxs_fcio_get_adapter_port_attrs() 2965 if (bcmp(wwn, dfc_vport->wwpn, 8) || bcmp(wwn, dfc_vport->wwnn, 8)) { in emlxs_dfc_create_vport() 2969 if ((bcmp((caddr_t)&vport->wwnn, in emlxs_dfc_create_vport() 2970 (caddr_t)dfc_vport->wwnn, 8) == 0) && in emlxs_dfc_create_vport() 3035 if (!(bcmp(wwn, dfc_vport->wwnn, 8))) { in emlxs_dfc_create_vport() [all …]
|
H A D | emlxs_mbox.c | 2257 if ((bcmp((caddr_t)&hba->wwnn, (caddr_t)null_wwn, 8) == 0) && in emlxs_read_sparam_mbcmpl() 2260 (caddr_t)&hba->wwnn, sizeof (NAME_TYPE)); in emlxs_read_sparam_mbcmpl() 2265 bcopy((caddr_t)&hba->wwnn, in emlxs_read_sparam_mbcmpl() 2282 bcopy((caddr_t)&hba->wwnn, (caddr_t)&port->wwnn, in emlxs_read_sparam_mbcmpl() 2296 bcopy((caddr_t)&vport->wwnn, in emlxs_read_sparam_mbcmpl()
|
H A D | emlxs_els.c | 2633 bcopy(&port->wwnn, &els->un.adisc.nodeName, in emlxs_els_reply() 3388 bcopy((uint8_t *)&hba->wwnn, (char *)ct->un.rsnn.wwnn, 8); in emlxs_send_rsnn()
|
H A D | emlxs_event.c | 648 bcopy(&hba->wwnn, linkinfo->a_wwnName, 8); in emlxs_log_link_event()
|
H A D | emlxs_fct.c | 1155 bcopy((uint8_t *)&port->wwnn, (uint8_t *)fct_port->port_nwwn, 8); 1157 bptr = (uint8_t *)&port->wwnn;
|
H A D | emlxs_fcf.c | 3690 if ((bcmp((caddr_t)&hba->wwnn, (caddr_t)null_wwn, 8) == 0) && in emlxs_fc_fcftab_sparm_mbcmpl() 3693 (caddr_t)&hba->wwnn, sizeof (NAME_TYPE)); in emlxs_fc_fcftab_sparm_mbcmpl() 3698 bcopy((caddr_t)&hba->wwnn, in emlxs_fc_fcftab_sparm_mbcmpl() 3719 bcopy((caddr_t)&vport->wwnn, in emlxs_fc_fcftab_sparm_mbcmpl()
|
H A D | emlxs_dump.c | 1478 p = (uint8_t *)&hba->wwnn; in emlxs_dump_wwn()
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | exioct.h | 1096 UINT8 wwnn[EXT_DEF_WWN_NAME_SIZE]; member 1105 UINT8 wwnn[EXT_DEF_WWN_NAME_SIZE]; member
|
/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 6214 rval = qlt_convert_string_to_ull(prop_val, radix, &wwnn); in qlt_wwn_overload_prop() 6227 bcopy((char *)&wwnn, qlt->nvram->node_name, 8); in qlt_wwn_overload_prop()
|
/titanic_41/usr/src/uts/common/io/cxgbe/firmware/ |
H A D | t4fw_interface.h | 1830 __u8 wwnn[8]; member
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.c | 8647 bcopy(vha->loginparams.node_ww_name.raw_wwn, tmp_vport.wwnn, in ql_qry_vport()
|