Home
last modified time | relevance | path

Searched refs:FTGMAC100_MACCR_RX_MULTIPKT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/faraday/
H A Dftgmac100.h166 #define FTGMAC100_MACCR_RX_MULTIPKT (1 << 16) macro
H A Dftgmac100.c334 maccr |= FTGMAC100_MACCR_RX_MULTIPKT; in ftgmac100_start_hw()
/openbmc/u-boot/drivers/net/
H A Dftgmac100.h155 #define FTGMAC100_MACCR_RX_MULTIPKT BIT(16) macro
/openbmc/qemu/hw/net/
H A Dftgmac100.c142 #define FTGMAC100_MACCR_RX_MULTIPKT (1 << 16) macro
928 if (!(s->maccr & FTGMAC100_MACCR_RX_MULTIPKT)) { in ftgmac100_filter()