Lines Matching defs:HandlePort

28 #include "HandlePort.h"
43 * @memo Construct a new HandlePort for state tracking
49 HandlePort::HandlePort(Handle *myHandle, HBA *myHBA, HBAPort *myPort) :
51 Trace log("HandlePort::HandlePort");
59 void HandlePort::refresh() {
60 Trace log("HandlePort::refresh");
76 void HandlePort::validate(uint64_t newState) {
77 Trace log("HandlePort::validate");
98 bool HandlePort::match(uint64_t portWWN) {
99 Trace log("HandlePort::match(wwn)");
111 bool HandlePort::match(int index) {
112 Trace log("HandlePort::match(index)");
124 HBA_PORTATTRIBUTES HandlePort::getDiscoveredAttributes(uint64_t wwn) {
125 Trace log("HandlePort::getDiscoveredAttributes(wwn)");
137 * @see HandlePort::validate
141 HBA_PORTATTRIBUTES HandlePort::getPortAttributes() {
142 Trace log("HandlePort::getPortAttributes");
154 * @see HandlePort::validate
159 HandlePort::getDiscoveredAttributes(HBA_UINT32 discoveredport) {
160 Trace log("HandlePort::getDiscoveredAttributes(index)");
168 HBA_PORTNPIVATTRIBUTES HandlePort::getPortNPIVAttributes() {
169 Trace log("HandlePort::getPortNPIVAttributes");
176 uint32_t HandlePort::deleteNPIVPort(uint64_t vportwwn) {
177 Trace log("HandlePort::deleteNPIVPort");
183 uint32_t HandlePort::createNPIVPort(uint64_t vnodewwn,
185 Trace log("HandlePort::createNPIVPort");
192 HandleNPIVPort* HandlePort::getHandleNPIVPortByIndex(int index) {
193 Trace log("HandlePort::getHandleNPIVPortByIndex(int index)");
199 HandleNPIVPort* HandlePort::getHandleNPIVPort(uint64_t wwn) {
200 Trace log("HandlePort::getHandleNPIVPort");