Searched refs:packetBytes (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/IOATAFamily-253.0.1/
H A DIOATACommand.cpp494 IOATACommand::setPacketCommand( UInt16 packetSizeBytes, UInt8* packetBytes) argument
496 // IOLog("ATACommand::setPacket size %d bytePtr = %lx\n", packetSizeBytes, packetBytes);
498 if( ( packetSizeBytes > 16 ) || (packetBytes == 0L))
505 cmdBytes[ i ] = packetBytes[ i ];
/macosx-10.10.1/IONetworkingFamily-101/
H A DIONetworkInterface.h1286 @param packetBytes Optional pointer to store the total length of packets
1299 uint64_t * packetBytes = 0 );
1315 @param packetBytes Optional pointer to store the total length of packets
1329 uint64_t * packetBytes = 0 );
H A DIONetworkInterface.cpp2489 uint64_t * packetBytes )
2559 if (packetBytes)
2560 *packetBytes = txByteCount;
2570 if (packetBytes)
2571 packetBytes = 0;
2581 uint64_t * packetBytes )
2670 if (packetBytes)
2671 *packetBytes = txByteCount;
2681 if (packetBytes)
2682 packetBytes
[all...]

Completed in 86 milliseconds