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

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.h74 #define XGXS_EXT_PHY_TYPE(ext_phy_config) \
75 ((ext_phy_config) & PORT_HW_CFG_XGXS_EXT_PHY_TYPE_MASK)
76 #define XGXS_EXT_PHY_ADDR(ext_phy_config) \
77 (((ext_phy_config) & PORT_HW_CFG_XGXS_EXT_PHY_ADDR_MASK) >> \
79 #define SERDES_EXT_PHY_TYPE(ext_phy_config) \
80 ((ext_phy_config) & PORT_HW_CFG_SERDES_EXT_PHY_TYPE_MASK)
H A Dbnx2x_ethtool.c1801 u32 ext_phy_config; local
1824 ext_phy_config =
1835 if (XGXS_EXT_PHY_TYPE(ext_phy_config) ==
1856 if (XGXS_EXT_PHY_TYPE(ext_phy_config) ==
H A Dbnx2x_link.c12186 u32 ext_phy_config = 0; local
12189 ext_phy_config = REG_RD(bp, shmem_base +
12194 ext_phy_config = REG_RD(bp, shmem_base +
12203 return ext_phy_config;
12349 u32 ext_phy_config, phy_type, config2; local
12351 ext_phy_config = bnx2x_get_ext_phy_config(bp, shmem_base,
12353 phy_type = XGXS_EXT_PHY_TYPE(ext_phy_config);
12417 phy->addr = XGXS_EXT_PHY_ADDR(ext_phy_config);
13579 u32 ext_phy_type, ext_phy_config; local
13602 ext_phy_config
[all...]
H A Dbnx2x_main.c4139 u32 ext_phy_config; local
4141 ext_phy_config =
4145 ext_phy_config &= ~PORT_HW_CFG_XGXS_EXT_PHY_TYPE_MASK;
4146 ext_phy_config |= PORT_HW_CFG_XGXS_EXT_PHY_TYPE_FAILURE;
4148 ext_phy_config);
11497 u32 ext_phy_type, ext_phy_config, eee_mode; local
11551 ext_phy_config =
11554 ext_phy_type = XGXS_EXT_PHY_TYPE(ext_phy_config);
11561 XGXS_EXT_PHY_ADDR(ext_phy_config);

Completed in 227 milliseconds