Home
last modified time | relevance | path

Searched refs:scinfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mpt/
H A Dmpt_cam.c477 mpt->scinfo.fc.wwnn = ((uint64_t)mpt->mpt_fcport_page0.WWNN.High << 32) in mpt_read_config_info_fc()
479 mpt->scinfo.fc.wwpn = ((uint64_t)mpt->mpt_fcport_page0.WWPN.High << 32) in mpt_read_config_info_fc()
481 mpt->scinfo.fc.portid = mpt->mpt_fcport_page0.PortIdentifier; in mpt_read_config_info_fc()
486 (uintmax_t)mpt->scinfo.fc.wwnn, (uintmax_t)mpt->scinfo.fc.wwpn, in mpt_read_config_info_fc()
493 "wwnn", CTLFLAG_RD, &mpt->scinfo.fc.wwnn, in mpt_read_config_info_fc()
497 "wwpn", CTLFLAG_RD, &mpt->scinfo.fc.wwpn, in mpt_read_config_info_fc()
3488 kp->xport_specific.fc.wwnn = mpt->scinfo.fc.wwnn; in mpt_action()
3489 kp->xport_specific.fc.wwpn = mpt->scinfo.fc.wwpn; in mpt_action()
3558 cpi->xport_specific.fc.wwnn = mpt->scinfo.fc.wwnn; in mpt_action()
3559 cpi->xport_specific.fc.wwpn = mpt->scinfo.fc.wwpn; in mpt_action()
[all …]
H A Dmpt.h616 } scinfo; member