| /OK3568_Linux_fs/kernel/drivers/net/phy/ |
| H A D | swphy.c | 51 .lpagb = LPA_1000FULL | LPA_1000HALF, 66 .lpagb = LPA_1000FULL,
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | ftgmac100.c | 226 speed = (stat_ge & (LPA_1000FULL | LPA_1000HALF) in ftgmac100_phy_init() 229 duplex = ((stat_ge & LPA_1000FULL) in ftgmac100_phy_init() 278 if (stat_ge & LPA_1000FULL) { in ftgmac100_update_link_speed()
|
| H A D | macb.c | 540 if (lpa & (LPA_1000FULL | LPA_1000HALF)) { in macb_phy_init() 541 duplex = ((lpa & LPA_1000FULL) ? 1 : 0); in macb_phy_init()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mii.h | 284 if (lpa & LPA_1000FULL) in mii_stat1000_to_ethtool_lpa_t() 306 advertising, lpa & LPA_1000FULL); in mii_stat1000_mod_linkmode_lpa_t()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | mii.h | 142 #define LPA_1000FULL 0x0800 /* Link partner 1000BASE-T full duplex */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | mii.h | 142 #define LPA_1000FULL 0x0800 /* Link partner 1000BASE-T full duplex */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | mii.h | 163 #define LPA_1000FULL 0x0800 /* Link partner 1000BASE-T full duplex */ macro
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | mii.h | 140 #define LPA_1000FULL 0x0800 /* Link partner 1000BASE-T full duplex */ macro
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/emac/ |
| H A D | phy.c | 243 if (glpa & (LPA_1000FULL | LPA_1000HALF)) { in genmii_read_link() 245 if (glpa & LPA_1000FULL) in genmii_read_link()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | mii.c | 555 if (lpa2 & LPA_1000FULL) in mii_check_media() 560 lpa2 & (LPA_1000FULL | LPA_1000HALF) ? 1000 : in mii_check_media()
|
| /OK3568_Linux_fs/u-boot/drivers/qe/ |
| H A D | uec_phy.c | 422 if (status & (LPA_1000FULL | LPA_1000HALF)) { in genmii_read_status() 424 if (status & LPA_1000FULL) in genmii_read_status()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sis/ |
| H A D | sis190.c | 949 { LPA_1000FULL, 0x07000c00 | 0x00001000, in sis190_phy_task() 1232 if (tp->negotiated_lpa & (LPA_1000HALF | LPA_1000FULL)) in sis190_start_xmit()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/ |
| H A D | bcm63xx_enet.c | 2043 && lpa & (LPA_1000FULL | LPA_1000HALF)) { in swphy_poll_timer() 2045 duplex = (lpa & LPA_1000FULL); in swphy_poll_timer()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/tundra/ |
| H A D | tsi108_eth.c | 279 speed = lpa2 & (LPA_1000FULL | LPA_1000HALF) ? 1000 : in mii_speed()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/dlink/ |
| H A D | dl2k.c | 1513 if (mscr & ADVERTISE_1000FULL && mssr & LPA_1000FULL) { in mii_get_media()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/ |
| H A D | niu.c | 1167 if (neg1000 & (LPA_1000FULL | LPA_1000HALF)) in link_status_mii() 1176 if ((neg1000 & LPA_1000FULL) || (neg & LPA_DUPLEX)) in link_status_mii()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/nvidia/ |
| H A D | forcedeth.c | 3461 (status_1000 & LPA_1000FULL)) { in nv_update_linkspeed()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/ |
| H A D | r8168_n.c | 631 #ifndef LPA_1000FULL 632 #define LPA_1000FULL 0x0800 macro 675 if (lpa & LPA_1000FULL) in mii_stat1000_to_ethtool_lpa_t() 4884 else if (adv & ADVERTISED_1000baseT_Full && (gbsr & LPA_1000FULL)) in rtl8168_set_wol_link_speed()
|