Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_stm32_hal.c170 static struct eth_stm32_tx_context dma_tx_context[ETH_TX_DESC_CNT]; variable
255 if (!dma_tx_context[index].used) { in allocate_tx_context()
256 dma_tx_context[index].used = true; in allocate_tx_context()
257 dma_tx_context[index].pkt = pkt; in allocate_tx_context()
258 dma_tx_context[index].first_tx_buffer_index = allocate_tx_buffer(); in allocate_tx_context()
259 return &dma_tx_context[index]; in allocate_tx_context()