Home
last modified time | relevance | path

Searched refs:TxBuf (Results 1 – 22 of 22) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
DGet_status.c205 OUT VOID **TxBuf OPTIONAL in SnpUndi32GetStatus()
216 if (InterruptStatus == NULL && TxBuf == NULL) { in SnpUndi32GetStatus()
241 if (Snp->RecycledTxBufCount == 0 && TxBuf != NULL) { in SnpUndi32GetStatus()
247 if (TxBuf != NULL) { in SnpUndi32GetStatus()
252 *TxBuf = NULL; in SnpUndi32GetStatus()
255 *TxBuf = (VOID *) (UINTN) Snp->RecycledTxBuf[Snp->RecycledTxBufCount]; in SnpUndi32GetStatus()
DSnp.h893 OUT VOID **TxBuf OPTIONAL
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
DSnpGetStatus.c61 OUT VOID **TxBuf OPTIONAL in VirtioNetGetStatus()
124 if (TxBuf != NULL) { in VirtioNetGetStatus()
126 *TxBuf = NULL; in VirtioNetGetStatus()
146 *TxBuf = (VOID *)(UINTN) Dev->TxRing.Desc[DescIdx + 1].Addr; in VirtioNetGetStatus()
DVirtioNet.h224 OUT VOID **TxBuf OPTIONAL
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
DMnpConfig.c245 …DEBUG ((EFI_D_INFO, "MnpAddFreeTxBuf: Add TxBufWrap %p, TxBuf %p\n", TxBufWrap, TxBufWrap->TxBuf)); in MnpAddFreeTxBuf()
273 UINT8 *TxBuf; in MnpAllocTxBuf() local
288 TxBuf = NULL; in MnpAllocTxBuf()
303 TxBuf = NULL; in MnpAllocTxBuf()
315 TxBuf = NULL; in MnpAllocTxBuf()
326 TxBuf = TxBufWrap->TxBuf; in MnpAllocTxBuf()
331 return TxBuf; in MnpAllocTxBuf()
344 IN OUT UINT8 *TxBuf in MnpFreeTxBuf() argument
352 if (TxBuf == NULL) { in MnpFreeTxBuf()
356 TxBufWrap = NET_LIST_USER_STRUCT (TxBuf, MNP_TX_BUF_WRAP, TxBuf); in MnpFreeTxBuf()
[all …]
DMnpIo.c131 UINT8 *TxBuf; in MnpBuildTxPacket() local
135 TxBuf = MnpAllocTxBuf (MnpDeviceData); in MnpBuildTxPacket()
136 if (TxBuf == NULL) { in MnpBuildTxPacket()
144 *PktBuf = TxBuf + NET_VLAN_TAG_LEN; in MnpBuildTxPacket()
146 *PktBuf = TxBuf; in MnpBuildTxPacket()
DMnpImpl.h104 UINT8 TxBuf[1]; member
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
Dif_msk.h63 OUT VOID **TxBuf OPTIONAL
DMarvellYukon.h583 OUT VOID **TxBuf OPTIONAL
DSnp.c120 OUT VOID **TxBuf OPTIONAL in SnpGetStatus()
157 mskc_getstatus (ScData->msk_if[Snp->Port], InterruptStatus, TxBuf); in SnpGetStatus()
Dif_msk.c1798 OUT VOID **TxBuf OPTIONAL in mskc_getstatus()
1810 if (TxBuf != NULL) { in mskc_getstatus()
1811 *((UINT8 **) TxBuf) = (UINT8 *) 0; in mskc_getstatus()
1816 *TxBuf = m_head->SystemBuf.Buf; in mskc_getstatus()
/device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
DEmuSnp.h337 OUT VOID **TxBuf OPTIONAL
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DBerkeleyPacketFilter.c768 OUT VOID **TxBuf OPTIONAL in EmuSnpGetStatus()
775 if (TxBuf != NULL) { in EmuSnpGetStatus()
776 *((UINT8 **)TxBuf) = (UINT8 *)1; in EmuSnpGetStatus()
DLinuxPacketFilter.c415 OUT VOID **TxBuf OPTIONAL in EmuSnpGetStatus()
DGasket.h621 OUT VOID **TxBuf OPTIONAL
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleNetwork/
DSimpleNetwork.h483 OUT VOID **TxBuf OPTIONAL
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DSimpleNetwork.h544 OUT VOID **TxBuf OPTIONAL
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
DBiosSnp16.h433 OUT VOID **TxBuf OPTIONAL
DBiosSnp16.c3004 OUT VOID **TxBuf OPTIONAL in Undi16SimpleNetworkGetStatus()
3036 if (InterruptStatus == NULL && TxBuf == NULL) { in Undi16SimpleNetworkGetStatus()
3058 if (TxBuf != NULL) { in Undi16SimpleNetworkGetStatus()
3059 *TxBuf = 0; in Undi16SimpleNetworkGetStatus()
3060 SimpleNetworkTransmitFifoRemove (&(SimpleNetworkDevice->TxBufferFifo), TxBuf); in Undi16SimpleNetworkGetStatus()
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/
DPp2Dxe.c811 OUT VOID **TxBuf OPTIONAL in Pp2SnpGetStatus()
832 if (TxBuf != NULL) { in Pp2SnpGetStatus()
833 *TxBuf = QueueRemove (Pp2Context); in Pp2SnpGetStatus()
DPp2Dxe.h588 OUT VOID **TxBuf OPTIONAL
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DDxeNetLib.c219 UINT8 *TxBuf; in SyslogSendPacket() local
267 TxBuf = NULL; in SyslogSendPacket()
273 Snp->GetStatus (Snp, NULL, (VOID **) &TxBuf); in SyslogSendPacket()
280 } while (TxBuf == NULL); in SyslogSendPacket()