Searched refs:ext_phy_config (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/ |
H A D | clc.h | 185 #define ELINK_XGXS_EXT_PHY_TYPE(ext_phy_config) \ argument 186 ((ext_phy_config) & PORT_HW_CFG_XGXS_EXT_PHY_TYPE_MASK) 187 #define ELINK_XGXS_EXT_PHY_ADDR(ext_phy_config) \ argument 188 (((ext_phy_config) & PORT_HW_CFG_XGXS_EXT_PHY_ADDR_MASK) >> \ 190 #define ELINK_SERDES_EXT_PHY_TYPE(ext_phy_config) \ argument 191 ((ext_phy_config) & PORT_HW_CFG_SERDES_EXT_PHY_TYPE_MASK)
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_hw_attn.c | 1053 u32_t ext_phy_config = 0; in lm_spio5_attn_everest_processing() local 1076 LM_SHMEM_READ(pdev, offset, &ext_phy_config); in lm_spio5_attn_everest_processing() 1078 RESET_FLAGS(ext_phy_config, PORT_HW_CFG_XGXS_EXT_PHY_TYPE_MASK ) ; in lm_spio5_attn_everest_processing() 1079 SET_FLAGS(ext_phy_config, PORT_HW_CFG_XGXS_EXT_PHY_TYPE_FAILURE ) ; in lm_spio5_attn_everest_processing() 1082 LM_SHMEM_WRITE(pdev, offset, ext_phy_config); in lm_spio5_attn_everest_processing() 1084 …bgMessage(pdev, WARN, "lm_spio5_attn_everest_processing: external_phy_type 0x%x\n",ext_phy_config); in lm_spio5_attn_everest_processing()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/common/ |
H A D | bnxe_clc.c | 12957 u32 ext_phy_config = 0; in elink_get_ext_phy_config() local 12960 ext_phy_config = REG_RD(cb, shmem_base + in elink_get_ext_phy_config() 12965 ext_phy_config = REG_RD(cb, shmem_base + in elink_get_ext_phy_config() 12974 return ext_phy_config; in elink_get_ext_phy_config() 13129 u32 ext_phy_config, phy_type, config2; in elink_populate_ext_phy() local 13131 ext_phy_config = elink_get_ext_phy_config(cb, shmem_base, in elink_populate_ext_phy() 13133 phy_type = ELINK_XGXS_EXT_PHY_TYPE(ext_phy_config); in elink_populate_ext_phy() 13210 phy->addr = ELINK_XGXS_EXT_PHY_ADDR(ext_phy_config); in elink_populate_ext_phy() 14831 u32 ext_phy_type, ext_phy_config; in elink_common_init_phy() local 14867 ext_phy_config = elink_get_ext_phy_config(cb, in elink_common_init_phy() [all …]
|