Searched refs:byteslefttocopy (Results 1 – 2 of 2) sorted by relevance
168 uint32_t byteslefttocopy = 0; in rt_ra_eth_tx() local178 byteslefttocopy = q->len; in rt_ra_eth_tx()182 while ((byteslefttocopy + bufferoffset) > ETH_TX_BUF_SIZE) in rt_ra_eth_tx()187 byteslefttocopy = byteslefttocopy - (ETH_TX_BUF_SIZE - bufferoffset); in rt_ra_eth_tx()195 bufferoffset = bufferoffset + byteslefttocopy; in rt_ra_eth_tx()196 framelength = framelength + byteslefttocopy; in rt_ra_eth_tx()233 uint32_t byteslefttocopy = 0; in rt_ra_eth_rx() local255 byteslefttocopy = q->len; in rt_ra_eth_rx()259 while ((byteslefttocopy + bufferoffset) > ETH_RX_BUF_SIZE) in rt_ra_eth_rx()264 byteslefttocopy = byteslefttocopy - (ETH_RX_BUF_SIZE - bufferoffset); in rt_ra_eth_rx()[all …]
203 uint32_t byteslefttocopy = 0; in rt_stm32_eth_tx() local221 byteslefttocopy = q->len; in rt_stm32_eth_tx()225 while ((byteslefttocopy + bufferoffset) > ETH_TX_BUF_SIZE) in rt_stm32_eth_tx()243 byteslefttocopy = byteslefttocopy - (ETH_TX_BUF_SIZE - bufferoffset); in rt_stm32_eth_tx()251 bufferoffset = bufferoffset + byteslefttocopy; in rt_stm32_eth_tx()252 framelength = framelength + byteslefttocopy; in rt_stm32_eth_tx()301 uint32_t byteslefttocopy = 0; in rt_stm32_eth_rx() local334 byteslefttocopy = q->len; in rt_stm32_eth_rx()338 while ((byteslefttocopy + bufferoffset) > ETH_RX_BUF_SIZE) in rt_stm32_eth_rx()347 byteslefttocopy = byteslefttocopy - (ETH_RX_BUF_SIZE - bufferoffset); in rt_stm32_eth_rx()[all …]
Completed in 6 milliseconds