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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_elink.h186 #define ELINK_XGXS_EXT_PHY_TYPE(ext_phy_config) \
187 ((ext_phy_config) & PORT_HW_CFG_XGXS_EXT_PHY_TYPE_MASK)
188 #define ELINK_XGXS_EXT_PHY_ADDR(ext_phy_config) \
189 (((ext_phy_config) & PORT_HW_CFG_XGXS_EXT_PHY_ADDR_MASK) >> \
191 #define ELINK_SERDES_EXT_PHY_TYPE(ext_phy_config) \
192 ((ext_phy_config) & PORT_HW_CFG_SERDES_EXT_PHY_TYPE_MASK)
H A Dbxe.c7009 uint32_t ext_phy_config; local
7012 ext_phy_config =
7015 ext_phy_config &= ~PORT_HW_CFG_XGXS_EXT_PHY_TYPE_MASK;
7016 ext_phy_config |= PORT_HW_CFG_XGXS_EXT_PHY_TYPE_FAILURE;
7018 ext_phy_config);
13785 sc->port.ext_phy_config =
19325 uint32_t ext_phy_config; local
19352 ext_phy_config = SHMEM_RD(sc,
19354 if((ext_phy_config & PORT_HW_CFG_XGXS_EXT_PHY_TYPE_MASK) ==
19357 else if(((ext_phy_config
[all...]
H A Dbxe_elink.c12998 uint32_t ext_phy_config = 0; local
13001 ext_phy_config = REG_RD(sc, shmem_base +
13006 ext_phy_config = REG_RD(sc, shmem_base +
13015 return ext_phy_config;
13164 uint32_t ext_phy_config, phy_type, config2; local
13166 ext_phy_config = elink_get_ext_phy_config(sc, shmem_base,
13168 phy_type = ELINK_XGXS_EXT_PHY_TYPE(ext_phy_config);
13232 phy->addr = ELINK_XGXS_EXT_PHY_ADDR(ext_phy_config);
14627 uint32_t ext_phy_type, ext_phy_config; local
14654 ext_phy_config
[all...]
H A Dbxe.h1018 uint32_t ext_phy_config; member in struct:bxe_port

Completed in 206 milliseconds