Lines Matching refs:device_ids
570 const int num_ids = ARRAY_SIZE(phydev->c45_ids.device_ids); in genphy_match_phy_device()
574 if (phydev->c45_ids.device_ids[i] == 0xffffffff) in genphy_match_phy_device()
577 if (phy_id_compare(phydev->c45_ids.device_ids[i], in genphy_match_phy_device()
666 (unsigned long)phydev->c45_ids.device_ids[n]); \
746 if (i >= ARRAY_SIZE(phydev->c45_ids.device_ids) || in phy_mmd_is_visible()
747 phydev->c45_ids.device_ids[i] == 0xffffffff) in phy_mmd_is_visible()
854 const int num_ids = ARRAY_SIZE(c45_ids->device_ids); in phy_device_create()
858 if (c45_ids->device_ids[i] == 0xffffffff) in phy_device_create()
862 c45_ids->device_ids[i]); in phy_device_create()
946 const int num_ids = ARRAY_SIZE(c45_ids->device_ids); in get_phy_c45_ids()
1013 c45_ids->device_ids[i] = phy_reg << 16; in get_phy_c45_ids()
1018 c45_ids->device_ids[i] |= phy_reg; in get_phy_c45_ids()
1116 memset(c45_ids.device_ids, 0xff, sizeof(c45_ids.device_ids)); in get_phy_device()