Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/prestera/
Dprestera_ethtool.c509 ecmd->base.eth_tp_mdix_ctrl = port->cfg_phy.mdix; in prestera_port_mdix_get()
576 port->cfg_phy.mdix = ecmd->base.eth_tp_mdix_ctrl; in prestera_port_mdix_set()
577 return prestera_hw_port_phy_mode_set(port, port->cfg_phy.admin, in prestera_port_mdix_set()
579 port->cfg_phy.mode, in prestera_port_mdix_set()
581 port->cfg_phy.mdix); in prestera_port_mdix_set()
617 err = prestera_hw_port_phy_mode_set(port, port->cfg_phy.admin, in prestera_port_link_mode_set()
619 port->cfg_phy.mdix); in prestera_port_link_mode_set()
625 port->cfg_phy.mode = new_mode; in prestera_port_link_mode_set()
Dprestera_main.c173 port->cfg_phy.admin = true; in prestera_port_open()
176 port->cfg_phy.mode, in prestera_port_open()
178 port->cfg_phy.mdix); in prestera_port_open()
211 port->cfg_phy.admin = false; in prestera_port_close()
213 port->cfg_phy.mode, in prestera_port_close()
215 port->cfg_phy.mdix); in prestera_port_close()
582 err = prestera_hw_port_phy_mode_set(port, port->cfg_phy.admin, in prestera_port_autoneg_set()
584 port->cfg_phy.mdix); in prestera_port_autoneg_set()
590 port->cfg_phy.mode = 0; in prestera_port_autoneg_set()
714 port->cfg_phy.mdix = ETH_TP_MDI_AUTO; in prestera_port_create()
[all …]
Dprestera.h153 struct prestera_port_phy_config cfg_phy; member
/Linux-v6.1/drivers/net/ethernet/atheros/atlx/
Datl2.h450 unsigned long cfg_phy; member
Datl2.c757 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()