Home
last modified time | relevance | path

Searched refs:b100Mbps (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
DAx88772.c291 if ( pNicDevice->b100Mbps ) { in Ax88772NegotiateLinkStart()
778 bSpeed100 = pNicDevice->b100Mbps; in Ax88772Rx()
784 &pNicDevice->b100Mbps, in Ax88772Rx()
792 if (( bSpeed100 && ( !pNicDevice->b100Mbps )) in Ax88772Rx()
793 || (( !bSpeed100 ) && pNicDevice->b100Mbps ) in Ax88772Rx()
799 pNicDevice->b100Mbps ? 100 : 10, in Ax88772Rx()
809 pNicDevice->b100Mbps ? 100 : 10, in Ax88772Rx()
DAx88772.h331 BOOLEAN b100Mbps; ///< Current link speed, FALSE = 10 Mbps member
DSimpleNetwork.c886 pNicDevice->b100Mbps = TRUE; in SN_Setup()
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
DSimpleNetwork.c154 bSpeed100 = pNicDevice->b100Mbps; in SN_GetStatus()
160 &pNicDevice->b100Mbps, in SN_GetStatus()
168 if (( bSpeed100 && ( !pNicDevice->b100Mbps )) in SN_GetStatus()
169 || (( !bSpeed100 ) && pNicDevice->b100Mbps ) in SN_GetStatus()
174 … pNicDevice->b100Mbps ? 100 : 10, pNicDevice->bFullDuplex ? "Full" : "Half")); in SN_GetStatus()
182 … pNicDevice->b100Mbps ? 100 : 10, pNicDevice->bFullDuplex ? "Full" : "Half")); in SN_GetStatus()
960 pNicDevice->b100Mbps = TRUE; in SN_Setup()
DAx88772.c235 if ( pNicDevice->b100Mbps ) { in Ax88772NegotiateLinkStart()
259 &pNicDevice->b100Mbps, in Ax88772NegotiateLinkStart()
706 if ( pNicDevice->b100Mbps ) in Ax88772RxControl()
DAx88772.h381 BOOLEAN b100Mbps; ///< Current link speed, FALSE = 10 Mbps member