Transmit Packet scatter gather list entry.
This structure contains info on scatter-gather fragments used for trasmitting packets when packets are split into list of discontinuous fragments called scatter-gather list. Each sg list has a fragment of the packet
Data Fields | |
| uint8_t * | bufPtr |
| uint32_t | segmentFilledLen |
| uint32_t | segmentAllocLen |
| bool | disableCacheOps |
| uint8_t* EnetCpdma_SGListEntry::bufPtr |
Pointer to scatter fragment
| uint32_t EnetCpdma_SGListEntry::segmentFilledLen |
Length of valid data in the scatter fragment
| uint32_t EnetCpdma_SGListEntry::segmentAllocLen |
Length of allocated buffer for scatter fragment
| bool EnetCpdma_SGListEntry::disableCacheOps |