Searched refs:dma_tx_context (Results 1 – 1 of 1) sorted by relevance
170 static struct eth_stm32_tx_context dma_tx_context[ETH_TX_DESC_CNT]; variable255 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()