Searched refs:link_topo (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_gnss.c | 22 struct ice_aqc_link_topo_addr link_topo; in ice_gnss_do_write() local 27 memset(&link_topo, 0, sizeof(struct ice_aqc_link_topo_addr)); in ice_gnss_do_write() 28 link_topo.topo_params.index = ICE_E810T_GNSS_I2C_BUS; in ice_gnss_do_write() 29 link_topo.topo_params.node_type_ctx |= in ice_gnss_do_write() 40 err = ice_aq_write_i2c(hw, link_topo, ICE_GNSS_UBX_I2C_BUS_ADDR, in ice_gnss_do_write() 63 err = ice_aq_write_i2c(hw, link_topo, ICE_GNSS_UBX_I2C_BUS_ADDR, in ice_gnss_do_write() 90 struct ice_aqc_link_topo_addr link_topo; in ice_gnss_read() local 104 memset(&link_topo, 0, sizeof(struct ice_aqc_link_topo_addr)); in ice_gnss_read() 105 link_topo.topo_params.index = ICE_E810T_GNSS_I2C_BUS; in ice_gnss_read() 106 link_topo.topo_params.node_type_ctx |= in ice_gnss_read() [all …]
|
| H A D | ice_common.c | 5723 struct ice_aqc_link_topo_addr link_topo; in ice_read_pca9575_reg() local 5728 memset(&link_topo, 0, sizeof(link_topo)); in ice_read_pca9575_reg() 5734 link_topo.handle = cpu_to_le16(handle); in ice_read_pca9575_reg() 5735 link_topo.topo_params.node_type_ctx = in ice_read_pca9575_reg() 5741 return ice_aq_read_i2c(hw, link_topo, 0, addr, 1, data, NULL); in ice_read_pca9575_reg()
|
| /linux-6.15/drivers/net/phy/ |
| H A D | phy_link_topology.c | 25 dev->link_topo = topo; in netdev_alloc_phy_link_topology() 34 struct phy_link_topology *topo = dev->link_topo; in phy_link_topo_add_phy() 43 topo = dev->link_topo; in phy_link_topo_add_phy() 90 struct phy_link_topology *topo = dev->link_topo; in phy_link_topo_del_phy()
|
| /linux-6.15/net/ethtool/ |
| H A D | phy.c | 125 struct phy_link_topology *topo = req_base->dev->link_topo; in ethnl_phy_parse_request() 258 if (!dev->link_topo) in ethnl_phy_dump_one_dev() 261 xa_for_each_start(&dev->link_topo->phys, ctx->phy_index, pdn, ctx->phy_index) { in ethnl_phy_dump_one_dev()
|
| H A D | tsinfo.c | 420 if (!dev->link_topo) { in ethnl_tsinfo_dump_one_net_topo() 431 xa_for_each_start(&dev->link_topo->phys, ctx->pos_phyindex, pdn, in ethnl_tsinfo_dump_one_net_topo()
|
| H A D | common.c | 879 if (dev->link_topo) { in ethtool_phy_get_ts_info_by_phc() 883 xa_for_each(&dev->link_topo->phys, phy_index, pdn) { in ethtool_phy_get_ts_info_by_phc()
|
| /linux-6.15/include/linux/ |
| H A D | phy_link_topology.h | 49 struct phy_link_topology *topo = dev->link_topo; in phy_link_topo_get_phy()
|
| H A D | netdevice.h | 2420 struct phy_link_topology *link_topo; member
|
| /linux-6.15/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | ice.rst | 976 * link_topo
|
| /linux-6.15/net/core/ |
| H A D | dev.c | 10870 struct phy_link_topology *topo = dev->link_topo; in netdev_free_phy_link_topology() 10875 dev->link_topo = NULL; in netdev_free_phy_link_topology()
|