Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/
Ddwmac1000_core.c77 value |= GMAC_CONTROL_IPC; in dwmac1000_rx_ipc_enable()
79 value &= ~GMAC_CONTROL_IPC; in dwmac1000_rx_ipc_enable()
85 return !!(value & GMAC_CONTROL_IPC); in dwmac1000_rx_ipc_enable()
Ddwmac1000.h121 #define GMAC_CONTROL_IPC 0x00000400 /* Checksum Offload */ macro