Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/broadcom/
H A Dtg3.c2022 mac_mode |= MAC_MODE_PORT_MODE_GMII; in tg3_adjust_link()
2040 mac_mode |= MAC_MODE_PORT_MODE_GMII; in tg3_adjust_link()
4142 mac_mode = MAC_MODE_PORT_MODE_GMII; in tg3_power_down_prepare()
4146 mac_mode = MAC_MODE_PORT_MODE_GMII; in tg3_power_down_prepare()
4986 tp->mac_mode |= MAC_MODE_PORT_MODE_GMII; in tg3_setup_copper_phy()
4990 tp->mac_mode |= MAC_MODE_PORT_MODE_GMII; in tg3_setup_copper_phy()
5819 tp->mac_mode |= MAC_MODE_PORT_MODE_GMII; in tg3_setup_fiber_mii_phy()
5847 tp->mac_mode |= MAC_MODE_PORT_MODE_GMII; in tg3_setup_fiber_mii_phy()
8277 tp->mac_mode |= MAC_MODE_PORT_MODE_GMII; in tg3_mac_loopback()
8362 mac_mode |= MAC_MODE_PORT_MODE_GMII; in tg3_phy_lpbk_set()
[all …]
H A Dtg3.h382 #define MAC_MODE_PORT_MODE_GMII 0x00000008 macro