/external/syslinux/gpxe/src/drivers/net/ath5k/ |
ath5k.c | 949 INIT_LIST_HEAD(&sc->txbuf); 954 list_add_tail(&bf->list, &sc->txbuf); 971 list_for_each_entry(bf, &sc->txbuf, list) 1043 list_add_tail(&bf->list, &sc->txbuf); [all...] |
/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/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/ |
Gasket.h | 621 OUT VOID **TxBuf OPTIONAL
|
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
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
SimpleNetwork.h | 525 @param TxBuf Recycled transmit buffer address. The network interface will
530 recycle and TxBuf is not NULL, * TxBuf will be set to NULL.
544 OUT VOID **TxBuf OPTIONAL
|
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/ |
VirtioNet.h | 224 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/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/ |
Snp.c | 84 read. If TxBuf is not NULL, a recycled transmit buffer address will be retrieved.
85 If a recycled transmit buffer address is returned in TxBuf, then the buffer has
99 <at> param TxBuf Recycled transmit buffer address. The network interface
104 are no transmit buffers to recycle and TxBuf is not NULL,
105 TxBuf will be set to NULL.
120 OUT VOID **TxBuf OPTIONAL
157 mskc_getstatus (ScData->msk_if[Snp->Port], InterruptStatus, TxBuf);
[all...] |
if_msk.c | [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/ |
Snp.h | [all...] |
/device/linaro/bootloader/edk2/EmulatorPkg/EmuSnpDxe/ |
EmuSnpDxe.h | 385 recycle and TxBuf is not NULL, * TxBuf will be set to NULL.
|
EmuSnpDxe.c | 416 recycle and TxBuf is not NULL, * TxBuf will be set to NULL.
[all...] |
/external/iw/ |
iw.c | 39 int rxbuf, int txbuf) 41 return nl_set_buffer_size(sk, rxbuf, txbuf);
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/ |
Pp2Dxe.c | 811 OUT VOID **TxBuf OPTIONAL
832 if (TxBuf != NULL) {
833 *TxBuf = QueueRemove (Pp2Context);
[all...] |
Pp2Dxe.h | 588 OUT VOID **TxBuf OPTIONAL
|
/device/linaro/bootloader/edk2/Nt32Pkg/SnpNt32Dxe/ |
SnpNt32.c | 297 recycle and TxBuf is not NULL, * TxBuf will be set to NULL.
[all...] |
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/ |
SimpleNetwork.c | 101 of media status. If TxBuf is not NULL, a recycled transmit buffer
103 is returned in TxBuf, then the buffer has been successfully
121 and TxBuf is not NULL, *TxBuf will be set to NULL.
[all...] |
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/ |
SimpleNetwork.c | 85 of media status. If TxBuf is not NULL, a recycled transmit buffer
87 is returned in TxBuf, then the buffer has been successfully
105 and TxBuf is not NULL, *TxBuf will be set to NULL.
[all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/ |
BiosSnp16.c | [all...] |
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...] |
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
bosch_bmi160.c | 829 T(packets[T(mRegCnt)]).txBuf = &T(txrxBuffer[T(mWbufCnt)]); 850 T(packets[T(mRegCnt)]).txBuf = &T(txrxBuffer[T(mWbufCnt)]); [all...] |
/external/syslinux/gpxe/src/drivers/net/ |
via-rhine.c | 550 char txbuf[TX_RING_SIZE * PKT_BUF_SZ + 32]; member in struct:__anon38193 [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...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/ |
MnpImpl.h | 104 UINT8 TxBuf[1];
[all...] |