Searched refs:wwn_lo (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/cmd/luxadm/ |
H A D | fcalupdate.c | 718 uint_t wwn_d8, wwn_lo; in load_file() local 766 feprom_read((uchar_t *)prom, (uchar_t *)&wwn_lo, in load_file() 772 "to the FC100/S PROM\n", wwn_hi, wwn_lo); in load_file() 778 bcopy((const void *)&wwn_lo, in load_file() 780 sizeof (wwn_lo)); in load_file() 784 bcopy((const void *)&wwn_lo, in load_file() 786 sizeof (wwn_lo)); in load_file()
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/ |
H A D | fc_appif.h | 124 uint32_t wwn_lo; member 132 uint32_t wwn_lo; member
|
/titanic_50/usr/src/uts/common/sys/fc4/ |
H A D | linkapp.h | 127 uint_t wwn_lo; member
|
H A D | fcal_linkapp.h | 163 uint_t wwn_lo; member
|
/titanic_50/usr/src/uts/common/avs/ns/ |
H A D | contract.h | 489 uint_t wwn_lo; member
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/ulp/ |
H A D | fcip.h | 321 ((wwn)->w.wwn_lo == 0xffffffff))
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 7922 uint32_t wwn_lo, wwn_hi; in mptsas_handle_event() local 7928 wwn_lo = ddi_get32(mpt->m_acc_reply_frame_hdl, in mptsas_handle_event() 7932 wwn = ((uint64_t)wwn_hi << 32) | wwn_lo; in mptsas_handle_event()
|
/titanic_50/usr/src/uts/sun/io/ |
H A D | socal.c | 610 (caddr_t)&socalp->socal_n_wwn.w.wwn_lo, in socal_attach()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcip.c | 4888 (fport->fcipp_nwwn.w.wwn_lo != 0)) { in fcip_setup_mac_addr()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 12293 port->fp_service_params.nport_ww_name.w.wwn_lo, in fp_login_acc_init() 12297 ((la_els_logi_t *)buf->ub_buffer)->nport_ww_name.w.wwn_lo, in fp_login_acc_init()
|