Searched refs:cfg_phy (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/marvell/prestera/ |
A D | prestera_main.c | 122 port->cfg_phy.admin = true; in prestera_port_open() 124 port->cfg_phy.mode, in prestera_port_open() 126 port->cfg_phy.mdix); in prestera_port_open() 149 port->cfg_phy.admin = false; in prestera_port_close() 151 port->cfg_phy.mode, in prestera_port_close() 153 port->cfg_phy.mdix); in prestera_port_close() 293 port->cfg_phy.mdix); in prestera_port_autoneg_set() 299 port->cfg_phy.mode = 0; in prestera_port_autoneg_set() 420 port->cfg_phy.admin = false; in prestera_port_create() 422 port->cfg_phy.admin, in prestera_port_create() [all …]
|
A D | prestera_ethtool.c | 509 ecmd->base.eth_tp_mdix_ctrl = port->cfg_phy.mdix; in prestera_port_mdix_get() 573 port->cfg_phy.mdix = ecmd->base.eth_tp_mdix_ctrl; in prestera_port_mdix_set() 574 return prestera_hw_port_phy_mode_set(port, port->cfg_phy.admin, in prestera_port_mdix_set() 576 port->cfg_phy.mode, in prestera_port_mdix_set() 578 port->cfg_phy.mdix); in prestera_port_mdix_set() 614 err = prestera_hw_port_phy_mode_set(port, port->cfg_phy.admin, in prestera_port_link_mode_set() 616 port->cfg_phy.mdix); in prestera_port_link_mode_set() 622 port->cfg_phy.mode = new_mode; in prestera_port_link_mode_set()
|
A D | prestera.h | 130 struct prestera_port_phy_config cfg_phy; member
|
/linux/drivers/net/ethernet/atheros/atlx/ |
A D | atl2.h | 450 unsigned long cfg_phy; member
|
A D | atl2.c | 757 clear_bit(0, &adapter->cfg_phy); in atl2_down() 1048 clear_bit(0, &adapter->cfg_phy); in atl2_phy_config() 1228 if (!test_and_set_bit(0, &adapter->cfg_phy)) in atl2_check_link()
|
Completed in 16 milliseconds