Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/pfe_eth/
H A Dpfe_driver.c11 static struct rx_desc_s *g_rx_desc;
29 struct rx_desc_s *rx_desc = g_rx_desc; in pfe_recv()
78 struct rx_desc_s *rx_desc = g_rx_desc; in pfe_eth_free_pkt()
230 struct rx_desc_s *rx_desc; in hif_rx_desc_dump()
258 struct rx_desc_s *rx_desc; in hif_rx_desc_disable()
283 struct rx_desc_s *rx_desc; in hif_rx_desc_init()
293 rx_desc = (struct rx_desc_s *)malloc(sizeof(struct rx_desc_s)); in hif_rx_desc_init()
298 memset(rx_desc, 0, sizeof(struct rx_desc_s)); in hif_rx_desc_init()
/openbmc/u-boot/drivers/net/
H A Dsh_eth.h74 struct rx_desc_s { struct
85 struct rx_desc_s *rx_desc_alloc; argument
86 struct rx_desc_s *rx_desc_base;
87 struct rx_desc_s *rx_desc_cur;
H A Dsh_eth.c126 invalidate_cache(port_info->rx_desc_cur, sizeof(struct rx_desc_s)); in sh_eth_recv_start()
148 sizeof(struct rx_desc_s)); in sh_eth_recv_finish()
246 u32 alloc_desc_size = NUM_RX_DESC * sizeof(struct rx_desc_s); in sh_eth_rx_desc_init()
248 struct rx_desc_s *cur_rx_desc; in sh_eth_rx_desc_init()
256 memalign(sizeof(struct rx_desc_s), alloc_desc_size); in sh_eth_rx_desc_init()
267 (struct rx_desc_s *)ADDR_TO_P2((u32)port_info->rx_desc_alloc); in sh_eth_rx_desc_init()
/openbmc/u-boot/include/net/pfe_eth/
H A Dpfe_driver.h37 struct rx_desc_s { struct