Searched refs:MAX_PHYS (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.h116 #define MAX_PHYS 3 macro
119 #define LINK_CONFIG_SIZE (MAX_PHYS - 1)
288 struct bnx2x_phy phy[MAX_PHYS];
H A Dbnx2x_link.c6225 if ((params->num_phys == MAX_PHYS) &&
6312 for (phy_idx = EXT_PHY1; phy_idx < MAX_PHYS; phy_idx++) {
6761 for (phy_idx = INT_PHY; phy_idx < MAX_PHYS; phy_idx++) {
6804 struct link_vars phy_vars[MAX_PHYS];
8207 for (idx = INT_PHY; idx < MAX_PHYS; idx++) {
8227 for (phy_idx = INT_PHY; phy_idx < MAX_PHYS; phy_idx++) {
12599 for (phy_index = INT_PHY; phy_index < MAX_PHYS;
12619 phy_index < MAX_PHYS;
13600 for (phy_index = EXT_PHY1; phy_index < MAX_PHYS;
13914 for (phy_idx = INT_PHY; phy_idx < MAX_PHYS; phy_id
[all...]
/linux-master/drivers/phy/ralink/
H A Dphy-mt7621-pci.c63 #define MAX_PHYS 2 macro
270 if (WARN_ON(args->args[0] >= MAX_PHYS))
/linux-master/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c91 #define MAX_PHYS 4 macro
128 } phys[MAX_PHYS];

Completed in 242 milliseconds