Searched refs:rx_desc (Results 1 – 1 of 1) sorted by relevance
40 struct eth_descriptor rx_desc[ RX_DESCRIPTOR_NUM ] __attribute__( ( aligned( 4 ) ) ); variable44 struct eth_descriptor rx_desc[ RX_DESCRIPTOR_NUM ]; variable49 struct eth_descriptor rx_desc[ RX_DESCRIPTOR_NUM ] __attribute__( ( aligned( 4 ) ) ); variable196 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()