Home
last modified time | relevance | path

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

/hal_infineon-3.7.0/XMCLib/drivers/src/
Dxmc_eth_mac.c314 for (i = 0U; i < eth_mac->num_tx_buf; ++i) in XMC_ETH_MAC_InitTxDescriptors()
319 if (next == eth_mac->num_tx_buf) in XMC_ETH_MAC_InitTxDescriptors()
452 if (eth_mac->tx_index == eth_mac->num_tx_buf) in XMC_ETH_MAC_SendFrame()
760 if (eth_mac->tx_index == eth_mac->num_tx_buf) in XMC_ETH_MAC_ReturnTxDescriptor()
/hal_infineon-3.7.0/XMCLib/drivers/inc/
Dxmc_eth_mac.h386 uint8_t num_tx_buf; /**< How many TX descriptors? */ member