Searched refs:ccmd (Results 1 – 7 of 7) sorted by relevance
396 struct sb_command *ccmd; in sb_encrypt_image() local405 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() local795 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 …]
235 struct cxgbit_cmd *ccmd = iscsit_priv_cmd(cmd); in cxgbit_get_r2t_ttt() local236 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() local267 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()
839 struct cxgbit_cmd *ccmd; in cxgbit_allocate_cmd() local848 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() local884 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 …]
699 struct cdns_i3c_cmd *ccmd; in cdns_i3c_master_send_ccc_cmd() local706 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 …]
261 QXLCursorCmd *ccmd; in qemu_spice_create_cursor_update() local266 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 …]
451 struct scatterlist *sgs[1], ccmd; in virtio_gpu_queue_cursor() local460 sg_init_one(&ccmd, vbuf->buf, vbuf->size); in virtio_gpu_queue_cursor()461 sgs[0] = &ccmd; in virtio_gpu_queue_cursor()
2524 ccmd.c: 47173