Searched refs:l1Enable (Results 1 - 4 of 4) sorted by last modified time

/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIDevice.cpp1055 IOPCIDevice::setTunnelL1Enable(IOService * client, bool l1Enable) argument
1061 return (pcib->setTunnelL1Enable(this, client, l1Enable));
H A DIOPCIBridge.cpp767 IOPCI2PCIBridge::setTunnelL1Enable(IOPCIDevice * device, IOService * client, bool l1Enable) argument
774 if (l1Enable == device->reserved->tunnelL1Allow) return (kIOReturnSuccess);
779 device->getRegistryEntryID(), device->reserved->tunnelL1Allow, l1Enable);
786 device->setProperty(gIOPCITunnelL1EnableKey, l1Enable ? kOSBooleanTrue : kOSBooleanFalse);
789 incr = l1Enable;
791 device->reserved->tunnelL1Allow = l1Enable;
/macosx-10.10.1/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIBridge.h444 bool l1Enable);
H A DIOPCIDevice.h853 IOReturn setTunnelL1Enable(IOService * client, bool l1Enable);

Completed in 96 milliseconds