Searched refs:bytes_left_to_copy (Results 1 – 1 of 1) sorted by relevance
327 uint32_t bytes_left_to_copy = 0; in rt_hpm_eth_tx() local340 bytes_left_to_copy = q->len; in rt_hpm_eth_tx()344 while ((bytes_left_to_copy + buffer_offset) > tx_buff_size) in rt_hpm_eth_tx()373 bytes_left_to_copy = bytes_left_to_copy - (tx_buff_size - buffer_offset); in rt_hpm_eth_tx()393 bytes_left_to_copy); in rt_hpm_eth_tx()395 buffer_offset = buffer_offset + bytes_left_to_copy; in rt_hpm_eth_tx()396 frame_length = frame_length + bytes_left_to_copy; in rt_hpm_eth_tx()423 uint32_t bytes_left_to_copy = 0; in rt_hpm_eth_rx() local448 bytes_left_to_copy = q->len; in rt_hpm_eth_rx()461 bytes_left_to_copy = bytes_left_to_copy - (rx_buff_size - buffer_offset); in rt_hpm_eth_rx()[all …]
Completed in 6 milliseconds