Searched refs:cfg_phy (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/marvell/prestera/ |
D | prestera_main.c | 129 port->cfg_phy.admin = true; in prestera_port_open() 131 port->cfg_phy.mode, in prestera_port_open() 133 port->cfg_phy.mdix); in prestera_port_open() 156 port->cfg_phy.admin = false; in prestera_port_close() 158 port->cfg_phy.mode, in prestera_port_close() 160 port->cfg_phy.mdix); in prestera_port_close() 298 err = prestera_hw_port_phy_mode_set(port, port->cfg_phy.admin, in prestera_port_autoneg_set() 300 port->cfg_phy.mdix); in prestera_port_autoneg_set() 306 port->cfg_phy.mode = 0; in prestera_port_autoneg_set() 426 port->cfg_phy.mdix = ETH_TP_MDI_AUTO; in prestera_port_create() [all …]
|
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()
|
D | prestera.h | 130 struct prestera_port_phy_config cfg_phy; member
|
/linux-5.19.10/drivers/net/ethernet/atheros/atlx/ |
D | atl2.h | 450 unsigned long cfg_phy; member
|
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()
|