Searched refs:ext_phy_config (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.h | 71 #define XGXS_EXT_PHY_TYPE(ext_phy_config) \ 72 ((ext_phy_config) & PORT_HW_CFG_XGXS_EXT_PHY_TYPE_MASK) 73 #define XGXS_EXT_PHY_ADDR(ext_phy_config) \ 74 (((ext_phy_config) & PORT_HW_CFG_XGXS_EXT_PHY_ADDR_MASK) >> \ 76 #define SERDES_EXT_PHY_TYPE(ext_phy_config) \ 77 ((ext_phy_config) & PORT_HW_CFG_SERDES_EXT_PHY_TYPE_MASK)
|
H A D | bnx2x_ethtool.c | 1710 u32 ext_phy_config; bnx2x_set_eeprom() local 1733 ext_phy_config = bnx2x_set_eeprom() 1744 if (XGXS_EXT_PHY_TYPE(ext_phy_config) == bnx2x_set_eeprom() 1765 if (XGXS_EXT_PHY_TYPE(ext_phy_config) == bnx2x_set_eeprom()
|
H A D | bnx2x_link.c | 11903 u32 ext_phy_config = 0; bnx2x_get_ext_phy_config() local 11906 ext_phy_config = REG_RD(bp, shmem_base + bnx2x_get_ext_phy_config() 11911 ext_phy_config = REG_RD(bp, shmem_base + bnx2x_get_ext_phy_config() 11920 return ext_phy_config; bnx2x_get_ext_phy_config() 12066 u32 ext_phy_config, phy_type, config2; bnx2x_populate_ext_phy() local 12068 ext_phy_config = bnx2x_get_ext_phy_config(bp, shmem_base, bnx2x_populate_ext_phy() 12070 phy_type = XGXS_EXT_PHY_TYPE(ext_phy_config); bnx2x_populate_ext_phy() 12131 phy->addr = XGXS_EXT_PHY_ADDR(ext_phy_config); bnx2x_populate_ext_phy() 13293 u32 ext_phy_type, ext_phy_config; bnx2x_common_init_phy() local 13316 ext_phy_config = bnx2x_get_ext_phy_config(bp, bnx2x_common_init_phy() 13319 ext_phy_type = XGXS_EXT_PHY_TYPE(ext_phy_config); bnx2x_common_init_phy()
|
H A D | bnx2x_main.c | 4093 u32 ext_phy_config; bnx2x_fan_failure() local 4095 ext_phy_config = bnx2x_fan_failure() 4099 ext_phy_config &= ~PORT_HW_CFG_XGXS_EXT_PHY_TYPE_MASK; bnx2x_fan_failure() 4100 ext_phy_config |= PORT_HW_CFG_XGXS_EXT_PHY_TYPE_FAILURE; bnx2x_fan_failure() 4102 ext_phy_config); bnx2x_fan_failure() 11235 u32 ext_phy_type, ext_phy_config, eee_mode; bnx2x_get_port_hwinfo() local 11289 ext_phy_config = bnx2x_get_port_hwinfo() 11292 ext_phy_type = XGXS_EXT_PHY_TYPE(ext_phy_config); bnx2x_get_port_hwinfo() 11299 XGXS_EXT_PHY_ADDR(ext_phy_config); bnx2x_get_port_hwinfo()
|
Completed in 241 milliseconds