HomeSort by: relevance | last modified time | path
    Searched refs:phy_id (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/dev/ieee1394/
fwphyreg.h 47 uint8_t phy_id:6, member in struct:phyreg_base
80 phy_id:6;
firewire.h 306 phy_id:6, member in struct:fw_self_id::__anon8bc821541008
323 phy_id:6, member in struct:fw_self_id::__anon8bc821541108
341 phy_id:6, member in struct:fw_self_id::__anon8bc821541208
368 phy_id:6, member in struct:fw_self_id::__anon8bc821541308
385 phy_id:6, member in struct:fw_self_id::__anon8bc821541408
399 phy_id:6, member in struct:fw_self_id::__anon8bc821541508
firewire.c 988 node = self_id->p0.phy_id;
990 fc->max_node = self_id->p0.phy_id;
999 if ((fc->irm == -1 || self_id->p0.phy_id > fc->irm) &&
1001 fc->irm = self_id->p0.phy_id;
1586 s->p1.phy_id, s->p1.port3, s->p1.port4,
1591 s->p2.phy_id, s->p2.port11, s->p2.port12,
1595 s->p1.phy_id, s->p1.sequence_num);
1599 s->p0.phy_id, s->p0.link_active, s->p0.gap_count,
1875 if (s->p0.phy_id == node)
  /src/sys/arch/arm/sunxi/
sunxi_usbphy.c 206 const int phy_id = be32dec(data); local in function:sunxi_usbphy_acquire
207 if (phy_id >= sc->sc_nphys || !sc->sc_phys[phy_id].phy_bsh)
210 return &sc->sc_phys[phy_id];
sunxi_emac.c 187 int phy_id; member in struct:sunxi_emac_softc
1383 sc->phy_id = sunxi_emac_get_phyid(sc);
1463 mii_attach(self, mii, 0xffffffff, sc->phy_id, MII_OFFSET_ANY,
  /src/sys/arch/arm/rockchip/
rk3399_pcie_phy.c 103 const int phy_id = be32dec(data); local in function:rkpciephy_phy_acquire
104 if (phy_id >= RKPCIEPHY_MAXPHY)
106 // device_printf(dev, "%s phy_id %d %d\n", __func__, phy_id, sc->sc_phys[phy_id]);
113 return &sc->sc_phys[phy_id];
  /src/sys/dev/pci/igc/
igc_phy.c 143 uint16_t phy_id; local in function:igc_get_phy_id
151 ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id);
155 phy->id = (uint32_t)(phy_id << 16);
157 ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id);
161 phy->id |= (uint32_t)(phy_id & PHY_REVISION_MASK);
162 phy->revision = (uint32_t)(phy_id & ~PHY_REVISION_MASK);
  /src/sys/dev/pci/cxgb/
cxgb_ioctl.h 235 uint32_t phy_id; member in struct:mii_data
  /src/sys/dev/pci/ixgbe/
ixgbe_phy.h 164 enum ixgbe_phy_type ixgbe_get_phy_type_from_id(u32 phy_id);
ixgbe_phy.c 410 u16 phy_id = 0; local in function:ixgbe_validate_phy_addr
417 IXGBE_MDIO_PMA_PMD_DEV_TYPE, &phy_id);
419 if (phy_id != 0xFFFF && phy_id != 0x0)
422 DEBUGOUT1("PHY ID HIGH is 0x%04X\n", phy_id);
460 * @phy_id: PHY ID information
463 enum ixgbe_phy_type ixgbe_get_phy_type_from_id(u32 phy_id)
469 switch (phy_id) {
  /src/sys/arch/arm/sociox/
if_scx.c 699 bus_addr_t phy_id; local in function:scx_fdt_attach
722 || fdtbus_get_reg(phy_phandle, 0, &phy_id, NULL) != 0)
723 phy_id = MII_PHY_ANY;
732 phy_mode, (int)phy_id, ref_clk);
753 sc->sc_phy_id = phy_id;
787 ACPI_INTEGER max_spd, max_frame, phy_id, phy_freq; local in function:scx_acpi_attach
822 rv = acpi_dsd_integer(handle, "phy-channel", &phy_id);
824 phy_id = MII_PHY_ANY;
833 (int)max_spd, (int)phy_id, phy_freq);
853 sc->sc_phy_id = (int)phy_id;
    [all...]
  /src/usr.sbin/fwctl/
fwcontrol.c 526 printf("%02d sequel packet\n", sid.p0.phy_id);
531 sid.p0.phy_id,
594 b.phy_id, b.r, b.cps,
  /src/sys/dev/ic/
dwc_gmac.c 187 dwc_gmac_attach(struct dwc_gmac_softc *sc, int phy_id, uint32_t mii_clk)
322 mii_attach(sc->sc_dev, mii, 0xffffffff, phy_id, MII_OFFSET_ANY,
  /src/sys/dev/pci/
if_ixlvar.h 388 uint8_t phy_id[4]; member in struct:ixl_aq_phy_abilities

Completed in 27 milliseconds