Home
last modified time | relevance | path

Searched refs:bytes_recvd (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/input/serio/
Dhyperv-keyboard.c192 u32 bytes_recvd, in hv_kbd_handle_received_packet() argument
222 msg_sz = bytes_recvd - (desc->offset8 << 3); in hv_kbd_handle_received_packet()
241 desc->type, req_id, bytes_recvd); in hv_kbd_handle_received_packet()
251 u32 bytes_recvd; in hv_kbd_on_channel_callback() local
261 &bytes_recvd, &req_id); in hv_kbd_on_channel_callback()
264 if (bytes_recvd == 0) { in hv_kbd_on_channel_callback()
270 bytes_recvd, req_id); in hv_kbd_on_channel_callback()
276 bufferlen = bytes_recvd; in hv_kbd_on_channel_callback()
277 buffer = kmalloc(bytes_recvd, GFP_ATOMIC); in hv_kbd_on_channel_callback()
/linux-4.1.27/drivers/hid/
Dhid-hyperv.c328 u32 bytes_recvd; in mousevsc_on_channel_callback() local
340 bufferlen, &bytes_recvd, &req_id); in mousevsc_on_channel_callback()
344 if (bytes_recvd <= 0) { in mousevsc_on_channel_callback()
360 desc->type, req_id, bytes_recvd); in mousevsc_on_channel_callback()
369 bufferlen = bytes_recvd; in mousevsc_on_channel_callback()
370 buffer = kmalloc(bytes_recvd, GFP_ATOMIC); in mousevsc_on_channel_callback()
/linux-4.1.27/drivers/net/hyperv/
Dnetvsc.c1086 u32 bytes_recvd; in netvsc_channel_cb() local
1106 &bytes_recvd, &request_id); in netvsc_channel_cb()
1108 if (bytes_recvd > 0) { in netvsc_channel_cb()
1130 bytes_recvd); in netvsc_channel_cb()
1145 buffer = kmalloc(bytes_recvd, GFP_ATOMIC); in netvsc_channel_cb()
1150 "(%d)!!\n", bytes_recvd); in netvsc_channel_cb()
1154 bufferlen = bytes_recvd; in netvsc_channel_cb()
/linux-4.1.27/drivers/video/fbdev/
Dhyperv_fb.c392 u32 bytes_recvd; in synthvid_receive() local
405 &bytes_recvd, &req_id); in synthvid_receive()
406 if (bytes_recvd > 0 && in synthvid_receive()
409 } while (bytes_recvd > 0 && ret == 0); in synthvid_receive()
/linux-4.1.27/drivers/scsi/
Dstorvsc_drv.c1244 u32 bytes_recvd; in storvsc_on_channel_callback() local
1263 &bytes_recvd, &request_id); in storvsc_on_channel_callback()
1264 if (ret == 0 && bytes_recvd > 0) { in storvsc_on_channel_callback()