Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac4.h241 #define GMAC_HW_FEAT_RXCOESEL BIT(16) macro
H A Ddwmac4_dma.c408 dma_cap->rx_coe = (hw_cap & GMAC_HW_FEAT_RXCOESEL) >> 16; in dwmac4_get_hw_feature()