Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h1368 U64 WWPN; /* 00h */ member
1737 U64 WWPN; /* 18h */ member
1893 U64 WWPN; /* 08h */ member
2179 U64 WWPN; /* 0Ch */ 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.c3073 MPT_2_HOST32(fp0, WWPN.Low); in mpt2host_config_page_fc_port_0()
3074 MPT_2_HOST32(fp0, WWPN.High); in mpt2host_config_page_fc_port_0()
H A Dmpt_cam.c479 mpt->scinfo.fc.wwpn = ((uint64_t)mpt->mpt_fcport_page0.WWPN.High << 32) in mpt_read_config_info_fc()
480 | mpt->mpt_fcport_page0.WWPN.Low; in mpt_read_config_info_fc()