Searched refs:bufcount (Results 1 – 4 of 4) sorted by relevance
888 uint32_t bufcount = 0U, size = 0U, i = 0U; in HAL_ETH_TransmitFrame() local922 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()
892 uint32_t bufcount = 0, size = 0, i = 0; in HAL_ETH_TransmitFrame() local926 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()
882 uint32_t bufcount = 0U, size = 0U, i = 0U; in HAL_ETH_TransmitFrame() local916 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()
894 uint32_t bufcount = 0U, size = 0U, i = 0U; in HAL_ETH_TransmitFrame() local928 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()