Searched refs:eth_recv_no_cache (Results 1 – 3 of 3) sorted by relevance
58 uint8_t *eth_recv_no_cache = (uint8_t *)RECV_DATA_NO_CACHE; variable142 eth_recv_no_cache = (void *)rt_pages_alloc(rt_page_bits(0x200000)); in rt_hw_board_init()
187 extern uint8_t * eth_recv_no_cache;
659 addr_point= (size_t)(addr_point+ (eth_recv_no_cache - RECV_DATA_NO_CACHE)); in rt_eth_rx()682 memset((void *)eth_recv_no_cache, 0, sizeof(DMA_DISC_ADDR_SIZE)); in rt_hw_eth_init()
Completed in 6 milliseconds