Searched refs:eth_send_no_cache (Results 1 – 3 of 3) sorted by relevance
57 uint8_t *eth_send_no_cache = (uint8_t *)SEND_DATA_NO_CACHE; variable141 eth_send_no_cache = (void *)rt_pages_alloc(rt_page_bits(0x200000)); in rt_hw_board_init()
184 extern uint8_t * eth_send_no_cache;
630 copy_len = pbuf_copy_partial(p, eth_send_no_cache, p->tot_len, 0); in rt_eth_tx()637 bcmgenet_gmac_eth_send((void *)eth_send_no_cache, p->tot_len); in rt_eth_tx()681 memset((void *)eth_send_no_cache, 0, sizeof(DMA_DISC_ADDR_SIZE)); in rt_hw_eth_init()
Completed in 8 milliseconds