Home
last modified time | relevance | path

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

/bsp/raspberry-pi/raspi4-64/drivers/
A Dboard.c57 uint8_t *eth_send_no_cache = (uint8_t *)SEND_DATA_NO_CACHE; variable
141 eth_send_no_cache = (void *)rt_pages_alloc(rt_page_bits(0x200000)); in rt_hw_board_init()
A Draspi4.h184 extern uint8_t * eth_send_no_cache;
A Ddrv_eth.c630 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 7 milliseconds