Home
last modified time | relevance | path

Searched refs:ChecksumOffload (Results 1 – 22 of 22) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_eth.c1554 assert_param(IS_ETH_CHECKSUM_OFFLOAD(macconf->ChecksumOffload)); in HAL_ETH_ConfigMAC()
1590 macconf->ChecksumOffload | in HAL_ETH_ConfigMAC()
1855 macinit.ChecksumOffload = ETH_CHECKSUMOFFLAOD_ENABLE; in ETH_MACDMAConfig()
1859 macinit.ChecksumOffload = ETH_CHECKSUMOFFLAOD_DISABLE; in ETH_MACDMAConfig()
1910 macinit.ChecksumOffload | in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/Legacy/
Dstm32f7xx_hal_eth.c1561 assert_param(IS_ETH_CHECKSUM_OFFLOAD(macconf->ChecksumOffload)); in HAL_ETH_ConfigMAC()
1597 macconf->ChecksumOffload | in HAL_ETH_ConfigMAC()
1862 macinit.ChecksumOffload = ETH_CHECKSUMOFFLAOD_ENABLE; in ETH_MACDMAConfig()
1866 macinit.ChecksumOffload = ETH_CHECKSUMOFFLAOD_DISABLE; in ETH_MACDMAConfig()
1917 macinit.ChecksumOffload | in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_eth.c1548 assert_param(IS_ETH_CHECKSUM_OFFLOAD(macconf->ChecksumOffload)); in HAL_ETH_ConfigMAC()
1584 macconf->ChecksumOffload | in HAL_ETH_ConfigMAC()
1847 macinit.ChecksumOffload = ETH_CHECKSUMOFFLAOD_ENABLE; in ETH_MACDMAConfig()
1851 macinit.ChecksumOffload = ETH_CHECKSUMOFFLAOD_DISABLE; in ETH_MACDMAConfig()
1902 macinit.ChecksumOffload | in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/Legacy/
Dstm32f4xx_hal_eth.c1560 assert_param(IS_ETH_CHECKSUM_OFFLOAD(macconf->ChecksumOffload)); in HAL_ETH_ConfigMAC()
1596 macconf->ChecksumOffload | in HAL_ETH_ConfigMAC()
1861 macinit.ChecksumOffload = ETH_CHECKSUMOFFLAOD_ENABLE; in ETH_MACDMAConfig()
1865 macinit.ChecksumOffload = ETH_CHECKSUMOFFLAOD_DISABLE; in ETH_MACDMAConfig()
1916 macinit.ChecksumOffload | in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_eth.c2221 …macconf->ChecksumOffload = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_IPCO) >> 10U) > 0U) ? ENABL… in HAL_ETH_GetMACConfig()
2768 ((uint32_t)macconf->ChecksumOffload << 10U) | in ETH_SetMACConfig()
2874 macDefaultConf.ChecksumOffload = ENABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/Legacy/
Dstm32h7xx_hal_eth.c1923 …macconf->ChecksumOffload = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_IPC) >> 27) > 0U) ? ENABLE … in HAL_ETH_GetMACConfig()
2416 ((uint32_t)macconf->ChecksumOffload<< 27) | in ETH_SetMACConfig()
2538 macDefaultConf.ChecksumOffload = ENABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_eth.c2221 …macconf->ChecksumOffload = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_IPCO) >> 10U) > 0U) ? ENABL… in HAL_ETH_GetMACConfig()
2768 ((uint32_t)macconf->ChecksumOffload << 10U) | in ETH_SetMACConfig()
2874 macDefaultConf.ChecksumOffload = ENABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_eth.c2255 …macconf->ChecksumOffload = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_IPC) >> 27) > 0U) ? ENABLE … in HAL_ETH_GetMACConfig()
2756 ((uint32_t)macconf->ChecksumOffload << 27) | in ETH_SetMACConfig()
2877 macDefaultConf.ChecksumOffload = ENABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_eth.c2311 …macconf->ChecksumOffload = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_IPC) >> 27) > 0U) ? ENABLE … in HAL_ETH_GetMACConfig()
2822 ((uint32_t)macconf->ChecksumOffload << 27) | in ETH_SetMACConfig()
2943 macDefaultConf.ChecksumOffload = ENABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_eth.c2273 …macconf->ChecksumOffload = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_IPC) >> 27) > 0U) ? ENABLE … in HAL_ETH_GetMACConfig()
2774 ((uint32_t)macconf->ChecksumOffload << 27) | in ETH_SetMACConfig()
2895 macDefaultConf.ChecksumOffload = ENABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_eth.c2419 …macconf->ChecksumOffload = ((READ_BIT(heth->Instance->MACCR, ETH_MACCR_IPC) >> 27) > 0U) ? ENABLE … in HAL_ETH_GetMACConfig()
2945 ((uint32_t)macconf->ChecksumOffload << 27) | in ETH_SetMACConfig()
3071 macDefaultConf.ChecksumOffload = ENABLE; in ETH_MACDMAConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_eth.h237ChecksumOffload; /*!< Enables or Disable the checksum checking for received packet pay… member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_eth.h237ChecksumOffload; /*!< Enables or Disable the checksum checking for received packet pay… member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_eth.h230ChecksumOffload; /*!< Enables or Disable the checksum checking for received packet pay… member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_eth.h230ChecksumOffload; /*!< Enables or Disable the checksum checking for received packet pay… member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_eth.h237ChecksumOffload; /*!< Enables or Disable the checksum checking for received packet pay… member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32h7xx_hal_eth_legacy.h220 …FunctionalState ChecksumOffload; /*!< Enables or Disable the checksum checking for re… member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_eth.h262ChecksumOffload; /*!< Enables or Disable the checksum checking for received packet pay… member
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_eth.h431 …uint32_t ChecksumOffload; /*!< Selects or not the IPv4 checksum checking for… member
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_eth.h430 …uint32_t ChecksumOffload; /*!< Selects or not the IPv4 checksum checking for… member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/Legacy/
Dstm32f4xx_hal_eth_legacy.h430 …uint32_t ChecksumOffload; /*!< Selects or not the IPv4 checksum checking for… member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32f7xx_hal_eth_legacy.h431 …uint32_t ChecksumOffload; /*!< Selects or not the IPv4 checksum checking for… member