Searched refs:emac_opencores_receive (Results 1 – 1 of 1) sorted by relevance
56 static esp_err_t emac_opencores_receive(esp_eth_mac_t *mac, uint8_t *buf, uint32_t *length);93 } else if (emac_opencores_receive(&emac->parent, buffer, &length) == ESP_OK) { in emac_opencores_rx_task()267 static esp_err_t emac_opencores_receive(esp_eth_mac_t *mac, uint8_t *buf, uint32_t *length) in emac_opencores_receive() function398 emac->parent.receive = emac_opencores_receive; in esp_eth_mac_new_openeth()