Home
last modified time | relevance | path

Searched refs:phy_table (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/isci/
Dport.c94 struct isci_phy *iphy = iport->phy_table[index]; in sci_port_get_protocols()
109 if (iport->phy_table[index]) in sci_port_get_phys()
149 for (i = 0; i < ARRAY_SIZE(iport->phy_table); i++) { in sci_port_bcn_enable()
150 iphy = iport->phy_table[i]; in sci_port_bcn_enable()
383 if (iport->phy_table[index] && index != phy_index) in sci_port_is_valid_phy_assignment()
454 iphy = iport->phy_table[index]; in sci_port_get_a_connected_phy()
468 if (!iport->phy_table[iphy->phy_index] && in sci_port_set_phy()
475 iport->phy_table[iphy->phy_index] = iphy; in sci_port_set_phy()
487 if (iport->phy_table[iphy->phy_index] == iphy && in sci_port_clear_phy()
493 iport->phy_table[iphy->phy_index] = NULL; in sci_port_clear_phy()
[all …]
Dport.h116 struct isci_phy *phy_table[SCI_MAX_PHYS]; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
Dsmu_v11_0.h104 struct smu_11_0_dpm_table phy_table; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega10_hwmgr.h156 struct vega10_single_dpm_table phy_table; member
Dvega12_hwmgr.h135 struct vega12_single_dpm_table phy_table; member
Dvega20_hwmgr.h187 struct vega20_single_dpm_table phy_table; member
Dvega12_hwmgr.c758 dpm_table = &(data->dpm_table.phy_table); in vega12_setup_default_dpm_tables()
Dvega20_hwmgr.c744 dpm_table = &(data->dpm_table.phy_table); in vega20_setup_default_dpm_tables()
Dvega10_hwmgr.c1439 dpm_table = &(data->dpm_table.phy_table); in vega10_setup_default_dpm_tables()
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
Dde4x5.c490 struct phy_table { struct
536 static struct phy_table phy_info[] = {
4993 (char *)&phy_info[j], sizeof(struct phy_table)); in mii_get_phy()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dnavi10_ppt.c799 dpm_table = &dpm_context->dpm_tables.phy_table; in navi10_set_default_dpm_table()
Dsienna_cichlid_ppt.c792 dpm_table = &dpm_context->dpm_tables.phy_table; in sienna_cichlid_set_default_dpm_table()