Searched refs:tx_desc_s (Results 1 – 2 of 2) sorted by relevance
86 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()
56 struct tx_desc_s { struct81 struct tx_desc_s *tx_desc_alloc; argument82 struct tx_desc_s *tx_desc_base;83 struct tx_desc_s *tx_desc_cur;