Home
last modified time | relevance | path

Searched refs:bufcount (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_eth.c888 uint32_t bufcount = 0U, size = 0U, i = 0U; in HAL_ETH_TransmitFrame() local
922 bufcount = FrameLength / ETH_TX_BUF_SIZE; in HAL_ETH_TransmitFrame()
925 bufcount++; in HAL_ETH_TransmitFrame()
930 bufcount = 1U; in HAL_ETH_TransmitFrame()
932 if (bufcount == 1U) in HAL_ETH_TransmitFrame()
945 for (i = 0U; i < bufcount; i++) in HAL_ETH_TransmitFrame()
959 if (i == (bufcount - 1U)) in HAL_ETH_TransmitFrame()
963 size = FrameLength - (bufcount - 1U) * ETH_TX_BUF_SIZE; in HAL_ETH_TransmitFrame()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/Legacy/
Dstm32f7xx_hal_eth.c892 uint32_t bufcount = 0, size = 0, i = 0; in HAL_ETH_TransmitFrame() local
926 bufcount = FrameLength/ETH_TX_BUF_SIZE; in HAL_ETH_TransmitFrame()
929 bufcount++; in HAL_ETH_TransmitFrame()
934 bufcount = 1; in HAL_ETH_TransmitFrame()
936 if (bufcount == 1) in HAL_ETH_TransmitFrame()
949 for (i=0; i< bufcount; i++) in HAL_ETH_TransmitFrame()
963 if (i == (bufcount-1)) in HAL_ETH_TransmitFrame()
967 size = FrameLength - (bufcount-1)*ETH_TX_BUF_SIZE; in HAL_ETH_TransmitFrame()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_eth.c882 uint32_t bufcount = 0U, size = 0U, i = 0U; in HAL_ETH_TransmitFrame() local
916 bufcount = FrameLength / ETH_TX_BUF_SIZE; in HAL_ETH_TransmitFrame()
919 bufcount++; in HAL_ETH_TransmitFrame()
924 bufcount = 1U; in HAL_ETH_TransmitFrame()
926 if (bufcount == 1U) in HAL_ETH_TransmitFrame()
939 for (i = 0U; i < bufcount; i++) in HAL_ETH_TransmitFrame()
953 if (i == (bufcount - 1U)) in HAL_ETH_TransmitFrame()
957 size = FrameLength - (bufcount - 1U) * ETH_TX_BUF_SIZE; in HAL_ETH_TransmitFrame()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/Legacy/
Dstm32f4xx_hal_eth.c894 uint32_t bufcount = 0U, size = 0U, i = 0U; in HAL_ETH_TransmitFrame() local
928 bufcount = FrameLength/ETH_TX_BUF_SIZE; in HAL_ETH_TransmitFrame()
931 bufcount++; in HAL_ETH_TransmitFrame()
936 bufcount = 1U; in HAL_ETH_TransmitFrame()
938 if (bufcount == 1U) in HAL_ETH_TransmitFrame()
951 for (i=0U; i< bufcount; i++) in HAL_ETH_TransmitFrame()
965 if (i == (bufcount-1U)) in HAL_ETH_TransmitFrame()
969 size = FrameLength - (bufcount-1U)*ETH_TX_BUF_SIZE; in HAL_ETH_TransmitFrame()