Searched refs:byteCount (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/iokit/Kernel/ |
| H A D | IODMAEventSource.cpp | 104 …DMACommand(IODMACommand *dmaCommand, IODirection direction, IOByteCount byteCount, IOByteCount byt… in startDMACommand() argument 120 result = dmaController->startDMACommand(dmaIndex, dmaCommand, direction, byteCount, byteOffset); in startDMACommand() 190 IODMAEventSource::setFrameSize(UInt8 byteCount) in setFrameSize() argument 196 return dmaController->setFrameSize(dmaIndex, byteCount); in setFrameSize()
|
| /xnu-12377.61.12/iokit/IOKit/ |
| H A D | IODMAController.h | 53 IOByteCount byteCount = 0, IOByteCount byteOffset = 0) = 0; 61 virtual IOReturn setFrameSize(UInt32 dmaIndex, UInt8 byteCount) = 0;
|
| H A D | IODMAEventSource.h | 61 …DMACommand(IODMACommand *dmaCommand, IODirection direction, IOByteCount byteCount = 0, IOByteCount… 70 virtual IOReturn setFrameSize(UInt8 byteCount);
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | if_fake.c | 3044 uint32_t *packetCount, uint32_t *byteCount) in feth_nx_queue_tx_push() argument 3095 *packetCount = *byteCount = 0; in feth_nx_queue_tx_push() 3100 *byteCount += kern_packet_get_data_length(sph); in feth_nx_queue_tx_push()
|