Home
last modified time | relevance | path

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

/u-boot/drivers/net/pfe_eth/
A Dpfe_driver.c13 static struct tx_desc_s *g_tx_desc;
129 struct tx_desc_s *tx_desc = g_tx_desc; in pfe_send()
198 struct tx_desc_s *tx_desc = g_tx_desc; in pfe_tx_done()
348 struct tx_desc_s *tx_desc; in hif_tx_desc_dump()
375 struct tx_desc_s *tx_desc; in hif_tx_desc_init()
384 tx_desc = (struct tx_desc_s *)malloc(sizeof(struct tx_desc_s)); in hif_tx_desc_init()
390 memset(tx_desc, 0, sizeof(struct tx_desc_s)); in hif_tx_desc_init()
/u-boot/include/net/pfe_eth/
A Dpfe_driver.h44 struct tx_desc_s { struct
/u-boot/drivers/net/
A Dsh_eth.h53 struct tx_desc_s { struct
78 struct tx_desc_s *tx_desc_alloc; argument
79 struct tx_desc_s *tx_desc_base;
80 struct tx_desc_s *tx_desc_cur;
A Dsh_eth.c99 flush_cache_wback(port_info->tx_desc_cur, sizeof(struct tx_desc_s)); in sh_eth_send_common()
109 sizeof(struct tx_desc_s)); in sh_eth_send_common()
199 u32 alloc_desc_size = NUM_TX_DESC * sizeof(struct tx_desc_s); in sh_eth_tx_desc_init()
201 struct tx_desc_s *cur_tx_desc; in sh_eth_tx_desc_init()
208 memalign(sizeof(struct tx_desc_s), alloc_desc_size); in sh_eth_tx_desc_init()
219 (struct tx_desc_s *)ADDR_TO_P2((uintptr_t)port_info->tx_desc_alloc); in sh_eth_tx_desc_init()

Completed in 21 milliseconds