Searched refs:packet (Results 1 – 15 of 15) sorted by relevance
| /xen/tools/ocaml/libs/xb/ |
| A D | Makefile | 15 PREINTF = op.cmi partial.cmi packet.cmi 16 PREOBJS = op partial packet xs_ring 18 OBJS = op partial packet xs_ring xb 19 INTF = op.cmi packet.cmi xb.cmi
|
| A D | partial.ml | 35 (* A packet which is bigger than xenstore_payload_max is illegal.
|
| A D | xb.ml | 108 (* get the output string from a string_of(packet) or partial_out *) 122 (* after sending one packet, partial is empty *)
|
| /xen/docs/misc/ |
| A D | netif-staging-grants.pandoc | 117 1) Calculate how many slots are needed for transmitting the packet. 122 2) Make first request for the packet. 123 The first request contains the whole packet size, checksum info, 134 6) Grant remaining packet pages one per slot. (grant boundary is 4k) 138 8) Fill the total packet size in the first request. 159 16) Counts all requests for this packet to be processed (while 175 17) Allocate packet metadata 184 19) Setup GNTTABOP operations to copy/map the packet 325 4) Create grant copy op from packet page to `gref`. 376 24) Call packet into the network stack. [all …]
|
| A D | xenstore-ring.txt | 113 packet boundary.
|
| A D | grant-tables.txt | 21 domB. The net front and back driver will use this for packet tx/rx. This
|
| A D | xenstore-paths.pandoc | 537 for packet filtering or routing purposes. 546 for packet filtering or routing purposes. A toolstack may attempt to use an
|
| /xen/stubdom/grub/ |
| A D | mini-os.c | 323 return !! (nic->packetlen = netfront_receive(net_dev, (void*) nic->packet, ETH_FRAME_LEN)); in minios_poll() 346 static char packet[ETH_FRAME_LEN]; variable 356 .packet = packet,
|
| /xen/stubdom/ |
| A D | lwip.patch-cvs | 794 + * the packet on a queue. 799 + * @param p the (IP) packet to 'send' 801 + * @return ERR_OK if the packet has been sent 914 + /* Don't reference the packet any more! */ 917 + /* go on while there is a packet on the list */ 948 * @note Only one packet is copied, no packet queue! 2181 /* IP packet? */ 2267 - /* Don't reference the packet any more! */ 2280 - * the packet on a queue. 2285 - * @param p the (IP) packet to 'send' [all …]
|
| A D | vtpm-locality.patch | 36 /* we need the whole packet at once, otherwise unmarshalling will fail */
|
| /xen/tools/ocaml/xenstored/ |
| A D | Makefile | 42 packet \
|
| A D | process.ml | 560 error "process packet: %s. %s" (Printexc.to_string exn) bt; 580 let packet = Connection.pop_in con in 581 let tid, rid, ty, data = Xenbus.Xb.Packet.unpack packet in 596 let packet = Connection.peek_output con in 597 let tid, _rid, ty, data = Xenbus.Xb.Packet.unpack packet in
|
| /xen/tools/ocaml/libs/xs/ |
| A D | xsraw.ml | 86 (* send one packet - can sleep *) 96 (* receive one packet - can sleep *) 137 (* send one packet in the queue, and wait for reply *)
|
| /xen/stubdom/grub.patches/ |
| A D | 99minios | 1002 arpreply = (struct arprequest *) &nic.packet[ETH_HLEN]; 1011 arpreply = (struct arprequest *) &nic.packet[ETH_HLEN];
|
| /xen/tools/firmware/rombios/ |
| A D | rombios.c | 3560 Bit8u packet[12]; 3575 memsetb(get_SS(),packet, 0, sizeof packet); 3576 packet[0] = 0x25; /* READ CAPACITY */ 3585 …if (ata_cmd_packet(device, sizeof(packet), get_SS(), packet, 0, 8L, ATA_DATA_IN, get_SS(), buf) ==…
|
Completed in 27 milliseconds