Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/mge/
HDif_mgevar.h194 #define PORT_CONFIG_UPM (1 << 0) /* promiscuous */ macro
HDif_mge.c481 port_config |= PORT_CONFIG_UPM; in mge_set_prom_mode()
497 port_config &= ~PORT_CONFIG_UPM; in mge_set_prom_mode()