Searched refs:openeth_tx_desc (Results 1 – 2 of 2) sorted by relevance
259 openeth_tx_desc_t *desc_ptr = openeth_tx_desc(emac->cur_tx_desc); in emac_opencores_transmit()386 openeth_init_tx_desc(openeth_tx_desc(i), emac->tx_buf[i]); in esp_eth_mac_new_openeth()388 openeth_tx_desc(TX_BUF_COUNT - 1)->wr = 1; in esp_eth_mac_new_openeth()
161 static inline openeth_tx_desc_t* openeth_tx_desc(int idx) in openeth_tx_desc() function