Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsh_eth.c122 invalidate_cache(port_info->rx_desc_cur, sizeof(struct rx_desc_s)); in sh_eth_recv()
140 sizeof(struct rx_desc_s)); in sh_eth_recv()
241 u32 alloc_desc_size = NUM_RX_DESC * sizeof(struct rx_desc_s); in sh_eth_rx_desc_init()
243 struct rx_desc_s *cur_rx_desc; in sh_eth_rx_desc_init()
251 memalign(sizeof(struct rx_desc_s), alloc_desc_size); in sh_eth_rx_desc_init()
262 (struct rx_desc_s *)ADDR_TO_P2((u32)port_info->rx_desc_alloc); in sh_eth_rx_desc_init()
H A Dsh_eth.h73 struct rx_desc_s { struct
84 struct rx_desc_s *rx_desc_alloc; argument
85 struct rx_desc_s *rx_desc_base;
86 struct rx_desc_s *rx_desc_cur;