Lines Matching refs:device_ids
526 const int num_ids = ARRAY_SIZE(phydev->c45_ids.device_ids); in genphy_match_phy_device()
530 if (phydev->c45_ids.device_ids[i] == 0xffffffff) in genphy_match_phy_device()
533 if (phy_id_compare(phydev->c45_ids.device_ids[i], in genphy_match_phy_device()
622 (unsigned long)phydev->c45_ids.device_ids[n]); \
702 if (i >= ARRAY_SIZE(phydev->c45_ids.device_ids) || in phy_mmd_is_visible()
703 phydev->c45_ids.device_ids[i] == 0xffffffff) in phy_mmd_is_visible()
817 const int num_ids = ARRAY_SIZE(c45_ids->device_ids); in phy_device_create()
821 if (c45_ids->device_ids[i] == 0xffffffff) in phy_device_create()
825 c45_ids->device_ids[i]); in phy_device_create()
909 const int num_ids = ARRAY_SIZE(c45_ids->device_ids); in get_phy_c45_ids()
976 c45_ids->device_ids[i] = phy_reg << 16; in get_phy_c45_ids()
981 c45_ids->device_ids[i] |= phy_reg; in get_phy_c45_ids()
1079 memset(c45_ids.device_ids, 0xff, sizeof(c45_ids.device_ids)); in get_phy_device()