Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/stmicro/stmmac/
Ddwmac1000_dma.c254 dma_cap->rx_coe_type1 = (hw_cap & DMA_HW_FEAT_RXTYP1COE) >> 17; in dwmac1000_get_hw_feature()
Dcommon.h263 #define DMA_HW_FEAT_RXTYP1COE 0x00020000 /* IP COE (Type 1) in Rx */ macro