phy_fixed_ida 176 drivers/net/phy/fixed_phy.c static DEFINE_IDA(phy_fixed_ida); phy_fixed_ida 189 drivers/net/phy/fixed_phy.c ida_simple_remove(&phy_fixed_ida, phy_addr); phy_fixed_ida 253 drivers/net/phy/fixed_phy.c phy_addr = ida_simple_get(&phy_fixed_ida, 0, PHY_MAX_ADDR, GFP_KERNEL); phy_fixed_ida 259 drivers/net/phy/fixed_phy.c ida_simple_remove(&phy_fixed_ida, phy_addr); phy_fixed_ida 390 drivers/net/phy/fixed_phy.c ida_destroy(&phy_fixed_ida);