Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_link.h116 #define MAX_PHYS 3 macro
119 #define LINK_CONFIG_SIZE (MAX_PHYS - 1)
288 struct bnx2x_phy phy[MAX_PHYS];
A Dbnx2x_link.c6223 if ((params->num_phys == MAX_PHYS) && in bnx2x_get_ext_phy_fw_version()
6759 for (phy_idx = INT_PHY; phy_idx < MAX_PHYS; phy_idx++) { in bnx2x_update_link_up()
6802 struct link_vars phy_vars[MAX_PHYS]; in bnx2x_link_update()
8205 for (idx = INT_PHY; idx < MAX_PHYS; idx++) { in bnx2x_get_edc_mode()
8225 for (phy_idx = INT_PHY; phy_idx < MAX_PHYS; phy_idx++) { in bnx2x_get_edc_mode()
12597 for (phy_index = INT_PHY; phy_index < MAX_PHYS; in bnx2x_phy_probe()
12617 phy_index < MAX_PHYS; in bnx2x_phy_probe()
13598 for (phy_index = EXT_PHY1; phy_index < MAX_PHYS; in bnx2x_common_init_phy()
13960 for (phy_index = EXT_PHY1; phy_index < MAX_PHYS; in bnx2x_fan_failure_det_req()
13985 for (phy_index = INT_PHY; phy_index < MAX_PHYS; in bnx2x_hw_reset_phy()
[all …]
/linux/Documentation/scsi/
A Dlibsas.rst78 - must be set [0,MAX_PHYS)]
155 struct my_phy phys[MAX_PHYS];
156 struct sas_port sas_ports[MAX_PHYS]; /* (1) */
242 static struct sas_phy *sas_phys[MAX_PHYS];
243 static struct sas_port *sas_ports[MAX_PHYS];
247 for (i = 0; i < MAX_PHYS; i++) {
254 my_ha->sas_ha.num_phys = MAX_PHYS;
/linux/drivers/phy/ralink/
A Dphy-mt7621-pci.c64 #define MAX_PHYS 2 macro
271 if (WARN_ON(args->args[0] >= MAX_PHYS)) in mt7621_pcie_phy_of_xlate()
/linux/drivers/phy/allwinner/
A Dphy-sun4i-usb.c92 #define MAX_PHYS 4 macro
139 } phys[MAX_PHYS];

Completed in 36 milliseconds