Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dopencores_eth.c405 size_t copy_size = GET_REGBIT(s, MODER, HUGEN) ? 65536 : maxfl;
424 if (GET_REGBIT(s, MODER, HUGEN) && size > maxfl) {
496 if (!GET_REGBIT(s, MODER, HUGEN) &&
/openbmc/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.c35 #define HUGEN 0x00000200 macro
533 mac &= ~(HUGEN | VLAN_STRIP | TPAUSE | SIMR | HUGE | MULTI_ALL | in emac_mac_start()