Searched defs:ext_phy_config (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_attn.c1053 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 Dbnxe_clc.c12957 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 76 milliseconds