Searched refs:setTunnelL1Enable (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIDevice.cpp218 setTunnelL1Enable(this, true);
746 if (kTunnelL1NotSet == reserved->tunnelL1Allow) setTunnelL1Enable(this, false);
757 if (kTunnelL1NotSet == reserved->tunnelL1Allow) setTunnelL1Enable(this, false);
1055 IOPCIDevice::setTunnelL1Enable(IOService * client, bool l1Enable) function in class:IOPCIDevice
1061 return (pcib->setTunnelL1Enable(this, client, l1Enable));
H A DIOPCIBridge.cpp767 IOPCI2PCIBridge::setTunnelL1Enable(IOPCIDevice * device, IOService * client, bool l1Enable) function in class:IOPCI2PCIBridge
778 DLOG("setTunnelL1Enable(0x%llx) %d->%d\n",
809 ret = fBridgeDevice->setTunnelL1Enable(this, now);
3779 ret = victim->setTunnelL1Enable(victim, true);
3783 ret = victim->setTunnelL1Enable(victim, false);
/macosx-10.10/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIBridge.h443 IOReturn setTunnelL1Enable(IOPCIDevice * device, IOService * client,
H A DIOPCIDevice.h853 IOReturn setTunnelL1Enable(IOService * client, bool l1Enable);

Completed in 81 milliseconds