Home
last modified time | relevance | path

Searched refs:MAX_RX_RING (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/ethernet/dwc_xgmac/
Deth_dwc_xgmac_priv.h369 #define MAX_RX_RING(n) DT_INST_PROP(n, dma_ch_rdrl) macro
Deth_dwc_xgmac.c1799 mem_addr_t eth_dwc_xgmac##port##_rx_buffs[CHLCNT(port)][MAX_RX_RING(port)] \
1802 eth_dwc_xgmac##port##_rx_desc[CHLCNT(port)][MAX_RX_RING(port)] __aligned(32); \