Home
last modified time | relevance | path

Searched refs:MAX_PHYS (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_link.h115 #define MAX_PHYS 3 macro
118 #define LINK_CONFIG_SIZE (MAX_PHYS - 1)
287 struct bnx2x_phy phy[MAX_PHYS];
Dbnx2x_link.c6238 if ((params->num_phys == MAX_PHYS) && in bnx2x_get_ext_phy_fw_version()
6325 for (phy_idx = EXT_PHY1; phy_idx < MAX_PHYS; phy_idx++) { in bnx2x_set_led()
6773 for (phy_idx = INT_PHY; phy_idx < MAX_PHYS; phy_idx++) { in bnx2x_update_link_up()
6816 struct link_vars phy_vars[MAX_PHYS]; in bnx2x_link_update()
8220 for (idx = INT_PHY; idx < MAX_PHYS; idx++) { in bnx2x_get_edc_mode()
8240 for (phy_idx = INT_PHY; phy_idx < MAX_PHYS; phy_idx++) { in bnx2x_get_edc_mode()
12482 for (phy_index = INT_PHY; phy_index < MAX_PHYS; in bnx2x_phy_probe()
12502 phy_index < MAX_PHYS; in bnx2x_phy_probe()
13483 for (phy_index = EXT_PHY1; phy_index < MAX_PHYS; in bnx2x_common_init_phy()
13797 for (phy_idx = INT_PHY; phy_idx < MAX_PHYS; phy_idx++) { in bnx2x_period_func()
[all …]
/linux-4.4.14/Documentation/scsi/
Dlibsas.txt67 id -- must be set [0,MAX_PHYS)
128 struct my_phy phys[MAX_PHYS];
129 struct sas_port sas_ports[MAX_PHYS]; /* (1) */
210 static struct sas_phy *sas_phys[MAX_PHYS];
211 static struct sas_port *sas_ports[MAX_PHYS];
215 for (i = 0; i < MAX_PHYS; i++) {
222 my_ha->sas_ha.num_phys = MAX_PHYS;
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dpower.c573 if (mvmvif->phy_ctxt->id < MAX_PHYS) in iwl_mvm_power_ps_disabled_iterator()
593 if (mvmvif->phy_ctxt->id < MAX_PHYS) in iwl_mvm_power_get_vifs_iterator()
602 if (mvmvif->phy_ctxt->id < MAX_PHYS) in iwl_mvm_power_get_vifs_iterator()
611 if (mvmvif->phy_ctxt->id < MAX_PHYS) in iwl_mvm_power_get_vifs_iterator()
620 if (mvmvif->phy_ctxt->id < MAX_PHYS) in iwl_mvm_power_get_vifs_iterator()
Dfw-api.h599 #define MAX_PHYS (4) macro
Dscan.c199 mvmvif->phy_ctxt->id < MAX_PHYS) in iwl_mvm_scan_condition_iterator()
/linux-4.4.14/drivers/phy/
Dphy-sun4i-usb.c82 #define MAX_PHYS 3 macro
105 } phys[MAX_PHYS];