Home
last modified time | relevance | path

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

/linux/drivers/net/phy/qcom/
H A Dqca807x.c734 phydev->max_n_ports = 2; in qca807x_probe()
/linux/drivers/net/phy/
H A Dphy_device.c801 dev->max_n_ports = 1; in phy_device_create()
1627 if (phydev->n_ports == phydev->max_n_ports) in phy_add_port()
3530 if (phydev->n_ports < phydev->max_n_ports) { in phy_setup_ports()
H A Dmarvell10g.c546 phydev->max_n_ports = 2; in mv3310_probe()
/linux/include/linux/
H A Dphy.h792 int max_n_ports; member