Searched refs:phydev (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/dev/mii/
H A Dmii_fdt.h73 mii_fdt_phy_config_t *mii_fdt_get_config(device_t phydev);
H A Dmii_fdt.c146 mii_fdt_get_config(device_t phydev) argument
152 miibus = device_get_parent(phydev);
/freebsd-13-stable/sys/dev/extres/phy/
H A Dphy.c451 device_t phydev; local
468 phydev = OF_device_from_xref(xnode);
469 if (phydev == NULL) {
474 rv = PHYDEV_MAP(phydev, xnode, ncells, cells, &id);
479 return (phy_get_by_id(consumer_dev, phydev, id, phy));
506 device_t phydev; local
523 phydev = OF_device_from_xref(cells[0]);
524 if (phydev == NULL) {
529 rv = PHYDEV_MAP(phydev, cells[0], ncells - 1 , cells + 1, &id);
534 return (phy_get_by_id(consumer_dev, phydev, i
[all...]
/freebsd-13-stable/sys/dev/axgbe/
H A Dif_axgbe.c310 device_t phydev; local
350 phydev = OF_device_from_xref(phy_handle);
351 phy_node = ofw_bus_get_node(phydev);
353 if (bus_alloc_resources(phydev, old_phy_spec, phy_res)) {
H A Dxgbe-phy-v2.c366 int phydev; member in struct:xgbe_phy_data
870 if (phy_data->phydev)
871 phy_data->phydev = 0;
1063 axgbe_printf(2, "%s: phydev %d phydev_mode %d sfp_phy_avail %d phy_id "
1064 "0x%08x\n", __func__, phy_data->phydev, phy_data->phydev_mode,
1068 if (phy_data->phydev) {
1105 phy_data->phydev = 1;
1575 if (!phy_data->phydev)
1726 if ((phy_data->phydev) &&
1741 if ((phy_data->phydev)
[all...]
/freebsd-13-stable/sys/dev/al_eth/
H A Dal_eth.h312 struct phy_device *phydev; member in struct:al_eth_adapter

Completed in 138 milliseconds