Lines Matching refs:attributes
117 * @memo Get attributes from a discovered port.
119 * @return The discovered port attributes
127 HBA_PORTATTRIBUTES attributes = port->getDiscoveredAttributes(
130 return (attributes);
134 * @memo Get attributes from this port.
136 * @return The port attributes
144 HBA_PORTATTRIBUTES attributes = port->getPortAttributes(newState);
146 return (attributes);
150 * @memo Get attributes from a discovered port.
152 * @return The discovered port attributes
162 HBA_PORTATTRIBUTES attributes = port->getDiscoveredAttributes(
165 return (attributes);
171 HBA_PORTNPIVATTRIBUTES attributes = port->getPortNPIVAttributes(newState);
173 return (attributes);