Searched refs:phy_speed (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/dev/firewire/ |
H A D | fwphyreg.h | 52 uint8_t phy_speed:3, member 85 phy_speed:3;
|
H A D | firewire.h | 307 phy_speed:2, member 361 phy_speed:2, member
|
H A D | firewire.c | 1288 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 D | if_mvneta_fdt.c | 194 &sc->phy_speed, sizeof(sc->phy_speed)) <= 0) { in mvneta_fdt_phy_acquire()
|
H A D | if_mvnetavar.h | 271 int phy_speed; /* PHY speed */ member
|
H A D | if_mvneta.c | 765 switch (sc->phy_speed) { in mvneta_attach()
|
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-mdio.c | 1091 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 D | if_axgbe.c | 510 sc->prv.phy_speed = SPEED_UNKNOWN; in axgbe_attach()
|
H A D | xgbe.h | 1217 int phy_speed; member
|
H A D | if_axgbe_pci.c | 1388 pdata->phy_speed = SPEED_UNKNOWN; in xgbe_default_config() 1483 pdata->phy_speed = SPEED_UNKNOWN; in axgbe_if_attach_post()
|
H A D | xgbe-dev.c | 2059 xgbe_set_speed(pdata, pdata->phy_speed); in xgbe_config_mac_speed()
|
/freebsd/usr.sbin/fwcontrol/ |
H A D | fwcontrol.c | 546 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 D | ixgbe_phy.c | 1000 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 D | ixgbe_x550.c | 441 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()
|