• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/

Lines Matching refs:IOFWIPAsyncWriteCommand

34 #pragma mark ��� IOFWIPAsyncWriteCommand methods ���
37 IOFWIPAsyncWriteCommand - Asynchronous write command class
40 OSDefineMetaClassAndStructors(IOFWIPAsyncWriteCommand, IOFWWriteCommand);
41 OSMetaClassDefineReservedUnused(IOFWIPAsyncWriteCommand, 0);
42 OSMetaClassDefineReservedUnused(IOFWIPAsyncWriteCommand, 1);
43 OSMetaClassDefineReservedUnused(IOFWIPAsyncWriteCommand, 2);
44 OSMetaClassDefineReservedUnused(IOFWIPAsyncWriteCommand, 3);
51 bool IOFWIPAsyncWriteCommand::initAll(IOFireWireIP *networkObject, IOFWIPBusInterface *fwIPBusIfObject, UInt32 cmdLen, FWAddress devAddress, FWDeviceCallback completion, void *refcon, bool failOnReset)
112 void IOFWIPAsyncWriteCommand::free()
136 void IOFWIPAsyncWriteCommand::wait()
147 IOReturn IOFWIPAsyncWriteCommand::reinit(IOFireWireNub *device, UInt32 cmdLen,
179 IOReturn IOFWIPAsyncWriteCommand::transmit(IOFireWireNub *device, UInt32 cmdLen,
187 IOReturn IOFWIPAsyncWriteCommand::transmit(IOFireWireNub *device, UInt32 cmdLen,
235 IOReturn IOFWIPAsyncWriteCommand::createFragmentedDescriptors()
354 IOReturn IOFWIPAsyncWriteCommand::createUnFragmentedDescriptors()
428 IOReturn IOFWIPAsyncWriteCommand::copyToBufferDescriptors()
546 IOReturn IOFWIPAsyncWriteCommand::initDescriptor(UInt32 length)
590 void IOFWIPAsyncWriteCommand::resetDescriptor(IOReturn status)
622 void* IOFWIPAsyncWriteCommand::initPacketHeader(IOFWIPMBufCommand *mBufCommand, bool doCopy, FragmentType unfragmented, UInt32 headerSize, UInt32 offset)
652 void IOFWIPAsyncWriteCommand::gotAck(int ackCode)
665 void* IOFWIPAsyncWriteCommand::getCursorBuf()
675 void* IOFWIPAsyncWriteCommand::getBufferFromDescriptor()
686 UInt32 IOFWIPAsyncWriteCommand::getMaxBufLen()
691 bool IOFWIPAsyncWriteCommand::notDoubleComplete()