Home
last modified time | relevance | path

Searched refs:half_duplex (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/
Ddwmac1000_dma.c240 dma_cap->half_duplex = (hw_cap & DMA_HW_FEAT_HDSEL) >> 2; in dwmac1000_get_hw_feature()
Dcommon.h385 unsigned int half_duplex; member
Ddwmac4_dma.c385 dma_cap->half_duplex = (hw_cap & GMAC_HW_FEAT_HDSEL) >> 2; in dwmac4_get_hw_feature()
Ddwxgmac2_dma.c414 dma_cap->half_duplex = (hw_cap & XGMAC_HWFEAT_HDSEL) >> 3; in dwxgmac2_get_hw_feature()
Dstmmac_main.c6255 (priv->dma_cap.half_duplex) ? "Y" : "N"); in stmmac_dma_cap_show()
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_mac.c141 mac_cb->half_duplex = !duplex; in hns_mac_adjust_link()
651 hns_mac_adjust_link(mac_cb, mac_cb->speed, !mac_cb->half_duplex); in hns_mac_init_ex()
816 mac_cb->half_duplex = false; in hns_mac_get_info()
Dhns_dsaf_mac.h323 u8 half_duplex; member
Dhns_dsaf_gmac.c253 (mac_cb->half_duplex == duplex); in hns_gmac_need_adjust_link()
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-class-led-trigger-netdev117 What: /sys/class/leds/<led>/half_duplex
/Linux-v6.6/drivers/leds/trigger/
Dledtrig-netdev.c367 DEFINE_NETDEV_TRIGGER(half_duplex, TRIGGER_NETDEV_HALF_DUPLEX);
/Linux-v6.6/drivers/net/ethernet/renesas/
Dravb.h1045 unsigned half_duplex:1; /* E-MAC supports half duplex mode */ member
Dravb_main.c1357 if (info->half_duplex && phydev->duplex != priv->duplex) { in ravb_adjust_link()
1377 if (info->half_duplex) in ravb_adjust_link()
1430 if (!info->half_duplex) { in ravb_phy_init()
2508 .half_duplex = 1,