Home
last modified time | relevance | path

Searched refs:ipconfigPACKET_FILLER_SIZE (Results 1 – 19 of 19) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/Zynq/
Dx_emacpsif_dma.c56 #if ( ipconfigPACKET_FILLER_SIZE != 2 )
57 #error Please define ipconfigPACKET_FILLER_SIZE as the value '2'
59 #define TX_OFFSET ipconfigPACKET_FILLER_SIZE
409 …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()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/xilinx_ultrascale/
Dx_emacpsif_dma.c74 #if ( ipconfigPACKET_FILLER_SIZE != 2 )
75 #error Please define ipconfigPACKET_FILLER_SIZE as the value '2'
77 #define TX_OFFSET ipconfigPACKET_FILLER_SIZE
440 …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()
/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOSIPConfigDefaults.h70 #error now called: ipconfigPACKET_FILLER_SIZE
1059 #ifndef ipconfigPACKET_FILLER_SIZE
1060 #define ipconfigPACKET_FILLER_SIZE 2U macro
DFreeRTOS_IP.h118 #define ipBUFFER_PADDING ( 8U + ipconfigPACKET_FILLER_SIZE )
DFreeRTOS_IP_Private.h527 uint8_t ucFillPacket[ ipconfigPACKET_FILLER_SIZE ];
/FreeRTOS-Plus-TCP-v3.1.0/test/build-combination/AllDisable/
DFreeRTOSIPConfig.h273 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v3.1.0/test/build-combination/AllEnable/
DFreeRTOSIPConfig.h273 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v3.1.0/test/Coverity/ConfigFiles/
DFreeRTOSIPConfig.h278 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/patches/
DFreeRTOSIPConfig.h289 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets_DiffConfig1/
DFreeRTOSIPConfig.h275 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Tiny_TCP/
DFreeRTOSIPConfig.h275 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_ARP_DataLenLessThanMinPacket/
DFreeRTOSIPConfig.h275 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets_DiffConfig/
DFreeRTOSIPConfig.h275 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP_DiffConfig/
DFreeRTOSIPConfig.h275 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP_Utils_DiffConfig/
DFreeRTOSIPConfig.h275 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/ConfigFiles/
DFreeRTOSIPConfig.h277 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_TCP_IP_DiffConfig/
DFreeRTOSIPConfig.h275 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/DriverSAM/
DNetworkInterface.c103 #define NETWORK_BUFFER_HEADER_SIZE ( ipconfigPACKET_FILLER_SIZE + 8 )
761 …nsigned char * ) ( pxNextNetworkBufferDescriptor->pucEthernetBuffer - ipconfigPACKET_FILLER_SIZE ); in prvEMACRxPoll()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAM4E/
DNetworkInterface.c462 …nsigned char * ) ( pxNextNetworkBufferDescriptor->pucEthernetBuffer - ipconfigPACKET_FILLER_SIZE ); in prvEMACRxPoll()