Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dxilinx_ll_temac_sdma.c124 rx_dp->phys_buf_p = (u8 *)net_rx_packets[i]; in ll_temac_init_sdma()
125 flush_cache((u32)rx_dp->phys_buf_p, PKTSIZE_ALIGN); in ll_temac_init_sdma()
243 flush_cache((u32)rx_dp->phys_buf_p, length); in ll_temac_recv_sdma()
280 tx_dp->phys_buf_p = (u8 *)packet; in ll_temac_send_sdma()
H A Dxilinx_ll_temac_sdma.h56 u8 *phys_buf_p; /* Buffer Address */ member