Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/TM4C/
HDNetworkInterface.c132 static tDescriptorList _tx_descriptor_list = { .number_descriptors = niEMAC_TX_DMA_DESC_COUNT, 0 }; variable
362 dma_descriptor = &_tx_descriptors[ _tx_descriptor_list.write ]; in xNetworkInterfaceOutput()
379 _tx_descriptor_list.write++; in xNetworkInterfaceOutput()
382 if( _tx_descriptor_list.write == niEMAC_TX_DMA_DESC_COUNT ) in xNetworkInterfaceOutput()
384 _tx_descriptor_list.write = 0; in xNetworkInterfaceOutput()
472 _tx_descriptor_list.write = 0; in _dma_descriptors_init()
473 _tx_descriptor_list.read = 0; in _dma_descriptors_init()
559 …for( i = 0; ( ( i < _tx_descriptor_list.number_descriptors ) && ( _tx_descriptor_list.read != _tx_… in _process_transmit_complete()
562 dma_descriptor = &_tx_descriptors[ _tx_descriptor_list.read ]; in _process_transmit_complete()
578 _tx_descriptor_list.read++; in _process_transmit_complete()
[all …]