| /linux/arch/s390/include/asm/ |
| A D | atomic_ops.h | 47 #define __ATOMIC_OP(op_name, op_type, op_string, op_barrier) \ argument 48 static inline op_type op_name(op_type val, op_type *ptr) \ 50 op_type old; \ 60 #define __ATOMIC_OPS(op_name, op_type, op_string) \ argument 61 __ATOMIC_OP(op_name, op_type, op_string, "\n") \ 62 __ATOMIC_OP(op_name##_barrier, op_type, op_string, "bcr 14,0\n") 77 #define __ATOMIC_CONST_OP(op_name, op_type, op_string, op_barrier) \ argument 78 static __always_inline void op_name(op_type val, op_type *ptr) \ 86 #define __ATOMIC_CONST_OPS(op_name, op_type, op_string) \ argument 87 __ATOMIC_CONST_OP(op_name, op_type, op_string, "\n") \ [all …]
|
| /linux/drivers/firmware/efi/ |
| A D | cper-arm.c | 92 u8 trans_type, op_type, level, participation_type, address_space; in cper_print_arm_err_info() local 118 op_type = ((error_info >> CPER_ARM_ERR_OPERATION_SHIFT) in cper_print_arm_err_info() 122 if (op_type < ARRAY_SIZE(arm_cache_err_op_strs)) { in cper_print_arm_err_info() 124 arm_cache_err_op_strs[op_type]); in cper_print_arm_err_info() 128 if (op_type < ARRAY_SIZE(arm_tlb_err_op_strs)) { in cper_print_arm_err_info() 130 arm_tlb_err_op_strs[op_type]); in cper_print_arm_err_info() 134 if (op_type < ARRAY_SIZE(arm_bus_err_op_strs)) { in cper_print_arm_err_info() 136 arm_bus_err_op_strs[op_type]); in cper_print_arm_err_info()
|
| /linux/drivers/acpi/acpica/ |
| A D | dswexec.c | 331 u32 op_type; in acpi_ds_exec_end_op() local 343 op_type = walk_state->op_info->type; in acpi_ds_exec_end_op() 413 acpi_gbl_op_type_dispatch[op_type] (walk_state); in acpi_ds_exec_end_op() 455 switch (op_type) { in acpi_ds_exec_end_op() 695 op_class, op_type, op->common.aml_opcode, in acpi_ds_exec_end_op()
|
| A D | psopinfo.c | 157 u8 acpi_ps_get_argument_count(u32 op_type) in acpi_ps_get_argument_count() argument 160 if (op_type <= AML_TYPE_EXEC_6A_0T_1R) { in acpi_ps_get_argument_count() 161 return (acpi_gbl_argument_count[op_type]); in acpi_ps_get_argument_count()
|
| A D | acdebug.h | 56 u32 op_type))
|
| /linux/drivers/net/ethernet/hisilicon/hns/ |
| A D | hns_dsaf_misc.c | 58 static void hns_dsaf_acpi_ledctrl_by_port(struct hns_mac_cb *mac_cb, u8 op_type, in hns_dsaf_acpi_ledctrl_by_port() argument 76 &hns_dsaf_acpi_dsm_guid, 0, op_type, &argv4); in hns_dsaf_acpi_ledctrl_by_port() 87 u8 op_type, u32 locate, in hns_dsaf_acpi_locate_ledctrl_by_port() argument 103 &hns_dsaf_acpi_dsm_guid, 0, op_type, &argv4); in hns_dsaf_acpi_locate_ledctrl_by_port() 250 static void hns_dsaf_acpi_srst_by_port(struct dsaf_device *dsaf_dev, u8 op_type, in hns_dsaf_acpi_srst_by_port() argument 268 &hns_dsaf_acpi_dsm_guid, 0, op_type, &argv4); in hns_dsaf_acpi_srst_by_port()
|
| /linux/tools/lib/traceevent/ |
| A D | parse-filter.c | 444 int op_type; in add_right() local 496 op_type = op->num.type; in add_right() 523 switch (op_type) { in add_right() 525 op_type = TEP_FILTER_CMP_MATCH; in add_right() 528 op_type = TEP_FILTER_CMP_NOT_MATCH; in add_right() 548 op->str.type = op_type; in add_right() 642 enum op_type { enum 947 enum op_type op_type; in process_filter() local 1057 switch (op_type) { in process_filter() 1081 switch (op_type) { in process_filter() [all …]
|
| /linux/drivers/mtd/spi-nor/controllers/ |
| A D | hisi-sfc.c | 230 dma_addr_t dma_buf, size_t len, u8 op_type) in hisi_spi_nor_dma_transfer() argument 249 if (op_type == FMC_OP_READ) in hisi_spi_nor_dma_transfer() 254 if (op_type == FMC_OP_READ) in hisi_spi_nor_dma_transfer() 259 reg = OP_CTRL_RW_OP(op_type) | OP_CTRL_DMA_OP_READY; in hisi_spi_nor_dma_transfer() 260 reg |= (op_type == FMC_OP_READ) in hisi_spi_nor_dma_transfer()
|
| /linux/drivers/infiniband/hw/irdma/ |
| A D | uk.c | 343 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_rdma_write() 532 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_send() 711 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_inline_rdma_write() 780 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_inline_send() 1142 info->op_type = IRDMA_OP_TYPE_REC_IMM; in irdma_uk_cq_poll_cmpl() 1144 info->op_type = IRDMA_OP_TYPE_REC; in irdma_uk_cq_poll_cmpl() 1184 info->op_type = (u8)FIELD_GET(IRDMACQ_OP, qword3); in irdma_uk_cq_poll_cmpl() 1196 u8 op_type; in irdma_uk_cq_poll_cmpl() local 1203 op_type = (u8)FIELD_GET(IRDMAQPSQ_OPCODE, wqe_qword); in irdma_uk_cq_poll_cmpl() 1204 info->op_type = op_type; in irdma_uk_cq_poll_cmpl() [all …]
|
| A D | user.h | 224 u8 op_type; member 262 u8 op_type; member
|
| /linux/drivers/crypto/ccree/ |
| A D | cc_buffer_mgr.c | 519 areq_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT && in cc_unmap_aead_request() 647 enum drv_crypto_direction direct = areq_ctx->gen_ctx.op_type; in cc_prepare_aead_data_dlli() 673 enum drv_crypto_direction direct = areq_ctx->gen_ctx.op_type; in cc_prepare_aead_data_mlli() 786 enum drv_crypto_direction direct = areq_ctx->gen_ctx.op_type; in cc_aead_chain_data() 909 if (areq_ctx->gen_ctx.op_type == in cc_update_aead_mlli_nents() 958 areq_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT && in cc_map_aead_request() 963 areq_ctx->cryptlen = (areq_ctx->gen_ctx.op_type == in cc_map_aead_request() 1047 if ((areq_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_ENCRYPT) && in cc_map_aead_request()
|
| A D | cc_aead.c | 227 if (areq_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT) { in cc_aead_complete() 880 int direct = req_ctx->gen_ctx.op_type; in cc_proc_digest_desc() 929 int direct = req_ctx->gen_ctx.op_type; in cc_set_cipher_desc() 969 int direct = req_ctx->gen_ctx.op_type; in cc_proc_cipher() 1216 int direct = req_ctx->gen_ctx.op_type; in cc_hmac_authenc() 1269 int direct = req_ctx->gen_ctx.op_type; in cc_xcbc_authenc() 1419 if (req_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT) { in cc_ccm() 1547 unsigned int cryptlen = (req_ctx->gen_ctx.op_type == in config_ccm_adata() 1737 if (req_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT) { in cc_proc_gcm_result() 1836 unsigned int cryptlen = (req_ctx->gen_ctx.op_type == in config_gcm_context() [all …]
|
| A D | cc_cipher.c | 519 int direction = req_ctx->gen_ctx.op_type; in cc_setup_readiv_desc() 576 int direction = req_ctx->gen_ctx.op_type; in cc_setup_state_desc() 620 int direction = req_ctx->gen_ctx.op_type; in cc_setup_xex_state_desc() 697 int direction = req_ctx->gen_ctx.op_type; in cc_setup_key_desc() 945 req_ctx->gen_ctx.op_type = direction; in cc_cipher_process()
|
| A D | cc_driver.h | 191 enum drv_crypto_direction op_type; member
|
| /linux/include/uapi/linux/ |
| A D | virtio_crypto.h | 227 __le32 op_type; member 383 __le32 op_type; member
|
| /linux/drivers/crypto/chelsio/ |
| A D | chcr_algo.c | 692 unsigned short op_type) in chcr_cipher_fallback() argument 1245 unsigned short op_type) in process_cipher() argument 1335 op_type); in process_cipher() 1338 reqctx->op = op_type; in process_cipher() 2404 unsigned short op_type) in chcr_aead_need_fallback() argument 2576 unsigned short op_type) in chcr_aead_dma_map() argument 2638 unsigned short op_type) in chcr_aead_dma_unmap() argument 2892 unsigned short op_type) in generate_b0() argument 2914 (op_type == CHCR_DECRYPT_OP) ? in generate_b0() 2932 unsigned short op_type, in ccm_format_packet() argument [all …]
|
| A D | chcr_crypto.h | 331 unsigned short op_type); 333 unsigned short op_type);
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| A D | qlcnic_sriov.h | 27 u8 op_type:1; member 37 u8 op_type:1;
|
| A D | qlcnic_sriov_common.c | 323 cmd.op_type = QLC_83XX_MBX_POST_BC_OP; in qlcnic_sriov_post_bc_msg() 727 mbx->op_type = QLC_BC_CMD; in qlcnic_sriov_alloc_bc_mbx_args() 796 cmd->op_type = trans->req_hdr->op_type; in qlcnic_sriov_prepare_bc_hdr() 804 hdr[i].op_type = cmd->op_type; in qlcnic_sriov_prepare_bc_hdr() 1204 hdr->op_type != QLC_BC_CMD && in qlcnic_sriov_handle_bc_cmd() 1218 if (hdr->op_type == QLC_BC_CMD) in qlcnic_sriov_handle_bc_cmd() 1228 cmd.op_type = hdr->op_type; in qlcnic_sriov_handle_bc_cmd()
|
| /linux/drivers/crypto/caam/ |
| A D | qi.h | 68 enum optype op_type; member
|
| /linux/drivers/net/wwan/iosm/ |
| A D | iosm_ipc_pcie.h | 91 u8 op_type; member
|
| /linux/drivers/block/ |
| A D | rbd.c | 855 switch (op_type) { in obj_op_name() 1356 switch (img_req->op_type) { in rbd_img_is_write() 1575 img_request->op_type = op_type; in rbd_img_request_init() 2361 switch (img_req->op_type) { in count_write_ops() 2412 switch (img_req->op_type) { in __rbd_img_fill_request() 4640 enum obj_operation_type op_type = img_request->op_type; in rbd_queue_workfn() local 4671 if (op_type == OBJ_OP_DISCARD || op_type == OBJ_OP_ZEROOUT) in rbd_queue_workfn() 4699 op_type = OBJ_OP_DISCARD; in rbd_queue_rq() 4702 op_type = OBJ_OP_ZEROOUT; in rbd_queue_rq() 4705 op_type = OBJ_OP_WRITE; in rbd_queue_rq() [all …]
|
| /linux/net/rds/ |
| A D | rdma.c | 881 rm->atomic.op_type = RDS_ATOMIC_TYPE_FADD; in rds_cmsg_atomic() 886 rm->atomic.op_type = RDS_ATOMIC_TYPE_FADD; in rds_cmsg_atomic() 891 rm->atomic.op_type = RDS_ATOMIC_TYPE_CSWP; in rds_cmsg_atomic() 898 rm->atomic.op_type = RDS_ATOMIC_TYPE_CSWP; in rds_cmsg_atomic()
|
| /linux/arch/powerpc/perf/ |
| A D | isa207-common.c | 303 u32 op_type; in isa207_get_mem_data_src() local 314 op_type = (mmcra >> MMCRA_SAMP_ELIG_SHIFT) & MMCRA_SAMP_ELIG_MASK; in isa207_get_mem_data_src() 315 switch (op_type) { in isa207_get_mem_data_src()
|
| /linux/tools/perf/util/ |
| A D | bpf-loader.c | 808 enum bpf_map_op_type op_type; member 1033 op->op_type = BPF_MAP_OP_SET_VALUE; in __bpf_map__config_value() 1092 op->op_type = BPF_MAP_OP_SET_EVSEL; in __bpf_map__config_event() 1457 switch (op->op_type) { in apply_obj_config_map_for_key() 1589 op->op_type = BPF_MAP_OP_SET_EVSEL; in bpf__setup_output_event()
|