Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/M487/
HDm480_eth.c40 struct eth_descriptor rx_desc[ RX_DESCRIPTOR_NUM ] __attribute__( ( aligned( 4 ) ) ); variable
44 struct eth_descriptor rx_desc[ RX_DESCRIPTOR_NUM ]; variable
49 struct eth_descriptor rx_desc[ RX_DESCRIPTOR_NUM ] __attribute__( ( aligned( 4 ) ) ); variable
196 cur_rx_desc_ptr = &rx_desc[ 0 ]; in init_rx_desc()
200 rx_desc[ i ].status1 = OWNERSHIP_EMAC; in init_rx_desc()
201 rx_desc[ i ].buf = &rx_buf[ i ][ 0 ]; in init_rx_desc()
202 rx_desc[ i ].status2 = 0; in init_rx_desc()
203 rx_desc[ i ].next = &rx_desc[ ( i + 1 ) % TX_DESCRIPTOR_NUM ]; in init_rx_desc()
206 EMAC->RXDSA = ( unsigned int ) &rx_desc[ 0 ]; in init_rx_desc()