Searched refs:WWNN (Results 1 – 4 of 4) sorted by relevance
1736 U64 WWNN; /* 10h */ member1892 U64 WWNN; /* 00h */ member2178 U64 WWNN; /* 04h */ member
196 now has the ability to set the WWNN and WWPN for each port.
3071 MPT_2_HOST32(fp0, WWNN.Low); in mpt2host_config_page_fc_port_0()3072 MPT_2_HOST32(fp0, WWNN.High); in mpt2host_config_page_fc_port_0()
477 mpt->scinfo.fc.wwnn = ((uint64_t)mpt->mpt_fcport_page0.WWNN.High << 32) in mpt_read_config_info_fc()478 | mpt->mpt_fcport_page0.WWNN.Low; in mpt_read_config_info_fc()