Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/M487/
Dm480_eth.c41 struct eth_descriptor tx_desc[ TX_DESCRIPTOR_NUM ] __attribute__( ( aligned( 4 ) ) ); variable
45 struct eth_descriptor tx_desc[ TX_DESCRIPTOR_NUM ]; variable
50 struct eth_descriptor tx_desc[ TX_DESCRIPTOR_NUM ] __attribute__( ( aligned( 4 ) ) ); variable
178 cur_tx_desc_ptr = fin_tx_desc_ptr = &tx_desc[ 0 ]; in init_tx_desc()
182 tx_desc[ i ].status1 = TXFD_PADEN | TXFD_CRCAPP | TXFD_INTEN; in init_tx_desc()
183 tx_desc[ i ].buf = &tx_buf[ i ][ 0 ]; in init_tx_desc()
184 tx_desc[ i ].status2 = 0; in init_tx_desc()
185 tx_desc[ i ].next = &tx_desc[ ( i + 1 ) % TX_DESCRIPTOR_NUM ]; in init_tx_desc()
188 EMAC->TXDSA = ( unsigned int ) &tx_desc[ 0 ]; in init_tx_desc()