Searched refs:e1000x_restart_autoneg (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | e1000x_common.h | 118 void e1000x_restart_autoneg(uint32_t *mac, uint16_t *phy, QEMUTimer *timer);
|
H A D | e1000x_common.c | 162 void e1000x_restart_autoneg(uint32_t *mac, uint16_t *phy, QEMUTimer *timer) in e1000x_restart_autoneg() function
|
H A D | e1000.c | 196 e1000x_restart_autoneg(s->mac_reg, s->phy_reg, s->autoneg_timer); in set_phy_ctrl() 820 e1000x_restart_autoneg(s->mac_reg, s->phy_reg, s->autoneg_timer); in e1000_set_link_status()
|
H A D | e1000e_core.c | 1769 e1000x_restart_autoneg(core->mac, core->phy[0], core->autoneg_timer); in e1000e_set_phy_ctrl() 1779 e1000x_restart_autoneg(core->mac, core->phy[0], core->autoneg_timer); in e1000e_set_phy_oem_bits() 1802 e1000x_restart_autoneg(core->mac, core->phy[0], in e1000e_core_set_link_status()
|
H A D | igb_core.c | 2135 e1000x_restart_autoneg(core->mac, core->phy, core->autoneg_timer); in igb_set_phy_ctrl() 2151 e1000x_restart_autoneg(core->mac, core->phy, in igb_core_set_link_status()
|