Home
last modified time | relevance | path

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

12

/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/NetworkPkg/HttpDxe/
DHttpImpl.c970 Fragment.Bulk = NULL; in HttpResponseWorker()
1310 (CHAR8 *) Fragment.Bulk in HttpResponseWorker()
1328 …HttpMsg->BodyLength = MIN ((UINTN) (HttpInstance->NextMsg - (CHAR8 *) Fragment.Bulk), HttpMsg->Bod… in HttpResponseWorker()
1329 CopyMem (HttpMsg->Body, Fragment.Bulk, HttpMsg->BodyLength); in HttpResponseWorker()
1343 … CopyMem (HttpInstance->CacheBody, Fragment.Bulk + HttpMsg->BodyLength, HttpInstance->CacheLen); in HttpResponseWorker()
1346 …nstance->CacheBody + (UINTN) (HttpInstance->NextMsg - (CHAR8 *) (Fragment.Bulk + HttpMsg->BodyLeng… in HttpResponseWorker()
1350 CopyMem (HttpMsg->Body, Fragment.Bulk, HttpMsg->BodyLength); in HttpResponseWorker()
1363 … CopyMem (HttpInstance->CacheBody, Fragment.Bulk + HttpMsg->BodyLength, HttpInstance->CacheLen); in HttpResponseWorker()
1368 if (Fragment.Bulk != NULL) { in HttpResponseWorker()
1369 FreePool (Fragment.Bulk); in HttpResponseWorker()
[all …]
DHttpProto.c1479 TempFragment.Bulk = NULL; in HttpTransmitTcp()
1525 Tx4Token->Packet.TxData->FragmentTable[0].FragmentBuffer = (VOID *) TempFragment.Bulk; in HttpTransmitTcp()
1548 Tx6Token->Packet.TxData->FragmentTable[0].FragmentBuffer = (VOID *) TempFragment.Bulk; in HttpTransmitTcp()
1774 Fragment.Bulk = NULL; in HttpTcpReceiveHeader()
1832 Fragment.Bulk = (UINT8 *) Rx4Token->Packet.RxData->FragmentTable[0].FragmentBuffer; in HttpTcpReceiveHeader()
1834 if (Fragment.Bulk != NULL) { in HttpTcpReceiveHeader()
1835 FreePool (Fragment.Bulk); in HttpTcpReceiveHeader()
1836 Fragment.Bulk = NULL; in HttpTcpReceiveHeader()
1863 Fragment.Bulk, in HttpTcpReceiveHeader()
1881 Fragment.Bulk = NULL; in HttpTcpReceiveHeader()
[all …]
DHttpsSupport.c739 Tcp4RxData->FragmentTable[0].FragmentBuffer = Fragment[CurrentFragment].Bulk; in TlsCommonReceive()
744 Tcp6RxData->FragmentTable[0].FragmentBuffer = Fragment[CurrentFragment].Bulk; in TlsCommonReceive()
788 Fragment[CurrentFragment].Bulk += Tcp4RxData->FragmentTable[0].FragmentLength; in TlsCommonReceive()
800 Fragment[CurrentFragment].Bulk += Tcp6RxData->FragmentTable[0].FragmentLength; in TlsCommonReceive()
1410 Fragment->Bulk = Buffer; in TlsProcessMessage()
1590 …ASSERT (((TLS_RECORD_HEADER *) (TempFragment.Bulk))->ContentType == TLS_CONTENT_TYPE_APPLICATION_D… in HttpsReceive()
1592 BufferInSize = ((TLS_RECORD_HEADER *) (TempFragment.Bulk))->Length; in HttpsReceive()
1599 CopyMem (BufferIn, TempFragment.Bulk + sizeof (TLS_RECORD_HEADER), BufferInSize); in HttpsReceive()
1604 FreePool (TempFragment.Bulk); in HttpsReceive()
1719 Fragment->Bulk = BufferIn; in HttpsReceive()
/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.c238 Fragments[0].Bulk = (UINT8 *) IkePacket->Header; in IkeNetbufFromPacket()
248 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/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/NetworkPkg/DnsDxe/
DDnsImpl.c1788 Frag.Bulk = AllocatePool (DNS_MAX_MESSAGE_SIZE * sizeof (UINT8)); in ConstructDNSQuery()
1789 if (Frag.Bulk == NULL) { in ConstructDNSQuery()
1796 DnsHeader = (DNS_HEADER *) Frag.Bulk; in ConstructDNSQuery()
1819 CopyMem (Frag.Bulk + Frag.Len, QueryName, AsciiStrLen (QueryName)); in ConstructDNSQuery()
1821 *(Frag.Bulk + Frag.Len) = 0; in ConstructDNSQuery()
1827 DnsQuery = (DNS_QUERY_SECTION *) (Frag.Bulk + Frag.Len); in ConstructDNSQuery()
1839 FreePool (Frag.Bulk); in ConstructDNSQuery()
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DNetLib.h1488 UINT8 *Bulk; // The block's Data member
1596 UINT8 *Bulk; member
2061 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.c1345 Fragment[0].Bulk = Context->InData + InDataOffset; in IScsiReceivePdu()
1353 Fragment[1].Bulk = (UINT8 *)PadAndCRC32 + (4 - PadLen); in IScsiReceivePdu()
2122 Fragment[0].Bulk = Data; in IScsiNewDataSegment()
2127 Fragment[1].Bulk = (UINT8 *) &mDataSegPad; in IScsiNewDataSegment()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
DDhcp4Io.c1366 Frag.Bulk = (UINT8 *) &Packet->Dhcp4.Header; in DhcpSendMessage()
1455 Frag.Bulk = (UINT8 *) &DhcpSb->LastPacket->Dhcp4.Header; in DhcpRetransmit()
DDhcp4Impl.c1564 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.c1173 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.

12