Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_ivshmem_queue.c255 uint32_t contiguous_len = max_len - *position; in tx_buffer_advance() local
258 if (aligned_len > contiguous_len) { in tx_buffer_advance()
261 *len += contiguous_len; in tx_buffer_advance()