Searched refs:CONFIG_LIB_ETHDRIVER_RX_DESC_COUNT (Results 1 - 5 of 5) sorted by relevance

/seL4-test-master/projects/util_libs/libethdrivers/src/plat/tx2/uboot/
H A Dtx2_configs.h25 #define CONFIG_LIB_ETHDRIVER_RX_DESC_COUNT 128 macro
/seL4-test-master/projects/util_libs/libethdrivers/src/plat/am335x/
H A Dbeaglebone.c355 compile_time_assert("CONFIG_LIB_ETHDRIVER_RX_DESC_COUNT <= max_rx_cppi", CONFIG_LIB_ETHDRIVER_RX_DESC_COUNT <= (SIZE_CPPI_RAM >> 1) / sizeof(struct descriptor));
359 eth_data->rx_size = CONFIG_LIB_ETHDRIVER_RX_DESC_COUNT;
/seL4-test-master/projects/util_libs/libethdrivers/src/plat/imx6/
H A Dimx6.c116 // CONFIG_LIB_ETHDRIVER_NUM_PREALLOCATED_BUFFERS < CONFIG_LIB_ETHDRIVER_RX_DESC_COUNT
400 eth_data->tx_size = CONFIG_LIB_ETHDRIVER_RX_DESC_COUNT;
/seL4-test-master/projects/util_libs/libethdrivers/src/plat/zynq7000/
H A Dzynq7000.c404 eth_data->rx_size = CONFIG_LIB_ETHDRIVER_RX_DESC_COUNT;
/seL4-test-master/projects/util_libs/libethdrivers/src/plat/pc99/
H A Dintel.c1021 dev->rx_size = CONFIG_LIB_ETHDRIVER_RX_DESC_COUNT;

Completed in 211 milliseconds