Searched refs:duplex (Results 1 - 8 of 8) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | ethtool.h | 68 u8_t duplex; /**< Duplex mode; one of %DUPLEX_* */ member
|
/device/soc/hisilicon/common/platform/hieth-sf/src/ |
H A D | interface.c | 374 int32_t duplex; in HiethLinkStatusChanged() local 377 duplex = MiiphyDuplex(ld, priv->phy); in HiethLinkStatusChanged() 384 if (duplex) { in HiethLinkStatusChanged() 408 PRINTK("Link is Up - %s/%s\n", GetPhySpeedString(speed), (PHY_DUPLEX_FULL == duplex) ? "Full" : "Half"); in HiethLinkStatusChanged()
|
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/ |
H A D | common.h | 317 unsigned int duplex; member 435 u32 duplex; member
|
H A D | dwmac-rk-tool.c | 164 ctrl |= priv->hw->link.duplex; in dwmac_rk_enable_mac_loopback() 248 ctrl |= priv->hw->link.duplex; in dwmac_rk_enable_phy_loopback()
|
H A D | hwif.h | 329 void (*flow_ctrl)(struct mac_device_info *hw, unsigned int duplex,
|
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
H A D | r8168.h | 1523 u8 duplex; member 1530 int (*set_speed)(struct net_device *, u8 autoneg, u32 speed, u8 duplex, u32 adv);
|
H A D | r8168_n.c | 577 static int rtl8168_set_speed(struct net_device *dev, u8 autoneg, u32 speed, u8 duplex, u32 adv); 967 seq_printf(m, "duplex\t0x%x\n", tp->duplex); in proc_get_driver_variable() 1279 "duplex\t0x%x\n" in proc_get_driver_variable() 1361 tp->duplex, in proc_get_driver_variable() 4066 rtl8168_set_speed(dev, tp->autoneg, tp->speed, tp->duplex, tp->advertising); in rtl8168_check_link_status() 4776 rtl8168_phy_setup_force_mode(struct net_device *dev, u32 speed, u8 duplex) in rtl8168_phy_setup_force_mode() argument 4783 if ((speed == SPEED_10) && (duplex == DUPLEX_HALF)) { in rtl8168_phy_setup_force_mode() 4785 } else if ((speed == SPEED_10) && (duplex == DUPLEX_FULL)) { in rtl8168_phy_setup_force_mode() 4787 } else if ((speed == SPEED_100) && (duplex in rtl8168_phy_setup_force_mode() 5109 rtl8168_set_speed_xmii(struct net_device *dev, u8 autoneg, u32 speed, u8 duplex, u32 adv) rtl8168_set_speed_xmii() argument 5197 rtl8168_set_speed(struct net_device *dev, u8 autoneg, u32 speed, u8 duplex, u32 adv) rtl8168_set_speed() argument 5226 u8 duplex; rtl8168_set_settings() local 5532 u8 autoneg, duplex; rtl8168_gset_xmii() local [all...] |
/device/soc/rockchip/common/vendor/drivers/net/ethernet/ |
H A D | dwmac-rk-tool.c | 155 ctrl |= priv->hw->link.duplex; in dwmac_rk_enable_mac_loopback() 239 ctrl |= priv->hw->link.duplex; in dwmac_rk_enable_phy_loopback()
|
Completed in 24 milliseconds