Home
last modified time | relevance | path

Searched refs:phy_speed (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/dev/firewire/
H A Dfwphyreg.h52 uint8_t phy_speed:3, member
85 phy_speed:3;
H A Dfirewire.h307 phy_speed:2, member
361 phy_speed:2, member
H A Dfirewire.c1288 s->p0.phy_speed, s->p0.contender, in fw_print_sid()
1333 self_id->p0.phy_speed; in fw_sidrcv()
1338 self_id->p0.phy_speed); in fw_sidrcv()
/freebsd/sys/dev/neta/
H A Dif_mvneta_fdt.c194 &sc->phy_speed, sizeof(sc->phy_speed)) <= 0) { in mvneta_fdt_phy_acquire()
H A Dif_mvnetavar.h271 int phy_speed; /* PHY speed */ member
H A Dif_mvneta.c765 switch (sc->phy_speed) { in mvneta_attach()
/freebsd/sys/dev/axgbe/
H A Dxgbe-mdio.c1091 pdata->phy_speed, pdata->phy.speed, in xgbe_phy_adjust_link()
1115 if (pdata->phy_speed != pdata->phy.speed) { in xgbe_phy_adjust_link()
1117 pdata->phy_speed = pdata->phy.speed; in xgbe_phy_adjust_link()
1127 pdata->phy_speed = SPEED_UNKNOWN; in xgbe_phy_adjust_link()
H A Dif_axgbe.c510 sc->prv.phy_speed = SPEED_UNKNOWN; in axgbe_attach()
H A Dxgbe.h1217 int phy_speed; member
H A Dif_axgbe_pci.c1388 pdata->phy_speed = SPEED_UNKNOWN; in xgbe_default_config()
1483 pdata->phy_speed = SPEED_UNKNOWN; in axgbe_if_attach_post()
H A Dxgbe-dev.c2059 xgbe_set_speed(pdata, pdata->phy_speed); in xgbe_config_mac_speed()
/freebsd/usr.sbin/fwcontrol/
H A Dfwcontrol.c546 speed[sid.p0.phy_speed], in show_topology_map()
609 b.phy_speed, b.delay, in dump_phy_registers()
/freebsd/sys/dev/ixgbe/
H A Dixgbe_phy.c1000 u16 phy_speed = 0; in ixgbe_check_phy_link_tnx() local
1021 phy_speed = phy_data & in ixgbe_check_phy_link_tnx()
1025 if (phy_speed == in ixgbe_check_phy_link_tnx()
H A Dixgbe_x550.c441 ixgbe_link_speed phy_speed; member
473 hw->phy.speeds_supported |= ixgbe_fw_map[i].phy_speed; in ixgbe_get_phy_id_fw()
735 if (hw->phy.autoneg_advertised & ixgbe_fw_map[i].phy_speed) in ixgbe_setup_fw_link()