Home
last modified time | relevance | path

Searched refs:bSpeed100 (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
DAx88772.c755 BOOLEAN bSpeed100; in Ax88772Rx() local
778 bSpeed100 = pNicDevice->b100Mbps; in Ax88772Rx()
792 if (( bSpeed100 && ( !pNicDevice->b100Mbps )) in Ax88772Rx()
793 || (( !bSpeed100 ) && pNicDevice->b100Mbps ) in Ax88772Rx()
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
DSimpleNetwork.c127 BOOLEAN bSpeed100; in SN_GetStatus() local
154 bSpeed100 = pNicDevice->b100Mbps; in SN_GetStatus()
168 if (( bSpeed100 && ( !pNicDevice->b100Mbps )) in SN_GetStatus()
169 || (( !bSpeed100 ) && pNicDevice->b100Mbps ) in SN_GetStatus()