Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/ethernet/
Deth_stm32_hal.c206 static inline uint16_t allocate_tx_buffer(void) in allocate_tx_buffer() function
361 ctx.first_tx_buffer_index = allocate_tx_buffer(); in eth_tx()
400 const uint16_t next_buffer_id = allocate_tx_buffer(); in eth_tx()