Home
last modified time | relevance | path

Searched refs:op_type (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dpnv-xive2-flush-sync.c186 int op_type = xive_inject_tests[test_nr]; in test_flush_sync_inject() local
191 clr_sync(qts, src_pir, ic_topo_id, op_type); in test_flush_sync_inject()
192 byte = get_sync(qts, src_pir, ic_topo_id, op_type); in test_flush_sync_inject()
196 inject_op(qts, ic_topo_id, op_type); in test_flush_sync_inject()
199 byte = get_sync(qts, src_pir, ic_topo_id, op_type); in test_flush_sync_inject()
202 clr_sync(qts, src_pir, ic_topo_id, op_type); in test_flush_sync_inject()
/openbmc/qemu/migration/
H A Dmultifd-uadk.c57 ss.op_type = WD_DIR_COMPRESS; in multifd_uadk_init_sess()
61 ss.op_type = WD_DIR_DECOMPRESS; in multifd_uadk_init_sess()
64 param.type = ss.op_type; in multifd_uadk_init_sess()
167 .op_type = WD_DIR_COMPRESS, in multifd_uadk_send_prepare()
275 .op_type = WD_DIR_DECOMPRESS, in multifd_uadk_recv()
/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c121 uint32_t op_type; in virtio_crypto_create_sym_session() local
124 op_type = ldl_le_p(&sess_req->op_type); in virtio_crypto_create_sym_session()
128 sym_info->op_type = op_type; in virtio_crypto_create_sym_session()
130 if (op_type == VIRTIO_CRYPTO_SYM_OP_CIPHER) { in virtio_crypto_create_sym_session()
137 } else if (op_type == VIRTIO_CRYPTO_SYM_OP_ALGORITHM_CHAINING) { in virtio_crypto_create_sym_session()
526 if (sym_op_info->op_type == in virtio_crypto_sym_input_data_helper()
729 uint32_t op_type; in virtio_crypto_handle_sym_req() local
731 op_type = ldl_le_p(&req->op_type); in virtio_crypto_handle_sym_req()
732 if (op_type == VIRTIO_CRYPTO_SYM_OP_CIPHER) { in virtio_crypto_handle_sym_req()
738 } else if (op_type == VIRTIO_CRYPTO_SYM_OP_ALGORITHM_CHAINING) { in virtio_crypto_handle_sym_req()
[all …]
/openbmc/qemu/backends/
H A Dcryptodev-builtin.c227 if (sess_info->op_type != VIRTIO_CRYPTO_SYM_OP_CIPHER) { in cryptodev_builtin_create_cipher_session()
228 error_setg(errp, "Unsupported optype :%u", sess_info->op_type); in cryptodev_builtin_create_cipher_session()
301 sess->type = sess_info->op_type; in cryptodev_builtin_create_cipher_session()
456 if (op_info->op_type == VIRTIO_CRYPTO_SYM_OP_ALGORITHM_CHAINING) { in cryptodev_builtin_sym_operation()
/openbmc/qemu/include/system/
H A Dcryptodev.h79 uint8_t op_type; member
152 uint8_t op_type; member
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_crypto.h284 uint32_t op_type; member
451 uint32_t op_type; member
/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_a3700.c140 static u32 comphy_poll_reg(void *addr, u32 val, u32 mask, u8 op_type) in comphy_poll_reg() argument
145 if (op_type == POLL_16B_REG) in comphy_poll_reg()
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_ip_prv_if.h106 enum hws_operation op_type);
H A Dmv_ddr_plat.c593 u32 data, enum hws_operation op_type) in prfa_write() argument
601 ((op_type & PRFA_TYPE_MASK) << PRFA_TYPE_OFFS); in prfa_write()
/openbmc/u-boot/scripts/
H A Dcheckpatch.pl4209 my $op_type = substr($curr_values, $off + 1, 1);
4215 if ($op_type ne 'V' &&