Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/prestera/
H A 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()
H A Dprestera.h153 struct prestera_port_phy_config cfg_phy; member
/linux/drivers/net/ethernet/atheros/atlx/
H A Datl2.h450 unsigned long cfg_phy; member
H A 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()