Lines Matching refs:pg0
404 mptfc_generate_rport_ids(FCDevicePage0_t *pg0, struct fc_rport_identifiers *rid) in mptfc_generate_rport_ids() argument
407 if (pg0->Flags & (MPI_FC_DEVICE_PAGE0_FLAGS_PLOGI_INVALID | in mptfc_generate_rport_ids()
411 if (!(pg0->Flags & MPI_FC_DEVICE_PAGE0_FLAGS_TARGETID_BUS_VALID)) in mptfc_generate_rport_ids()
414 if (!(pg0->Protocol & MPI_FC_DEVICE_PAGE0_PROT_FCP_TARGET)) in mptfc_generate_rport_ids()
421 rid->node_name = ((u64)pg0->WWNN.High) << 32 | (u64)pg0->WWNN.Low; in mptfc_generate_rport_ids()
422 rid->port_name = ((u64)pg0->WWPN.High) << 32 | (u64)pg0->WWPN.Low; in mptfc_generate_rport_ids()
423 rid->port_id = pg0->PortIdentifier; in mptfc_generate_rport_ids()
430 mptfc_register_dev(MPT_ADAPTER *ioc, int channel, FCDevicePage0_t *pg0) in mptfc_register_dev() argument
440 if (mptfc_generate_rport_ids(pg0, &rport_ids) < 0) in mptfc_register_dev()
444 if (pg0->Protocol & MPI_FC_DEVICE_PAGE0_PROT_FCP_INITIATOR) in mptfc_register_dev()
449 pn = (u64)ri->pg0.WWPN.High << 32 | (u64)ri->pg0.WWPN.Low; in mptfc_register_dev()
463 ri->pg0 = *pg0; /* add/update pg0 data */ in mptfc_register_dev()
482 vtarget->id = pg0->CurrentTargetID; in mptfc_register_dev()
483 vtarget->channel = pg0->CurrentBus; in mptfc_register_dev()
491 pn = (u64)ri->pg0.WWPN.High << 32 | (u64)ri->pg0.WWPN.Low; in mptfc_register_dev()
492 nn = (u64)ri->pg0.WWNN.High << 32 | (u64)ri->pg0.WWNN.Low; in mptfc_register_dev()
498 pg0->PortIdentifier, in mptfc_register_dev()
501 pg0->CurrentTargetID, in mptfc_register_dev()
555 vtarget->id = ri->pg0.CurrentTargetID; in mptfc_target_alloc()
556 vtarget->channel = ri->pg0.CurrentBus; in mptfc_target_alloc()
583 pn = (u64)ri->pg0.WWPN.High << 32 | (u64)ri->pg0.WWPN.Low; in mptfc_dump_lun_info()
584 nn = (u64)ri->pg0.WWNN.High << 32 | (u64)ri->pg0.WWNN.Low; in mptfc_dump_lun_info()
591 sdev->id, ri->pg0.CurrentTargetID, in mptfc_dump_lun_info()
592 ri->pg0.PortIdentifier, in mptfc_dump_lun_info()
1110 pn = (u64)ri->pg0.WWPN.High << 32 | in mptfc_setup_reset()
1111 (u64)ri->pg0.WWPN.Low; in mptfc_setup_reset()
1165 pn = (u64)ri->pg0.WWPN.High << 32 | in mptfc_rescan_devices()
1166 (u64)ri->pg0.WWPN.Low; in mptfc_rescan_devices()