Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/stmicro/stmmac/
Ddwmac1000_dma.c255 dma_cap->rx_coe_type2 = (hw_cap & DMA_HW_FEAT_RXTYP2COE) >> 18; in dwmac1000_get_hw_feature()
Dcommon.h264 #define DMA_HW_FEAT_RXTYP2COE 0x00040000 /* IP COE (Type 2) in Rx */ macro