Searched refs:rx_desc_s (Results 1 – 2 of 2) sorted by relevance
122 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()
73 struct rx_desc_s { struct84 struct rx_desc_s *rx_desc_alloc; argument85 struct rx_desc_s *rx_desc_base;86 struct rx_desc_s *rx_desc_cur;