Searched refs:rx_desc_s (Results 1 – 4 of 4) sorted by relevance
14 static struct rx_desc_s *g_rx_desc;32 struct rx_desc_s *rx_desc = g_rx_desc; in pfe_recv()81 struct rx_desc_s *rx_desc = g_rx_desc; in pfe_eth_free_pkt()233 struct rx_desc_s *rx_desc; in hif_rx_desc_dump()261 struct rx_desc_s *rx_desc; in hif_rx_desc_disable()286 struct rx_desc_s *rx_desc; in hif_rx_desc_init()296 rx_desc = (struct rx_desc_s *)malloc(sizeof(struct rx_desc_s)); in hif_rx_desc_init()301 memset(rx_desc, 0, sizeof(struct rx_desc_s)); in hif_rx_desc_init()
37 struct rx_desc_s { struct
70 struct rx_desc_s { struct81 struct rx_desc_s *rx_desc_alloc; argument82 struct rx_desc_s *rx_desc_base;83 struct rx_desc_s *rx_desc_cur;
132 invalidate_cache(port_info->rx_desc_cur, sizeof(struct rx_desc_s)); in sh_eth_recv_start()154 sizeof(struct rx_desc_s)); in sh_eth_recv_finish()252 u32 alloc_desc_size = NUM_RX_DESC * sizeof(struct rx_desc_s); in sh_eth_rx_desc_init()254 struct rx_desc_s *cur_rx_desc; in sh_eth_rx_desc_init()262 memalign(sizeof(struct rx_desc_s), alloc_desc_size); in sh_eth_rx_desc_init()273 (struct rx_desc_s *)ADDR_TO_P2((uintptr_t)port_info->rx_desc_alloc); in sh_eth_rx_desc_init()
Completed in 7 milliseconds