Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c77 #define RTL_CFG_NO_GBIT 1 macro
149 { PCI_VDEVICE(REALTEK, 0x8136), RTL_CFG_NO_GBIT },
5279 tp->supports_gmii = ent->driver_data == RTL_CFG_NO_GBIT ? 0 : 1; in rtl_init_one()