Home
last modified time | relevance | path

Searched refs:WWNN (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h1736 U64 WWNN; /* 10h */ member
1892 U64 WWNN; /* 00h */ member
2178 U64 WWNN; /* 04h */ member
/freebsd/sys/cam/ctl/
H A DREADME.ctl.txt196 now has the ability to set the WWNN and WWPN for each port.
/freebsd/sys/dev/mpt/
H A Dmpt.c3071 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()
H A Dmpt_cam.c477 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()