Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
DSimpleNetwork.c126 BOOLEAN bLinkUp; in SN_GetStatus() local
153 bLinkUp = pNicDevice->bLinkUp; in SN_GetStatus()
159 &pNicDevice->bLinkUp, in SN_GetStatus()
167 if ( pNicDevice->bLinkUp ) { in SN_GetStatus()
177 if (( !bLinkUp ) && pNicDevice->bLinkUp ) { in SN_GetStatus()
191 if ( bLinkUp && ( !pNicDevice->bLinkUp )) { in SN_GetStatus()
196 pMode->MediaPresent = pNicDevice->bLinkUp; in SN_GetStatus()
502 pMode->MediaPresent = pNicDevice->bLinkUp; in SN_Receive()
848 pNicDevice->bLinkUp = FALSE; in SN_Reset()
1530 pMode->MediaPresent = pNicDevice->bLinkUp; in SN_Transmit()
DAx88772.c248 if (pNicDevice->bComplete && pNicDevice->bLinkUp) { in Ax88772NegotiateLinkStart()
250 = pNicDevice->bLinkUp & pNicDevice->bComplete; in Ax88772NegotiateLinkStart()
258 &pNicDevice->bLinkUp, in Ax88772NegotiateLinkStart()
263 }while(!pNicDevice->bLinkUp && i < AUTONEG_POLLCNT); in Ax88772NegotiateLinkStart()
DAx88772.h384 BOOLEAN bLinkUp; ///< Current link state member
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
DAx88772.c753 BOOLEAN bLinkUp; in Ax88772Rx() local
777 bLinkUp = pNicDevice->bLinkUp; in Ax88772Rx()
783 &pNicDevice->bLinkUp, in Ax88772Rx()
791 if ( pNicDevice->bLinkUp ) { in Ax88772Rx()
803 if (( !bLinkUp ) && pNicDevice->bLinkUp ) { in Ax88772Rx()
818 if ( bLinkUp && ( !pNicDevice->bLinkUp )) { in Ax88772Rx()
DSimpleNetwork.c176 pMode->MediaPresent = pNicDevice->bLinkUp; in SN_GetStatus()
463 pMode->MediaPresent = pNicDevice->bLinkUp; in SN_Receive()
753 pNicDevice->bLinkUp = FALSE; in SN_Reset()
1377 pMode->MediaPresent = pNicDevice->bLinkUp; in SN_Transmit()
DAx88772.h334 BOOLEAN bLinkUp; ///< Current link state member