Searched refs:phy_prop (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/ |
H A D | octeon-platform.c | 522 const struct fdt_property *phy_prop; in octeon_fdt_set_phy() local 527 phy_prop = fdt_get_property(initial_boot_params, eth, "phy-handle", NULL); in octeon_fdt_set_phy() 528 phy_handle_name = phy_prop->nameoff; in octeon_fdt_set_phy()
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/ |
H A D | octeon-platform.c | 523 const struct fdt_property *phy_prop; in octeon_fdt_set_phy() local 528 phy_prop = fdt_get_property(initial_boot_params, eth, "phy-handle", NULL); in octeon_fdt_set_phy() 529 phy_handle_name = phy_prop->nameoff; in octeon_fdt_set_phy()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | niu.c | 8257 static int niu_phy_type_prop_decode(struct niu *np, const char *phy_prop) in niu_phy_type_prop_decode() argument 8259 if (!strcmp(phy_prop, "mif")) { in niu_phy_type_prop_decode() 8264 } else if (!strcmp(phy_prop, "xgf")) { in niu_phy_type_prop_decode() 8269 } else if (!strcmp(phy_prop, "pcs")) { in niu_phy_type_prop_decode() 8274 } else if (!strcmp(phy_prop, "xgc")) { in niu_phy_type_prop_decode() 8279 } else if (!strcmp(phy_prop, "xgsd") || !strcmp(phy_prop, "gsd")) { in niu_phy_type_prop_decode()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/ |
H A D | niu.c | 8275 static int niu_phy_type_prop_decode(struct niu *np, const char *phy_prop) in niu_phy_type_prop_decode() argument 8277 if (!strcmp(phy_prop, "mif")) { in niu_phy_type_prop_decode() 8282 } else if (!strcmp(phy_prop, "xgf")) { in niu_phy_type_prop_decode() 8287 } else if (!strcmp(phy_prop, "pcs")) { in niu_phy_type_prop_decode() 8292 } else if (!strcmp(phy_prop, "xgc")) { in niu_phy_type_prop_decode() 8297 } else if (!strcmp(phy_prop, "xgsd") || !strcmp(phy_prop, "gsd")) { in niu_phy_type_prop_decode()
|
Completed in 25 milliseconds