Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsh_eth.c86 flush_cache_wback(port_info->tx_desc_cur, sizeof(struct tx_desc_s)); in sh_eth_send()
96 sizeof(struct tx_desc_s)); in sh_eth_send()
190 u32 alloc_desc_size = NUM_TX_DESC * sizeof(struct tx_desc_s); in sh_eth_tx_desc_init()
192 struct tx_desc_s *cur_tx_desc; in sh_eth_tx_desc_init()
199 memalign(sizeof(struct tx_desc_s), alloc_desc_size); in sh_eth_tx_desc_init()
210 (struct tx_desc_s *)ADDR_TO_P2((u32)port_info->tx_desc_alloc); in sh_eth_tx_desc_init()
H A Dsh_eth.h56 struct tx_desc_s { struct
81 struct tx_desc_s *tx_desc_alloc; argument
82 struct tx_desc_s *tx_desc_base;
83 struct tx_desc_s *tx_desc_cur;