Searched refs:tx_buffer_advance (Results 1 – 1 of 1) sorted by relevance
26 static uint32_t tx_buffer_advance(uint32_t max_len, uint32_t *position, uint32_t *len);111 uint32_t new_head = tx_buffer_advance(q->vring_data_max_len, &head, &consumed_len); in eth_ivshmem_queue_tx_get_buff()257 static uint32_t tx_buffer_advance(uint32_t max_len, uint32_t *position, uint32_t *len) in tx_buffer_advance() function297 uint32_t new_tail = tx_buffer_advance(q->vring_data_max_len, &tail, &consumed_len); in tx_clean_used()