Searched refs:ipconfigPACKET_FILLER_SIZE (Results 1 – 19 of 19) sorted by relevance
56 #if ( ipconfigPACKET_FILLER_SIZE != 2 )57 #error Please define ipconfigPACKET_FILLER_SIZE as the value '2'59 #define TX_OFFSET ipconfigPACKET_FILLER_SIZE409 …nvalidateRange( ( ( uint32_t ) pxBuffer->pucEthernetBuffer ) - ipconfigPACKET_FILLER_SIZE, ( unsig… in emacps_check_rx()444 …lidateRange( ( ( uint32_t ) pxNewBuffer->pucEthernetBuffer ) - ipconfigPACKET_FILLER_SIZE, ( uint3… in emacps_check_rx()564 …l_DCacheInvalidateRange( ( ( uint32_t ) pxBuffer->pucEthernetBuffer ) - ipconfigPACKET_FILLER_SIZE, in init_dma()
74 #if ( ipconfigPACKET_FILLER_SIZE != 2 )75 #error Please define ipconfigPACKET_FILLER_SIZE as the value '2'77 #define TX_OFFSET ipconfigPACKET_FILLER_SIZE440 …validateRange( ( ( uintptr_t ) pxBuffer->pucEthernetBuffer ) - ipconfigPACKET_FILLER_SIZE, ( unsig… in emacps_check_rx()475 …idateRange( ( ( uintptr_t ) pxNewBuffer->pucEthernetBuffer ) - ipconfigPACKET_FILLER_SIZE, ( uint3… in emacps_check_rx()633 …_DCacheInvalidateRange( ( ( uintptr_t ) pxBuffer->pucEthernetBuffer ) - ipconfigPACKET_FILLER_SIZE, in init_dma()
70 #error now called: ipconfigPACKET_FILLER_SIZE1059 #ifndef ipconfigPACKET_FILLER_SIZE1060 #define ipconfigPACKET_FILLER_SIZE 2U macro
118 #define ipBUFFER_PADDING ( 8U + ipconfigPACKET_FILLER_SIZE )
527 uint8_t ucFillPacket[ ipconfigPACKET_FILLER_SIZE ];
273 #define ipconfigPACKET_FILLER_SIZE 2U macro
278 #define ipconfigPACKET_FILLER_SIZE 2U macro
289 #define ipconfigPACKET_FILLER_SIZE 2U macro
275 #define ipconfigPACKET_FILLER_SIZE 2U macro
277 #define ipconfigPACKET_FILLER_SIZE 2U macro
103 #define NETWORK_BUFFER_HEADER_SIZE ( ipconfigPACKET_FILLER_SIZE + 8 )761 …nsigned char * ) ( pxNextNetworkBufferDescriptor->pucEthernetBuffer - ipconfigPACKET_FILLER_SIZE ); in prvEMACRxPoll()
462 …nsigned char * ) ( pxNextNetworkBufferDescriptor->pucEthernetBuffer - ipconfigPACKET_FILLER_SIZE ); in prvEMACRxPoll()