Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/pfe_eth/
H A Dpfe_driver.c10 static struct tx_desc_s *g_tx_desc;
126 struct tx_desc_s *tx_desc = g_tx_desc; in pfe_send()
195 struct tx_desc_s *tx_desc = g_tx_desc; in pfe_tx_done()
345 struct tx_desc_s *tx_desc; in hif_tx_desc_dump()
372 struct tx_desc_s *tx_desc; in hif_tx_desc_init()
381 tx_desc = (struct tx_desc_s *)malloc(sizeof(struct tx_desc_s)); in hif_tx_desc_init()
387 memset(tx_desc, 0, sizeof(struct tx_desc_s)); in hif_tx_desc_init()
/openbmc/u-boot/drivers/net/
H A Dsh_eth.h57 struct tx_desc_s { struct
82 struct tx_desc_s *tx_desc_alloc; argument
83 struct tx_desc_s *tx_desc_base;
84 struct tx_desc_s *tx_desc_cur;
H A Dsh_eth.c93 flush_cache_wback(port_info->tx_desc_cur, sizeof(struct tx_desc_s)); in sh_eth_send_common()
103 sizeof(struct tx_desc_s)); in sh_eth_send_common()
193 u32 alloc_desc_size = NUM_TX_DESC * sizeof(struct tx_desc_s); in sh_eth_tx_desc_init()
195 struct tx_desc_s *cur_tx_desc; in sh_eth_tx_desc_init()
202 memalign(sizeof(struct tx_desc_s), alloc_desc_size); in sh_eth_tx_desc_init()
213 (struct tx_desc_s *)ADDR_TO_P2((u32)port_info->tx_desc_alloc); in sh_eth_tx_desc_init()
/openbmc/u-boot/include/net/pfe_eth/
H A Dpfe_driver.h44 struct tx_desc_s { struct