HomeSort by relevance Sort by last modified time
    Searched refs:TxBuf (Results 1 - 20 of 20) sorted by null

  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
SnpGetStatus.c 36 @param TxBuf Recycled transmit buffer address. The network
42 TxBuf is not NULL, * TxBuf will be set to NULL.
61 OUT VOID **TxBuf OPTIONAL
124 if (TxBuf != NULL) {
126 *TxBuf = NULL;
146 *TxBuf = (VOID *)(UINTN) Dev->TxRing.Desc[DescIdx + 1].Addr;
VirtioNet.h 224 OUT VOID **TxBuf OPTIONAL
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
Get_status.c 172 read. If TxBuf is not NULL, a recycled transmit buffer address will be retrieved.
173 If a recycled transmit buffer address is returned in TxBuf, then the buffer has
187 @param TxBuf Recycled transmit buffer address. The network interface
192 are no transmit buffers to recycle and TxBuf is not NULL,
193 TxBuf will be set to NULL.
208 OUT VOID **TxBuf OPTIONAL
219 if (InterruptStatus == NULL && TxBuf == NULL) {
244 if (Snp->RecycledTxBufCount == 0 && TxBuf != NULL) {
250 if (TxBuf != NULL) {
255 *TxBuf = NULL;
    [all...]
Snp.h     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpConfig.c 240 DEBUG ((EFI_D_ERROR, "MnpAddFreeTxBuf: TxBuf Alloc failed.\n"));
245 DEBUG ((EFI_D_INFO, "MnpAddFreeTxBuf: Add TxBufWrap %p, TxBuf %p\n", TxBufWrap, TxBufWrap->TxBuf));
273 UINT8 *TxBuf;
288 TxBuf = NULL;
299 "MnpAllocTxBuf: The maximum TxBuf size is reached for MNP driver instance %p.\n",
303 TxBuf = NULL;
311 "MnpAllocNbuf: Failed to add TxBuf into the FreeTxBufList, %r.\n",
315 TxBuf = NULL;
326 TxBuf = TxBufWrap->TxBuf;
    [all...]
MnpIo.c 131 UINT8 *TxBuf;
135 TxBuf = MnpAllocTxBuf (MnpDeviceData);
136 if (TxBuf == NULL) {
144 *PktBuf = TxBuf + NET_VLAN_TAG_LEN;
146 *PktBuf = TxBuf;
    [all...]
MnpImpl.h 104 UINT8 TxBuf[1];
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
EmuSnp.h 318 @param TxBuf Recycled transmit buffer address. The network interface will
323 recycle and TxBuf is not NULL, * TxBuf will be set to NULL.
337 OUT VOID **TxBuf OPTIONAL
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
BerkeleyPacketFilter.c 750 @param TxBuf Recycled transmit buffer address. The network interface will
755 recycle and TxBuf is not NULL, * TxBuf will be set to NULL.
768 OUT VOID **TxBuf OPTIONAL
775 if (TxBuf != NULL) {
776 *((UINT8 **)TxBuf) = (UINT8 *)1;
    [all...]
LinuxPacketFilter.c 397 @param TxBuf Recycled transmit buffer address. The network interface will
402 recycle and TxBuf is not NULL, * TxBuf will be set to NULL.
415 OUT VOID **TxBuf OPTIONAL
Gasket.h 621 OUT VOID **TxBuf OPTIONAL
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleNetwork/
SimpleNetwork.h 483 OUT VOID **TxBuf OPTIONAL
499 TxBuf - Recycled transmit buffer address. The network interface will
504 recycle and TxBuf is not NULL, * TxBuf will be set to NULL.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SimpleNetwork.h 506 @param TxBuf Recycled transmit buffer address. The network interface will
511 recycle and TxBuf is not NULL, * TxBuf will be set to NULL.
525 OUT VOID **TxBuf OPTIONAL
  /external/syslinux/efi32/include/efi/
efinet.h 283 OUT VOID **TxBuf OPTIONAL
  /external/syslinux/efi64/include/efi/
efinet.h 283 OUT VOID **TxBuf OPTIONAL
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efinet.h 283 OUT VOID **TxBuf OPTIONAL
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
SimpleNetwork.h 437 @param TxBuf Recycled transmit buffer address. The network interface will
442 recycle and TxBuf is not NULL, * TxBuf will be set to NULL.
456 OUT VOID **TxBuf OPTIONAL
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
BiosSnp16.h 414 @param TxBuf Recycled transmit buffer address. The network interface will
419 recycle and TxBuf is not NULL, * TxBuf will be set to NULL.
433 OUT VOID **TxBuf OPTIONAL
    [all...]
BiosSnp16.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DxeNetLib.c 219 UINT8 *TxBuf;
267 TxBuf = NULL;
273 Snp->GetStatus (Snp, NULL, (VOID **) &TxBuf);
280 } while (TxBuf == NULL);
    [all...]

Completed in 433 milliseconds