Searched refs:ext_phy_config (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/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) \ 186 ((ext_phy_config) & PORT_HW_CFG_XGXS_EXT_PHY_TYPE_MASK) 187 #define ELINK_XGXS_EXT_PHY_ADDR(ext_phy_config) \ 188 (((ext_phy_config) & PORT_HW_CFG_XGXS_EXT_PHY_ADDR_MASK) >> \ 190 #define ELINK_SERDES_EXT_PHY_TYPE(ext_phy_config) \ 191 ((ext_phy_config) & PORT_HW_CFG_SERDES_EXT_PHY_TYPE_MASK)
|
/illumos-gate/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; local 1076 LM_SHMEM_READ(pdev, offset, &ext_phy_config); 1078 RESET_FLAGS(ext_phy_config, PORT_HW_CFG_XGXS_EXT_PHY_TYPE_MASK ) ; 1079 SET_FLAGS(ext_phy_config, PORT_HW_CFG_XGXS_EXT_PHY_TYPE_FAILURE ) ; 1082 LM_SHMEM_WRITE(pdev, offset, ext_phy_config); 1084 DbgMessage(pdev, WARN, "lm_spio5_attn_everest_processing: external_phy_type 0x%x\n",ext_phy_config);
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/ |
H A D | bnxe_clc.c | 12957 u32 ext_phy_config = 0; local 12960 ext_phy_config = REG_RD(cb, shmem_base + 12965 ext_phy_config = REG_RD(cb, shmem_base + 12974 return ext_phy_config; 13129 u32 ext_phy_config, phy_type, config2; local 13131 ext_phy_config = elink_get_ext_phy_config(cb, shmem_base, 13133 phy_type = ELINK_XGXS_EXT_PHY_TYPE(ext_phy_config); 13210 phy->addr = ELINK_XGXS_EXT_PHY_ADDR(ext_phy_config); 14831 u32 ext_phy_type, ext_phy_config; local 14867 ext_phy_config [all...] |
Completed in 100 milliseconds