Home
last modified time | relevance | path

Searched refs:phy_type (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/common/idpf/base/
H A Didpf_type.h97 __le32 phy_type; member
/dpdk/drivers/net/bnx2x/
H A Delink.h203 #define ELINK_FW_PARAM_SET(phy_addr, phy_type, mdio_access) \ argument
204 (phy_addr | phy_type | mdio_access << ELINK_FW_PARAM_MDIO_CTRL_OFFSET)
H A Delink.c13267 uint32_t ext_phy_config, phy_type, config2; in elink_populate_ext_phy() local
13271 phy_type = ELINK_XGXS_EXT_PHY_TYPE(ext_phy_config); in elink_populate_ext_phy()
13273 switch (phy_type) { in elink_populate_ext_phy()
13317 if (phy_type == PORT_HW_CFG_XGXS_EXT_PHY2_TYPE_BNX2X54618SE) in elink_populate_ext_phy()
13329 if ((phy_type != PORT_HW_CFG_XGXS_EXT_PHY_TYPE_DIRECT) && in elink_populate_ext_phy()
13330 (phy_type != PORT_HW_CFG_XGXS_EXT_PHY_TYPE_NOT_CONN)) in elink_populate_ext_phy()
13382 phy_type, port, phy_index); in elink_populate_ext_phy()
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_phy.c206 enum txgbe_phy_type phy_type; in txgbe_get_phy_type_from_id() local
210 phy_type = txgbe_phy_tn; in txgbe_get_phy_type_from_id()
213 phy_type = txgbe_phy_qt; in txgbe_get_phy_type_from_id()
216 phy_type = txgbe_phy_nl; in txgbe_get_phy_type_from_id()
219 phy_type = txgbe_phy_cu_mtd; in txgbe_get_phy_type_from_id()
222 phy_type = txgbe_phy_unknown; in txgbe_get_phy_type_from_id()
226 return phy_type; in txgbe_get_phy_type_from_id()