Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_stm32_hal.c203 static inline uint16_t allocate_tx_buffer(void) in allocate_tx_buffer() function
224 dma_tx_context[index].first_tx_buffer_index = allocate_tx_buffer(); in allocate_tx_context()
389 const uint16_t next_buffer_id = allocate_tx_buffer(); in eth_tx()