Searched refs:DMA_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
240 …ESP_GOTO_ON_FALSE(length < DMA_BUF_SIZE * TX_BUF_COUNT, ESP_ERR_INVALID_SIZE, err, TAG, "insuffici… in emac_opencores_transmit()247 uint32_t will_write = MIN(bytes_remaining, DMA_BUF_SIZE); in emac_opencores_transmit()362 emac->rx_buf[i] = heap_caps_calloc(1, DMA_BUF_SIZE, MALLOC_CAP_DMA); in esp_eth_mac_new_openeth()372 emac->tx_buf[i] = heap_caps_calloc(1, DMA_BUF_SIZE, MALLOC_CAP_DMA); in esp_eth_mac_new_openeth()
30 #define DMA_BUF_SIZE 1600 macro