Home
last modified time | relevance | path

Searched refs:body (Results 1 – 25 of 108) sorted by relevance

12345

/linux-2.6.39/drivers/gpu/drm/vmwgfx/
Dvmwgfx_overlay.c65 SVGAFifoCmdEscape body; member
77 header->body.nsid = SVGA_ESCAPE_NSID_VMWARE; in fill_escape()
78 header->body.size = size; in fill_escape()
153 } body; in vmw_overlay_send_put() member
172 fill_escape(&cmds->escape, sizeof(cmds->body)); in vmw_overlay_send_put()
173 cmds->body.header.cmdType = SVGA_ESCAPE_VMWARE_VIDEO_SET_REGS; in vmw_overlay_send_put()
174 cmds->body.header.streamId = arg->stream_id; in vmw_overlay_send_put()
177 cmds->body.items[i].registerId = i; in vmw_overlay_send_put()
181 cmds->body.items[SVGA_VIDEO_ENABLED].value = true; in vmw_overlay_send_put()
182 cmds->body.items[SVGA_VIDEO_FLAGS].value = arg->flags; in vmw_overlay_send_put()
[all …]
Dvmwgfx_execbuf.c112 SVGA3dCmdSetRenderTarget body; in vmw_cmd_set_render_target_check() member
121 ret = vmw_cmd_sid_check(dev_priv, sw_context, &cmd->body.target.sid); in vmw_cmd_set_render_target_check()
131 SVGA3dCmdSurfaceCopy body; in vmw_cmd_surface_copy_check() member
136 ret = vmw_cmd_sid_check(dev_priv, sw_context, &cmd->body.src.sid); in vmw_cmd_surface_copy_check()
139 return vmw_cmd_sid_check(dev_priv, sw_context, &cmd->body.dest.sid); in vmw_cmd_surface_copy_check()
148 SVGA3dCmdSurfaceStretchBlt body; in vmw_cmd_stretch_blt_check() member
153 ret = vmw_cmd_sid_check(dev_priv, sw_context, &cmd->body.src.sid); in vmw_cmd_stretch_blt_check()
156 return vmw_cmd_sid_check(dev_priv, sw_context, &cmd->body.dest.sid); in vmw_cmd_stretch_blt_check()
165 SVGA3dCmdBlitSurfaceToScreen body; in vmw_cmd_blt_surf_screen_check() member
169 return vmw_cmd_sid_check(dev_priv, sw_context, &cmd->body.srcImage.sid); in vmw_cmd_blt_surf_screen_check()
[all …]
Dvmwgfx_resource.c200 SVGA3dCmdDestroyContext body; in vmw_hw_context_destroy() member
210 cmd->header.size = cpu_to_le32(sizeof(cmd->body)); in vmw_hw_context_destroy()
211 cmd->body.cid = cpu_to_le32(res->id); in vmw_hw_context_destroy()
225 SVGA3dCmdDefineContext body; in vmw_context_init() member
247 cmd->header.size = cpu_to_le32(sizeof(cmd->body)); in vmw_context_init()
248 cmd->body.cid = cpu_to_le32(res->id); in vmw_context_init()
397 SVGA3dCmdDestroySurface body; in vmw_hw_surface_destroy() member
407 cmd->header.size = cpu_to_le32(sizeof(cmd->body)); in vmw_hw_surface_destroy()
408 cmd->body.sid = cpu_to_le32(res->id); in vmw_hw_surface_destroy()
430 SVGA3dCmdDefineSurface body; in vmw_surface_init() member
[all …]
Dvmwgfx_kms.c398 SVGA3dCmdPresent body; in vmw_framebuffer_present_fs_callback() member
417 cmd->header.size = cpu_to_le32(sizeof(cmd->body) + sizeof(cmd->cr)); in vmw_framebuffer_present_fs_callback()
418 cmd->body.sid = cpu_to_le32(surf->res.id); in vmw_framebuffer_present_fs_callback()
455 SVGA3dCmdPresent body; in vmw_framebuffer_surface_dirty() member
506 cmd->header.size = cpu_to_le32(sizeof(cmd->body) + num_clips * sizeof(cmd->cr)); in vmw_framebuffer_surface_dirty()
507 cmd->body.sid = cpu_to_le32(surf->res.id); in vmw_framebuffer_surface_dirty()
660 SVGAFifoCmdUpdate body; in vmw_framebuffer_dmabuf_dirty() member
688 cmd[i].body.x = cpu_to_le32(clips->x1); in vmw_framebuffer_dmabuf_dirty()
689 cmd[i].body.y = cpu_to_le32(clips->y1); in vmw_framebuffer_dmabuf_dirty()
690 cmd[i].body.width = cpu_to_le32(clips->x2 - clips->x1); in vmw_framebuffer_dmabuf_dirty()
[all …]
/linux-2.6.39/fs/reiserfs/
Ddo_balan.c272 const char *body, /* body of inserted item or bytes to paste */ in balance_leaf() argument
308 if (flag == M_INSERT && !body) in balance_leaf()
353 ret_val, ih, body, in balance_leaf()
374 body += in balance_leaf()
393 ret_val, ih, body, in balance_leaf()
453 body, zeros_num); in balance_leaf()
470 body, in balance_leaf()
471 body in balance_leaf()
544 body, in balance_leaf()
616 body += in balance_leaf()
[all …]
Ddir.c246 void make_empty_dir_item_v1(char *body, __le32 dirid, __le32 objid, in make_empty_dir_item_v1() argument
251 memset(body, 0, EMPTY_DIR_SIZE_V1); in make_empty_dir_item_v1()
252 deh = (struct reiserfs_de_head *)body; in make_empty_dir_item_v1()
274 memcpy(body + deh_location(&(deh[0])), ".", 1); in make_empty_dir_item_v1()
275 memcpy(body + deh_location(&(deh[1])), "..", 2); in make_empty_dir_item_v1()
279 void make_empty_dir_item(char *body, __le32 dirid, __le32 objid, in make_empty_dir_item() argument
284 memset(body, 0, EMPTY_DIR_SIZE); in make_empty_dir_item()
285 deh = (struct reiserfs_de_head *)body; in make_empty_dir_item()
308 memcpy(body + deh_location(&(deh[0])), ".", 1); in make_empty_dir_item()
309 memcpy(body + deh_location(&(deh[1])), "..", 2); in make_empty_dir_item()
/linux-2.6.39/drivers/message/i2o/
Diop.c451 msg->body[0] = cpu_to_le32(PAGE_SIZE); in i2o_iop_init_outbound_queue()
453 msg->body[1] = cpu_to_le32(I2O_OUTBOUND_MSG_FRAME_SIZE << 16 | 0x80); in i2o_iop_init_outbound_queue()
454 msg->body[2] = cpu_to_le32(0xd0000004); in i2o_iop_init_outbound_queue()
455 msg->body[3] = cpu_to_le32(i2o_dma_low(c->status.phys)); in i2o_iop_init_outbound_queue()
456 msg->body[4] = cpu_to_le32(i2o_dma_high(c->status.phys)); in i2o_iop_init_outbound_queue()
515 msg->body[0] = cpu_to_le32(0x00000000); in i2o_iop_reset()
516 msg->body[1] = cpu_to_le32(0x00000000); in i2o_iop_reset()
517 msg->body[2] = cpu_to_le32(i2o_dma_low(c->status.phys)); in i2o_iop_reset()
518 msg->body[3] = cpu_to_le32(i2o_dma_high(c->status.phys)); in i2o_iop_reset()
737 msg->body[0] = cpu_to_le32(c->unit + 2); in i2o_iop_systab_set()
[all …]
Dexec-osm.c172 rc = le32_to_cpu(wait->msg->body[0]) >> 24; in i2o_msg_post_wait_mem()
408 msg->body[0] = cpu_to_le32(0xffffffff); in i2o_exec_lct_notify()
409 msg->body[1] = cpu_to_le32(change_ind); in i2o_exec_lct_notify()
410 msg->body[2] = cpu_to_le32(0xd0000000 | c->dlct.len); in i2o_exec_lct_notify()
411 msg->body[3] = cpu_to_le32(c->dlct.phys); in i2o_exec_lct_notify()
474 pm = le32_to_cpu(msg->body[3]); in i2o_exec_reply()
560 msg->body[0] = cpu_to_le32(0xffffffff); in i2o_exec_lct_get()
561 msg->body[1] = cpu_to_le32(0x00000000); in i2o_exec_lct_get()
562 msg->body[2] = cpu_to_le32(0xd0000000 | c->dlct.len); in i2o_exec_lct_get()
563 msg->body[3] = cpu_to_le32(c->dlct.phys); in i2o_exec_lct_get()
Di2o_config.c278 msg->body[0] = in i2o_cfg_swdl()
282 msg->body[1] = cpu_to_le32(swlen); in i2o_cfg_swdl()
283 msg->body[2] = cpu_to_le32(kxfer.sw_id); in i2o_cfg_swdl()
284 msg->body[3] = cpu_to_le32(0xD0000000 | fragsize); in i2o_cfg_swdl()
285 msg->body[4] = cpu_to_le32(buffer.phys); in i2o_cfg_swdl()
350 msg->body[0] = in i2o_cfg_swul()
353 msg->body[1] = cpu_to_le32(swlen); in i2o_cfg_swul()
354 msg->body[2] = cpu_to_le32(kxfer.sw_id); in i2o_cfg_swul()
355 msg->body[3] = cpu_to_le32(0xD0000000 | fragsize); in i2o_cfg_swul()
356 msg->body[4] = cpu_to_le32(buffer.phys); in i2o_cfg_swul()
[all …]
Di2o_block.c148 msg->body[0] = cpu_to_le32(60 << 16); in i2o_block_device_flush()
176 msg->body[0] = cpu_to_le32(-1); in i2o_block_device_mount()
177 msg->body[1] = cpu_to_le32(0x00000000); in i2o_block_device_mount()
205 msg->body[0] = cpu_to_le32(-1); in i2o_block_device_lock()
233 msg->body[0] = cpu_to_le32(media_id); in i2o_block_device_unlock()
263 msg->body[0] = cpu_to_le32(op << 24); in i2o_block_device_power()
477 if ((le32_to_cpu(msg->body[0]) >> 24) != 0) { in i2o_block_reply()
478 u32 status = le32_to_cpu(msg->body[0]); in i2o_block_reply()
500 i2o_block_end_request(req, error, le32_to_cpu(msg->body[1])); in i2o_block_reply()
767 mptr = &msg->body[0]; in i2o_block_transfer()
Ddevice.c47 msg->body[0] = cpu_to_le32(type); in i2o_device_issue_claim()
480 msg->body[i++] = cpu_to_le32(0x00000000); in i2o_parm_issue()
481 msg->body[i++] = cpu_to_le32(0x4C000000 | oplen); /* OperationList */ in i2o_parm_issue()
482 memcpy(&msg->body[i], oplist, oplen); in i2o_parm_issue()
484 msg->body[i++] = cpu_to_le32(0xD0000000 | res.len); /* ResultList */ in i2o_parm_issue()
485 msg->body[i++] = cpu_to_le32(res.phys); in i2o_parm_issue()
Di2o_scsi.c362 error = le32_to_cpu(msg->body[0]); in i2o_scsi_reply()
372 memcpy(cmd->sense_buffer, &msg->body[3], in i2o_scsi_reply()
585 mptr = &msg->body[0]; in i2o_scsi_queuecommand_lck()
727 msg->body[0] = cpu_to_le32(i2o_cntxt_list_get_ptr(c, SCpnt)); in DEF_SCSI_QCMD()
/linux-2.6.39/drivers/media/rc/
Dir-rc6-decoder.c198 data->body <<= 1; in ir_rc6_decode()
200 data->body |= 1; in ir_rc6_decode()
223 scancode = data->body & 0xffff; in ir_rc6_decode()
230 toggle = data->body & RC6_6A_MCE_TOGGLE_MASK ? 1 : 0; in ir_rc6_decode()
231 scancode = data->body & ~RC6_6A_MCE_TOGGLE_MASK; in ir_rc6_decode()
234 scancode = data->body & 0xffffff; in ir_rc6_decode()
/linux-2.6.39/drivers/net/wireless/p54/
Dfwio.c397 union p54_scan_body_union *body; in p54_scan() local
406 2 + sizeof(*iq_autocal) + sizeof(*body) + in p54_scan()
436 body = (void *) skb_put(skb, sizeof(body->longbow)); in p54_scan()
438 body = (void *) skb_put(skb, sizeof(body->normal)); in p54_scan()
448 memcpy(&body->longbow.power_limits, in p54_scan()
455 body->normal.val_barker = 0x38; in p54_scan()
456 body->normal.val_bpsk = body->normal.dup_bpsk = in p54_scan()
458 body->normal.val_qpsk = body->normal.dup_qpsk = in p54_scan()
460 body->normal.val_16qam = body->normal.dup_16qam = in p54_scan()
462 body->normal.val_64qam = body->normal.dup_64qam = in p54_scan()
[all …]
/linux-2.6.39/drivers/xen/xenbus/
Dxenbus_xs.c58 char *body; member
142 char *body; in read_reply() local
163 body = msg->u.reply.body; in read_reply()
167 return body; in read_reply()
773 char *body; in process_msg() local
804 body = kmalloc(msg->hdr.len + 1, GFP_NOIO | __GFP_HIGH); in process_msg()
805 if (body == NULL) { in process_msg()
811 err = xb_read(body, msg->hdr.len); in process_msg()
813 kfree(body); in process_msg()
817 body[msg->hdr.len] = '\0'; in process_msg()
[all …]
/linux-2.6.39/arch/ia64/sn/kernel/
Dpio_phys.S27 .body
42 .body
57 .body
/linux-2.6.39/drivers/tty/ipwireless/
Dhardware.c331 struct ipw_control_packet_body body; member
768 const struct ipw_control_packet_body *body = in handle_received_CTRL_packet() local
779 switch (body->sig_no) { in handle_received_CTRL_packet()
797 if (body->value) in handle_received_CTRL_packet()
1288 packet->body.sig_no = sig_no; in alloc_ctrl_packet()
1327 packet->body.value = (state == 0 ? 0 : 1); in set_control_line()
1369 struct tl_setup_get_version_qry body; member
1374 struct tl_setup_config_msg body; member
1379 struct tl_setup_config_done_msg body; member
1384 struct tl_setup_open_msg body; member
[all …]
/linux-2.6.39/arch/ia64/lib/
Dxor.S28 .body
65 .body
105 .body
148 .body
Dflush.S45 .body
99 .body
Dip_fast_csum.S35 .body
84 .body
/linux-2.6.39/arch/ia64/kernel/
Dgate.S40 .body
114 .body
208 .body
228 .body
315 .body
Dpal.S72 .body
106 .body
154 .body
212 .body
Dfsys.S55 .body
64 .body
97 .body
144 .body
191 .body
366 .body
384 .body
551 .body
600 .body
621 .body
/linux-2.6.39/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c152 struct xdr_buf *body, int body_offset, u8 *cksumkey, in make_checksum_hmac_md5() argument
203 err = xdr_process_buf(body, body_offset, body->len - body_offset, in make_checksum_hmac_md5()
242 struct xdr_buf *body, int body_offset, u8 *cksumkey, in make_checksum() argument
253 body, body_offset, in make_checksum()
283 err = xdr_process_buf(body, body_offset, body->len - body_offset, in make_checksum()
323 struct xdr_buf *body, int body_offset, u8 *cksumkey, in make_checksum_v2() argument
357 err = xdr_process_buf(body, body_offset, body->len - body_offset, in make_checksum_v2()
/linux-2.6.39/arch/tile/lib/
Datomic_asm_32.S80 .macro atomic_op, name, bitwidth, body argument
98 \body /* set r24, and r25 if 64-bit */

12345