Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_stm32_hal.c162 struct eth_stm32_tx_context { struct
170 static struct eth_stm32_tx_context dma_tx_context[ETH_TX_DESC_CNT]; argument
220 struct eth_stm32_tx_context *ctx = (struct eth_stm32_tx_context *)buff; in HAL_ETH_TxFreeCallback()
251 static inline struct eth_stm32_tx_context *allocate_tx_context(struct net_pkt *pkt) in allocate_tx_context()
348 struct eth_stm32_tx_context *ctx = (struct eth_stm32_tx_context *)buff; in HAL_ETH_TxPtpCallback()
366 struct eth_stm32_tx_context *ctx = NULL; in eth_tx()