Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
DAx88772.c294 if ( pNicDevice->bFullDuplex ) { in Ax88772NegotiateLinkStart()
752 BOOLEAN bFullDuplex; in Ax88772Rx() local
779 bFullDuplex = pNicDevice->bFullDuplex; in Ax88772Rx()
785 &pNicDevice->bFullDuplex ); in Ax88772Rx()
794 || ( bFullDuplex && ( !pNicDevice->bFullDuplex )) in Ax88772Rx()
795 || (( !bFullDuplex ) && pNicDevice->bFullDuplex )) { in Ax88772Rx()
800 pNicDevice->bFullDuplex ? L"Full" : L"Half" )); in Ax88772Rx()
810 pNicDevice->bFullDuplex ? L"Full" : L"Half" )); in Ax88772Rx()
1040 if ( pNicDevice->bFullDuplex ) { in Ax88772RxControl()
DAx88772.h333 BOOLEAN bFullDuplex; ///< Current duplex member
DSimpleNetwork.c887 pNicDevice->bFullDuplex = TRUE; in SN_Setup()
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
DSimpleNetwork.c125 BOOLEAN bFullDuplex; in SN_GetStatus() local
155 bFullDuplex = pNicDevice->bFullDuplex; in SN_GetStatus()
161 &pNicDevice->bFullDuplex ); in SN_GetStatus()
170 || ( bFullDuplex && ( !pNicDevice->bFullDuplex )) in SN_GetStatus()
171 || (( !bFullDuplex ) && pNicDevice->bFullDuplex )) { 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()
961 pNicDevice->bFullDuplex = TRUE; in SN_Setup()
DAx88772.c238 if ( pNicDevice->bFullDuplex ) { in Ax88772NegotiateLinkStart()
260 &pNicDevice->bFullDuplex ); in Ax88772NegotiateLinkStart()
701 if ( pNicDevice->bFullDuplex ) in Ax88772RxControl()
DAx88772.h383 BOOLEAN bFullDuplex; ///< Current duplex member