Home
last modified time | relevance | path

Searched refs:phy_id (Results 1 – 11 of 11) sorted by relevance

/dragonfly/sys/bus/firewire/
H A Dfirewire.h289 phy_id:6, member
306 phy_id:6, member
337 phy_id:6, member
354 phy_id:6, member
H A Dfirewire.c1107 s->p0.phy_id, s->p0.link_active, s->p0.gap_count,
1150 node = self_id->p0.phy_id; in fw_sidrcv()
1152 fc->max_node = self_id->p0.phy_id; in fw_sidrcv()
1163 if ((fc->irm == -1 || self_id->p0.phy_id > fc->irm) && in fw_sidrcv()
1165 fc->irm = self_id->p0.phy_id; in fw_sidrcv()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_roboswitch.c90 mii->phy_id = ROBO_PHY_ADDR; in wpa_driver_roboswitch_mdio_read()
107 mii->phy_id = ROBO_PHY_ADDR; in wpa_driver_roboswitch_mdio_write()
413 if (if_mii(&drv->ifr)->phy_id != ROBO_PHY_ADDR && in wpa_driver_roboswitch_init()
414 if_mii(&drv->ifr)->phy_id != 0) { in wpa_driver_roboswitch_init()
/dragonfly/sys/dev/netif/ig_hal/
H A De1000_82571.c466 u16 phy_id = 0; in e1000_get_phy_id_82571() local
485 ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id); in e1000_get_phy_id_82571()
489 phy->id = (u32)(phy_id << 16); in e1000_get_phy_id_82571()
491 ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id); in e1000_get_phy_id_82571()
495 phy->id |= (u32)(phy_id); in e1000_get_phy_id_82571()
496 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK); in e1000_get_phy_id_82571()
H A De1000_phy.c228 u16 phy_id; in e1000_get_phy_id() local
237 ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id); in e1000_get_phy_id()
241 phy->id = (u32)(phy_id << 16); in e1000_get_phy_id()
243 ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id); in e1000_get_phy_id()
247 phy->id |= (u32)(phy_id & PHY_REVISION_MASK); in e1000_get_phy_id()
248 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK); in e1000_get_phy_id()
2995 enum e1000_phy_type e1000_get_phy_type_from_id(u32 phy_id) in e1000_get_phy_type_from_id() argument
2999 switch (phy_id) { in e1000_get_phy_type_from_id()
H A De1000_phy.h89 enum e1000_phy_type e1000_get_phy_type_from_id(u32 phy_id);
H A De1000_ich8lan.c203 u32 phy_id = 0; in e1000_phy_is_accessible_pchlan() local
212 phy_id = (u32)(phy_reg << 16); in e1000_phy_is_accessible_pchlan()
216 phy_id = 0; in e1000_phy_is_accessible_pchlan()
219 phy_id |= (u32)(phy_reg & PHY_REVISION_MASK); in e1000_phy_is_accessible_pchlan()
224 if (hw->phy.id == phy_id) in e1000_phy_is_accessible_pchlan()
226 } else if (phy_id) { in e1000_phy_is_accessible_pchlan()
227 hw->phy.id = phy_id; in e1000_phy_is_accessible_pchlan()
H A De1000_82575.c664 u16 phy_id; in e1000_get_phy_id_82575() local
725 ret_val = e1000_read_phy_reg_sgmii_82575(hw, PHY_ID1, &phy_id); in e1000_get_phy_id_82575()
728 phy_id, phy->addr); in e1000_get_phy_id_82575()
733 if (phy_id == M88_VENDOR) in e1000_get_phy_id_82575()
/dragonfly/sys/dev/netif/ix/
H A Dixgbe_phy.c407 u16 phy_id = 0; in ixgbe_validate_phy_addr() local
414 IXGBE_MDIO_PMA_PMD_DEV_TYPE, &phy_id); in ixgbe_validate_phy_addr()
416 if (phy_id != 0xFFFF && phy_id != 0x0) in ixgbe_validate_phy_addr()
419 DEBUGOUT1("PHY ID HIGH is 0x%04X\n", phy_id); in ixgbe_validate_phy_addr()
460 enum ixgbe_phy_type ixgbe_get_phy_type_from_id(u32 phy_id) in ixgbe_get_phy_type_from_id() argument
466 switch (phy_id) { in ixgbe_get_phy_type_from_id()
H A Dixgbe_phy.h161 enum ixgbe_phy_type ixgbe_get_phy_type_from_id(u32 phy_id);
/dragonfly/usr.sbin/fwcontrol/
H A Dfwcontrol.c393 printf("%02d sequel packet\n", sid.p0.phy_id); in show_topology_map()
398 sid.p0.phy_id, in show_topology_map()