Searched refs:mac_phy_idx (Results 1 – 1 of 1) sorted by relevance
1559 uint8_t mac_phy_idx; in target_psoc_get_mac_phy_cap_for_mode() local1565 for (mac_phy_idx = 0; in target_psoc_get_mac_phy_cap_for_mode()1566 mac_phy_idx < PSOC_MAX_MAC_PHY_CAP; in target_psoc_get_mac_phy_cap_for_mode()1567 mac_phy_idx++) in target_psoc_get_mac_phy_cap_for_mode()1568 if (info->mac_phy_cap[mac_phy_idx].hw_mode_id == mode) in target_psoc_get_mac_phy_cap_for_mode()1571 if (mac_phy_idx == PSOC_MAX_MAC_PHY_CAP) in target_psoc_get_mac_phy_cap_for_mode()1574 return &info->mac_phy_cap[mac_phy_idx]; in target_psoc_get_mac_phy_cap_for_mode()1592 uint8_t mac_phy_idx; in target_psoc_get_mac_phy_cap_ext2_for_mode() local1598 for (mac_phy_idx = 0; in target_psoc_get_mac_phy_cap_ext2_for_mode()1599 mac_phy_idx < PSOC_MAX_MAC_PHY_CAP; in target_psoc_get_mac_phy_cap_ext2_for_mode()[all …]