Home
last modified time | relevance | path

Searched refs:Bulk (Results 1 – 24 of 24) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
DUsbMassStorageDxe.uni8 // The Bulk-Only-Transport and Control/Bulk/Interrupt transport are two transportation protocol.
12 // 2. USB Mass Storage Class Control/Bulk/Interrupt (CBI) Transport, Revision 1.1
13 // 3. USB Mass Storage Class Bulk-Only Transport, Revision 1.0.
31 …The command set defines the command, data and result. The Bulk-Only-Transport and Control/Bulk/Int…
34 … "2. USB Mass Storage Class Control/Bulk/Interrupt (CBI) Transport, Revision 1.1<BR>\n"
35 … "3. USB Mass Storage Class Bulk-Only Transport, Revision 1.0.<BR>\n"
DUsbMassStorageDxe.inf8 # The Bulk-Only-Transport and Control/Bulk/Interrupt transport are two transportation protocol.
12 # 2. USB Mass Storage Class Control/Bulk/Interrupt (CBI) Transport, Revision 1.1
13 # 3. USB Mass Storage Class Bulk-Only Transport, Revision 1.0.
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DNetBuffer.c103 UINT8 *Bulk; in NetbufAlloc() local
113 Bulk = AllocatePool (Len); in NetbufAlloc()
115 if (Bulk == NULL) { in NetbufAlloc()
122 Vector->Block[0].Bulk = Bulk; in NetbufAlloc()
125 Nbuf->BlockOp[0].BlockHead = Bulk; in NetbufAlloc()
126 Nbuf->BlockOp[0].BlockTail = Bulk + Len; in NetbufAlloc()
128 Nbuf->BlockOp[0].Head = Bulk; in NetbufAlloc()
129 Nbuf->BlockOp[0].Tail = Bulk; in NetbufAlloc()
173 gBS->FreePool (Vector->Block[0].Bulk); in NetbufFreeVector()
183 gBS->FreePool (Vector->Block[Index].Bulk); in NetbufFreeVector()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
DXhciDxe.uni5 // Control, Bulk, Interrupt and Isochronous requests to those attached usb LS/FS/HS/SS devices.
22 …nterfaces of monitoring the status of all ports and transferring Control, Bulk, Interrupt and Isoc…
DXhciDxe.inf4 # Control, Bulk, Interrupt and Isochronous requests to those attached usb LS/FS/HS/SS devices.
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
DUhciDxe.uni5 // Control, Bulk, Interrupt and Isochronous requests to Usb1.x device
22 …nterfaces of monitoring the status of all ports and transferring Control, Bulk, Interrupt and Isoc…
DUhciDxe.inf4 # Control, Bulk, Interrupt and Isochronous requests to Usb1.x device
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIkePacket.c231 Fragments[0].Bulk = (UINT8 *) IkePacket->Header; in IkeNetbufFromPacket()
241 Fragments[Index + 1].Bulk = IkePayload->PayloadBuf; in IkeNetbufFromPacket()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhciDxe.uni5 // Control, Bulk, Interrupt and Isochronous requests to Usb2.0 device.
28 … "Control, Bulk, Interrupt and Isochronous requests to Usb2.0 device.<BR><BR>\n"
DEhciDxe.inf4 # Control, Bulk, Interrupt and Isochronous requests to Usb2.0 device.
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/
DFtdiUsbSerialDxe.inf7 # It manages the USB Serial device via USB Bulk Transfer of USB I/O Protocol.
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsImpl.c1786 Frag.Bulk = AllocatePool (DNS_DEFAULT_BLKSIZE * sizeof (UINT8)); in ConstructDNSQuery()
1787 if (Frag.Bulk == NULL) { in ConstructDNSQuery()
1794 DnsHeader = (DNS_HEADER *) Frag.Bulk; in ConstructDNSQuery()
1817 CopyMem (Frag.Bulk + Frag.Len, QueryName, AsciiStrLen (QueryName)); in ConstructDNSQuery()
1819 *(Frag.Bulk + Frag.Len) = 0; in ConstructDNSQuery()
1825 DnsQuery = (DNS_QUERY_SECTION *) (Frag.Bulk + Frag.Len); in ConstructDNSQuery()
1837 FreePool (Frag.Bulk); in ConstructDNSQuery()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
DIScsiTcp4Io.c443 RxData.FragmentTable[0].FragmentBuffer = Fragment[CurrentFragment].Bulk; in Tcp4IoReceive()
478 Fragment[CurrentFragment].Bulk += RxData.FragmentTable[0].FragmentLength; in Tcp4IoReceive()
DIScsiProto.c1039 Fragment[0].Bulk = Context->InData + InDataOffset; in IScsiReceivePdu()
1047 Fragment[1].Bulk = (UINT8 *)PadAndCRC32 + (4 - PadLen); in IScsiReceivePdu()
1795 Fragment[0].Bulk = Data; in IScsiNewDataSegment()
1800 Fragment[1].Bulk = (UINT8 *) &mDataSegPad; in IScsiNewDataSegment()
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DNetLib.h1450 UINT8 *Bulk; // The block's Data member
1558 UINT8 *Bulk; member
2023 IN UINT8 *Bulk,
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeTcpIoLib/
DDxeTcpIoLib.c947 RxData->FragmentTable[0].FragmentBuffer = Fragment[CurrentFragment].Bulk; in TcpIoReceive()
996 Fragment[CurrentFragment].Bulk += RxData->FragmentTable[0].FragmentLength; in TcpIoReceive()
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
DIScsiProto.c1295 Fragment[0].Bulk = Context->InData + InDataOffset; in IScsiReceivePdu()
1303 Fragment[1].Bulk = (UINT8 *)PadAndCRC32 + (4 - PadLen); in IScsiReceivePdu()
2072 Fragment[0].Bulk = Data; in IScsiNewDataSegment()
2077 Fragment[1].Bulk = (UINT8 *) &mDataSegPad; in IScsiNewDataSegment()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
DDhcp4Io.c1370 Frag.Bulk = (UINT8 *) &Packet->Dhcp4.Header; in DhcpSendMessage()
1459 Frag.Bulk = (UINT8 *) &DhcpSb->LastPacket->Dhcp4.Header; in DhcpRetransmit()
DDhcp4Impl.c1554 Frag.Bulk = (UINT8 *) &Token->Packet->Dhcp4; in EfiDhcp4TransmitReceive()
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6If.c510 Netfrag.Bulk = MnpRxData->PacketData; in Ip6OnFrameReceivedDpc()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
DIp4If.c1176 Netfrag.Bulk = MnpRxData->PacketData; in Ip4OnFrameReceivedDpc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Ddictnotes.txt28 Dictionaries of any size. Bulk of work is in creation.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Ddictnotes.txt28 Dictionaries of any size. Bulk of work is in creation.
/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
DDhcp6Io.c846 Frag.Bulk = (UINT8 *) &Packet->Dhcp6.Header; in Dhcp6TransmitPacket()