Searched refs:processPHYPacket (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWPHYPacketListener.h63 virtual void processPHYPacket( UInt32 data1, UInt32 data2 );
H A DIOFWPHYPacketListener.cpp125 // processPHYPacket
129 void IOFWPHYPacketListener::processPHYPacket( UInt32 data1, UInt32 data2 ) function in class:IOFWPHYPacketListener
131 IOLog( "IOFWPHYPacketListener<%p>::processPHYPacket - 0x%x 0x%x\n", this, (uint32_t)data1, (uint32_t)data2 );
H A DIOFWUserPHYPacketListener.h118 virtual void processPHYPacket( UInt32 data1, UInt32 data2 );
H A DIOFWUserPHYPacketListener.cpp177 // processPHYPacket
181 void IOFWUserPHYPacketListener::processPHYPacket( UInt32 data1, UInt32 data2 ) function in class:IOFWUserPHYPacketListener
187 // FireLog( "IOFWUserPHYPacketListener::processPHYPacket - 0x%08lx %08lx\n", data1, data2 );
203 // FireLog( "IOFWUserPHYPacketListener::processPHYPacket - data element - send notification\n" );
209 // FireLog( "IOFWUserPHYPacketListener::processPHYPacket - data element - queue - fElementWaitingCompletion = 0x%08lx\n", fElementWaitingCompletion );
249 // FireLog( "IOFWUserPHYPacketListener::processPHYPacket - skip element - queue\n" );
H A DIOFireWireController.h1044 void processPHYPacket( UInt32 data1, UInt32 data2 );
H A DIOFireWireController.cpp5157 processPHYPacket( data[1], data[2] );
6755 // processPHYPacket
6759 void IOFireWireController::processPHYPacket( UInt32 data1, UInt32 data2 ) function in class:IOFireWireController
6768 listener->processPHYPacket( data1, data2 );

Completed in 128 milliseconds