Home
last modified time | relevance | path

Searched refs:ccmd (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/tools/
H A Dmxsimage.c396 struct sb_command *ccmd; in sb_encrypt_image() local
405 ccmd = &cctx->payload; in sb_encrypt_image()
409 if (ccmd->header.tag == ROM_TAG_CMD) { in sb_encrypt_image()
411 } else if (ccmd->header.tag == ROM_LOAD_CMD) { in sb_encrypt_image()
789 struct sb_command *ccmd; in sb_build_command_nop() local
795 ccmd = &cctx->payload; in sb_build_command_nop()
800 ccmd->header.checksum = 0x5a; in sb_build_command_nop()
801 ccmd->header.tag = ROM_NOP_CMD; in sb_build_command_nop()
803 cctx->size = sizeof(*ccmd); in sb_build_command_nop()
824 struct sb_command *ccmd; in sb_build_command_tag() local
[all …]
/openbmc/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_ddp.c235 struct cxgbit_cmd *ccmd = iscsit_priv_cmd(cmd); in cxgbit_get_r2t_ttt() local
236 struct cxgbi_task_tag_info *ttinfo = &ccmd->ttinfo; in cxgbit_get_r2t_ttt()
239 if ((!ccmd->setup_ddp) || in cxgbit_get_r2t_ttt()
243 ccmd->setup_ddp = false; in cxgbit_get_r2t_ttt()
256 ccmd->release = true; in cxgbit_get_r2t_ttt()
265 struct cxgbit_cmd *ccmd = iscsit_priv_cmd(cmd); in cxgbit_unmap_cmd() local
267 if (ccmd->release) { in cxgbit_unmap_cmd()
269 put_page(sg_page(&ccmd->sg)); in cxgbit_unmap_cmd()
274 struct cxgbi_task_tag_info *ttinfo = &ccmd->ttinfo; in cxgbit_unmap_cmd()
292 ccmd->release = false; in cxgbit_unmap_cmd()
H A Dcxgbit_target.c839 struct cxgbit_cmd *ccmd; in cxgbit_allocate_cmd() local
848 ccmd = iscsit_priv_cmd(cmd); in cxgbit_allocate_cmd()
849 ccmd->ttinfo.tag = ppm->tformat.no_ddp_mask; in cxgbit_allocate_cmd()
850 ccmd->setup_ddp = true; in cxgbit_allocate_cmd()
880 struct cxgbit_cmd *ccmd = iscsit_priv_cmd(cmd); in cxgbit_handle_immediate_data() local
884 sg_init_table(&ccmd->sg, 1); in cxgbit_handle_immediate_data()
885 sg_set_page(&ccmd->sg, skb_frag_page(dfrag), in cxgbit_handle_immediate_data()
889 cmd->se_cmd.t_data_sg = &ccmd->sg; in cxgbit_handle_immediate_data()
892 ccmd->release = true; in cxgbit_handle_immediate_data()
1000 struct cxgbit_cmd *ccmd; in cxgbit_handle_iscsi_dataout() local
[all …]
/openbmc/linux/drivers/i3c/master/
H A Di3c-master-cdns.c699 struct cdns_i3c_cmd *ccmd; in cdns_i3c_master_send_ccc_cmd() local
706 ccmd = xfer->cmds; in cdns_i3c_master_send_ccc_cmd()
707 ccmd->cmd1 = CMD1_FIFO_CCC(cmd->id); in cdns_i3c_master_send_ccc_cmd()
708 ccmd->cmd0 = CMD0_FIFO_IS_CCC | in cdns_i3c_master_send_ccc_cmd()
712 ccmd->cmd0 |= CMD0_FIFO_DEV_ADDR(cmd->dests[0].addr); in cdns_i3c_master_send_ccc_cmd()
715 ccmd->cmd0 |= CMD0_FIFO_RNW; in cdns_i3c_master_send_ccc_cmd()
716 ccmd->rx_buf = cmd->dests[0].payload.data; in cdns_i3c_master_send_ccc_cmd()
717 ccmd->rx_len = cmd->dests[0].payload.len; in cdns_i3c_master_send_ccc_cmd()
719 ccmd->tx_buf = cmd->dests[0].payload.data; in cdns_i3c_master_send_ccc_cmd()
720 ccmd->tx_len = cmd->dests[0].payload.len; in cdns_i3c_master_send_ccc_cmd()
[all …]
/openbmc/qemu/ui/
H A Dspice-display.c261 QXLCursorCmd *ccmd; in qemu_spice_create_cursor_update() local
266 ccmd = &update->cmd; in qemu_spice_create_cursor_update()
271 ccmd->type = QXL_CURSOR_SET; in qemu_spice_create_cursor_update()
272 ccmd->u.set.position.x = ssd->ptr_x + ssd->hot_x; in qemu_spice_create_cursor_update()
273 ccmd->u.set.position.y = ssd->ptr_y + ssd->hot_y; in qemu_spice_create_cursor_update()
274 ccmd->u.set.visible = true; in qemu_spice_create_cursor_update()
275 ccmd->u.set.shape = (uintptr_t)cursor; in qemu_spice_create_cursor_update()
286 ccmd->type = QXL_CURSOR_HIDE; in qemu_spice_create_cursor_update()
288 ccmd->type = QXL_CURSOR_MOVE; in qemu_spice_create_cursor_update()
289 ccmd->u.position.x = ssd->ptr_x + ssd->hot_x; in qemu_spice_create_cursor_update()
[all …]
/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c451 struct scatterlist *sgs[1], ccmd; in virtio_gpu_queue_cursor() local
460 sg_init_one(&ccmd, vbuf->buf, vbuf->size); in virtio_gpu_queue_cursor()
461 sgs[0] = &ccmd; in virtio_gpu_queue_cursor()
/openbmc/qemu/tests/data/qobject/
H A Dqdict.txt2524 ccmd.c: 47173