search for: rxdata

Displaying 4 results from an estimated 4 matches for "rxdata".

Did you mean: nxdata
2017 Nov 21
2
[PATCH] EFI TCP buffer reuse bug
..._fill_buffer(struct inode * EFI_TCP4_FRAGMENT_DATA *frag; EFI_STATUS status; EFI_TCP4 *tcp = (EFI_TCP4 *)b->this; - void *data; size_t len; memset(&iotoken, 0, sizeof(iotoken)); @@ -223,10 +220,10 @@ void core_tcp_fill_buffer(struct inode * iotoken.Packet.RxData = &rxdata; rxdata.FragmentCount = 1; - rxdata.DataLength = sizeof(databuf); + rxdata.DataLength = sizeof(socket->tcp_databuf); frag = &rxdata.FragmentTable[0]; - frag->FragmentBuffer = databuf; - frag->FragmentLength = sizeof(databuf); + frag->FragmentBu...
2016 Feb 28
0
[PATCH 0/1] UEFI UDP/TFTP
...e_udp_recv(struct pxe_pvt_inode *socket, void *buf, uint16_t *buf_len, - uint32_t *src_ip, uint16_t *src_port) + +void core_udp_send(struct pxe_pvt_inode *socket, const void *data, size_t len) { - EFI_UDP4_COMPLETION_TOKEN token; - EFI_UDP4_FRAGMENT_DATA *frag; - EFI_UDP4_RECEIVE_DATA *rxdata; - struct efi_binding *b; EFI_STATUS status; - EFI_UDP4 *udp; - size_t size; - int rv = -1; - jiffies_t start; - - (void)socket; - - b = udp_reader; - udp = (EFI_UDP4 *)b->this; - memset(&token, 0, sizeof(token)); - - status = efi_setup_event(&token.Event, (...
2016 Feb 24
6
[PATCH 2/5] ntfs: remove unused variable and have ntfssect use char API calls
The variable 'ok' is never used and generates a warning. Remove it. Also ntfssect.c is designed to be compiled in non Unicode mode when using MSVC compilers, so remove all ambiguity about it (LPCTSTR -> LPCSTR, use of 'A' API calls) so that it doesn't break when compiled in Unicode mode, which is what Rufus uses with MSVC. -------------- next part --------------
2007 Feb 08
3
Re: [nut-commits] svn commit r801 - in branches/megatec-usb: . drivers
Hi Alexander, thanks for your good work on the megatec_usb driver. I have made a few more (cosmetic) changes. Is the driver now working stably for your device? In particular, do the instant commands (and particularly "upsdrvctl -k") work properly? In this case, we could hopefully mark the device as "supported" and merge the driver to the main branch. There is still the