Searched refs:offset (Results 1 – 6 of 6) sorted by relevance
141 …uint32_t offset = ( uint32_t ) ( ( ( const char * ) pxDesc ) - ( ( const char * ) xNetworkBuffers … in bIsValidNetworkDescriptor() local143 if( ( offset >= sizeof( xNetworkBuffers ) ) || in bIsValidNetworkDescriptor()144 ( ( offset % sizeof( xNetworkBuffers[ 0 ] ) ) != 0 ) ) in bIsValidNetworkDescriptor()
42 #That is the minimal required size for an ARPPacket_t plus offset in the buffer.
84 offset of 2 bytes. The reason for this 2 byte offset is that the132 constant offset to get to a 'hidden' pointer which is not available for
36 + IP offset calculation improvement. Contributed by @evpopov.
484 #warning Remember to try the above option to get a 2-byte offset in ksz8851snl_set_registers()
233 #define INCR_TX_DESC_INDEX( inx, offset ) \ argument235 ( inx ) += ( offset ); \241 #define INCR_RX_DESC_INDEX( inx, offset ) \ argument243 ( inx ) += ( offset ); \