Searched refs:mdio_addr (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/net/cxgbe/base/ |
| H A D | t4vf_hw.c | 741 int mdio_addr; in t4vf_port_init() local 809 mdio_addr = (lstatus32 & F_FW_PORT_CMD_MDIOCAP32) ? in t4vf_port_init() 814 t4_init_link_config(p, pcaps, acaps, mdio_addr, port_type, in t4vf_port_init()
|
| H A D | common.h | 279 u8 mdio_addr; /* Address of the PHY */ member 492 u8 mdio_addr, u8 port_type, u8 mod_type);
|
| H A D | t4_hw.c | 4517 t4_init_link_config(pi, pcaps, acaps, lc->mdio_addr, in t4_handle_get_port_info() 4637 u8 mdio_addr, u8 port_type, u8 mod_type) in t4_init_link_config() argument 4647 lc->mdio_addr = mdio_addr; in t4_init_link_config() 5323 int mdio_addr; in t4_port_init() local 5361 mdio_addr = (lstatus32 & F_FW_PORT_CMD_MDIOCAP32) ? in t4_port_init() 5388 t4_init_link_config(pi, pcaps, acaps, mdio_addr, port_type, in t4_port_init()
|
| /dpdk/drivers/net/axgbe/ |
| H A D | axgbe_phy_impl.c | 206 unsigned int mdio_addr; member 2090 phy_data->mdio_addr = XP_GET_BITS(reg, XP_PROP_0, MDIO_ADDR); in axgbe_phy_init() 2277 ret = pdata->hw_if.set_ext_mii_mode(pdata, phy_data->mdio_addr, in axgbe_phy_init() 2281 phy_data->mdio_addr, phy_data->phydev_mode); in axgbe_phy_init()
|