Home
last modified time | relevance | path

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

12

/FreeRTOS-Plus-TCP-v4.0.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
457 …validateRange( ( ( uintptr_t ) pxBuffer->pucEthernetBuffer ) - ipconfigPACKET_FILLER_SIZE, ( unsig… in emacps_check_rx()
492 …idateRange( ( ( uintptr_t ) pxNewBuffer->pucEthernetBuffer ) - ipconfigPACKET_FILLER_SIZE, ( uint3… in emacps_check_rx()
650 …_DCacheInvalidateRange( ( ( uintptr_t ) pxBuffer->pucEthernetBuffer ) - ipconfigPACKET_FILLER_SIZE, in init_dma()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Zynq/
Dx_emacpsif_dma.c87 #if ( ipconfigPACKET_FILLER_SIZE != 2 )
88 #error Please define ipconfigPACKET_FILLER_SIZE as the value '2'
90 #define TX_OFFSET ipconfigPACKET_FILLER_SIZE
555 …nvalidateRange( ( ( uint32_t ) pxBuffer->pucEthernetBuffer ) - ipconfigPACKET_FILLER_SIZE, ( unsig… in emacps_check_rx()
590 …lidateRange( ( ( uint32_t ) pxNewBuffer->pucEthernetBuffer ) - ipconfigPACKET_FILLER_SIZE, ( uint3… in emacps_check_rx()
714 …l_DCacheInvalidateRange( ( ( uint32_t ) pxBuffer->pucEthernetBuffer ) - ipconfigPACKET_FILLER_SIZE, in init_dma()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOSIPConfigDefaults.h70 #error now called: ipconfigPACKET_FILLER_SIZE
1103 #ifndef ipconfigPACKET_FILLER_SIZE
1104 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v4.0.0/test/build-combination/AllDisable/
DFreeRTOSIPConfig.h273 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v4.0.0/test/Coverity/ConfigFiles/
DFreeRTOSIPConfig.h278 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/patches/
DFreeRTOSIPConfig.h291 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Tiny_TCP/
DFreeRTOSIPConfig.h279 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/ConfigFiles/
DFreeRTOSIPConfig.h286 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv6_ConfigDriverCheckChecksum/
DFreeRTOSIPConfig.h283 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets_DiffConfig1/
DFreeRTOSIPConfig.h281 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets_DiffConfig2/
DFreeRTOSIPConfig.h281 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv4_DiffConfig/
DFreeRTOSIPConfig.h283 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_ARP_DataLenLessThanMinPacket/
DFreeRTOSIPConfig.h279 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v4.0.0/test/build-combination/Header_Self_Contain/
DFreeRTOSIPConfig.h295 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_DNS_Parser/
DFreeRTOSIPConfig.h283 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_DiffConfig1/
DFreeRTOSIPConfig.h283 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_Utils_IPv6_ConfigLowTCPMSS/
DFreeRTOSIPConfig.h282 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_IP_DiffConfig/
DFreeRTOSIPConfig.h279 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets_DiffConfig/
DFreeRTOSIPConfig.h279 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_Utils_DiffConfig/
DFreeRTOSIPConfig.h283 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv6/
DFreeRTOSIPConfig.h283 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v4.0.0/test/build-combination/Enable_IPv6/
DFreeRTOSIPConfig.h307 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing/
DFreeRTOSIPConfig.h287 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing_ConfigCompatibleWithSingle/
DFreeRTOSIPConfig.h291 #define ipconfigPACKET_FILLER_SIZE 2U macro
/FreeRTOS-Plus-TCP-v4.0.0/test/build-combination/AllEnable/
DFreeRTOSIPConfig.h304 #define ipconfigPACKET_FILLER_SIZE 2U macro

12