Lines Matching defs:attrs

464 	HBA_PORTATTRIBUTES attrs = getPortAttributes(tmp);
465 memcpy(&tmp, &attrs.PortWWN, 8);
467 memcpy(&tmp, &attrs.NodeWWN, 8);
558 fc_hba_port_npiv_attributes_t attrs;
565 fcio.fcio_olen = sizeof(attrs);
567 fcio.fcio_obuf = (caddr_t)&attrs;
571 stateChange = attrs.lastChange;
572 attributes.npivflag = attrs.npivflag;
573 memcpy(&attributes.NodeWWN, &attrs.NodeWWN, 8);
574 memcpy(&attributes.PortWWN, &attrs.PortWWN, 8);
575 attributes.MaxNumberOfNPIVPorts = attrs.MaxNumberOfNPIVPorts;
576 attributes.NumberOfNPIVPorts = attrs.NumberOfNPIVPorts;
586 fc_hba_port_attributes_t attrs;
592 fcio.fcio_olen = sizeof (attrs);
594 fcio.fcio_obuf = (caddr_t)&attrs;
598 stateChange = attrs.lastChange;
600 attributes.PortFcId = attrs.PortFcId;
601 attributes.PortType = attrs.PortType;
602 attributes.PortState = attrs.PortState;
603 attributes.PortSupportedClassofService = attrs.PortSupportedClassofService;
604 attributes.PortSupportedSpeed = attrs.PortSupportedSpeed;
605 attributes.PortSpeed = attrs.PortSpeed;
606 attributes.PortMaxFrameSize = attrs.PortMaxFrameSize;
607 attributes.NumberofDiscoveredPorts = attrs.NumberofDiscoveredPorts;
608 memcpy(&attributes.NodeWWN, &attrs.NodeWWN, 8);
609 memcpy(&attributes.PortWWN, &attrs.PortWWN, 8);
610 memcpy(&attributes.FabricName, &attrs.FabricName, 8);
611 memcpy(&attributes.PortSupportedFc4Types, &attrs.PortSupportedFc4Types, 32);
612 memcpy(&attributes.PortActiveFc4Types, &attrs.PortActiveFc4Types, 32);
613 memcpy(&attributes.PortSymbolicName, &attrs.PortSymbolicName, 256);
625 fc_hba_port_attributes_t attrs;
631 fcio.fcio_olen = sizeof (attrs);
633 fcio.fcio_obuf = (caddr_t)&attrs;
639 stateChange = attrs.lastChange;
641 attributes.PortFcId = attrs.PortFcId;
642 attributes.PortType = attrs.PortType;
643 attributes.PortState = attrs.PortState;
644 attributes.PortSupportedClassofService = attrs.PortSupportedClassofService;
645 attributes.PortSupportedSpeed = attrs.PortSupportedSpeed;
646 attributes.PortSpeed = attrs.PortSpeed;
647 attributes.PortMaxFrameSize = attrs.PortMaxFrameSize;
648 attributes.NumberofDiscoveredPorts = attrs.NumberofDiscoveredPorts;
649 memcpy(&attributes.NodeWWN, &attrs.NodeWWN, 8);
650 memcpy(&attributes.PortWWN, &attrs.PortWWN, 8);
651 memcpy(&attributes.FabricName, &attrs.FabricName, 8);
652 memcpy(&attributes.PortSupportedFc4Types, &attrs.PortSupportedFc4Types, 32);
653 memcpy(&attributes.PortActiveFc4Types, &attrs.PortActiveFc4Types, 32);
654 memcpy(&attributes.PortSymbolicName, &attrs.PortSymbolicName, 256);
666 fc_hba_port_attributes_t attrs;
676 fcio.fcio_olen = sizeof (attrs);
678 fcio.fcio_obuf = (caddr_t)&attrs;
684 stateChange = attrs.lastChange;
686 attributes.PortFcId = attrs.PortFcId;
687 attributes.PortType = attrs.PortType;
688 attributes.PortState = attrs.PortState;
689 attributes.PortSupportedClassofService = attrs.PortSupportedClassofService;
690 attributes.PortSupportedSpeed = attrs.PortSupportedSpeed;
691 attributes.PortSpeed = attrs.PortSpeed;
692 attributes.PortMaxFrameSize = attrs.PortMaxFrameSize;
693 attributes.NumberofDiscoveredPorts = attrs.NumberofDiscoveredPorts;
694 memcpy(&attributes.NodeWWN, &attrs.NodeWWN, 8);
695 memcpy(&attributes.PortWWN, &attrs.PortWWN, 8);
696 memcpy(&attributes.FabricName, &attrs.FabricName, 8);
697 memcpy(&attributes.PortSupportedFc4Types, &attrs.PortSupportedFc4Types, 32);
698 memcpy(&attributes.PortActiveFc4Types, &attrs.PortActiveFc4Types, 32);
699 memcpy(&attributes.PortSymbolicName, &attrs.PortSymbolicName, 256);
954 HBA_PORTATTRIBUTES attrs;
957 attrs = getPortAttributes(tmp);
959 attrs = getDiscoveredAttributes(destWWN, tmp);
962 memcpy(&rls_req, &attrs.PortFcId,
963 sizeof (attrs.PortFcId));
1134 HBA_PORTATTRIBUTES attrs = getDiscoveredAttributes(destwwn,
1136 if (attrs.PortFcId == destfcid) {