Searched refs:EQOS_MAX_PACKET_SIZE (Results 1 - 4 of 4) sorted by relevance

/seL4-test-master/projects/util_libs/libethdrivers/src/plat/tx2/uboot/
H A Dtx2_configs.h61 #define EQOS_MAX_PACKET_SIZE EQOS_ALIGN(1568, ARCH_DMA_MINALIGN) macro
H A Ddwc_eth_qos.h226 #define EQOS_RX_BUFFER_SIZE (EQOS_DESCRIPTORS_RX * EQOS_MAX_PACKET_SIZE)
H A Ddwc_eth_qos.c727 eqos->dma_regs->ch0_rx_control = (EQOS_MAX_PACKET_SIZE << EQOS_DMA_CH0_RX_CONTROL_RBSZ_SHIFT);
/seL4-test-master/projects/util_libs/libethdrivers/src/plat/tx2/
H A Dtx2.c125 uintptr_t phys = driver->i_cb.allocate_rx_buf ? driver->i_cb.allocate_rx_buf(driver->cb_cookie, EQOS_MAX_PACKET_SIZE,

Completed in 30 milliseconds