/Linux-v4.19/arch/s390/include/asm/ |
D | atomic_ops.h | 13 #define __ATOMIC_OP(op_name, op_type, op_string, op_barrier) \ argument 14 static inline op_type op_name(op_type val, op_type *ptr) \ 16 op_type old; \ 26 #define __ATOMIC_OPS(op_name, op_type, op_string) \ argument 27 __ATOMIC_OP(op_name, op_type, op_string, "\n") \ 28 __ATOMIC_OP(op_name##_barrier, op_type, op_string, "bcr 14,0\n") 43 #define __ATOMIC_CONST_OP(op_name, op_type, op_string, op_barrier) \ argument 44 static inline void op_name(op_type val, op_type *ptr) \ 52 #define __ATOMIC_CONST_OPS(op_name, op_type, op_string) \ argument 53 __ATOMIC_CONST_OP(op_name, op_type, op_string, "\n") \ [all …]
|
/Linux-v4.19/drivers/firmware/efi/ |
D | cper-arm.c | 104 u8 trans_type, op_type, level, participation_type, address_space; in cper_print_arm_err_info() local 130 op_type = ((error_info >> CPER_ARM_ERR_OPERATION_SHIFT) in cper_print_arm_err_info() 134 if (op_type < ARRAY_SIZE(arm_cache_err_op_strs)) { in cper_print_arm_err_info() 136 arm_cache_err_op_strs[op_type]); in cper_print_arm_err_info() 140 if (op_type < ARRAY_SIZE(arm_tlb_err_op_strs)) { in cper_print_arm_err_info() 142 arm_tlb_err_op_strs[op_type]); in cper_print_arm_err_info() 146 if (op_type < ARRAY_SIZE(arm_bus_err_op_strs)) { in cper_print_arm_err_info() 148 arm_bus_err_op_strs[op_type]); in cper_print_arm_err_info()
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | dswexec.c | 328 u32 op_type; in acpi_ds_exec_end_op() local 336 op_type = walk_state->op_info->type; in acpi_ds_exec_end_op() 406 acpi_gbl_op_type_dispatch[op_type] (walk_state); in acpi_ds_exec_end_op() 448 switch (op_type) { in acpi_ds_exec_end_op() 664 op_class, op_type, op->common.aml_opcode, in acpi_ds_exec_end_op()
|
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()
|
D | acdebug.h | 53 u32 op_type))
|
D | acparser.h | 112 u8 acpi_ps_get_argument_count(u32 op_type);
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/ |
D | hns_dsaf_misc.c | 62 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 80 &hns_dsaf_acpi_dsm_guid, 0, op_type, &argv4); in hns_dsaf_acpi_ledctrl_by_port() 91 u8 op_type, u32 locate, in hns_dsaf_acpi_locate_ledctrl_by_port() argument 107 &hns_dsaf_acpi_dsm_guid, 0, op_type, &argv4); in hns_dsaf_acpi_locate_ledctrl_by_port() 254 static void hns_dsaf_acpi_srst_by_port(struct dsaf_device *dsaf_dev, u8 op_type, in hns_dsaf_acpi_srst_by_port() argument 272 &hns_dsaf_acpi_dsm_guid, 0, op_type, &argv4); in hns_dsaf_acpi_srst_by_port()
|
/Linux-v4.19/drivers/mtd/spi-nor/ |
D | hisi-sfc.c | 242 dma_addr_t dma_buf, size_t len, u8 op_type) in hisi_spi_nor_dma_transfer() argument 261 if (op_type == FMC_OP_READ) in hisi_spi_nor_dma_transfer() 266 if (op_type == FMC_OP_READ) in hisi_spi_nor_dma_transfer() 271 reg = OP_CTRL_RW_OP(op_type) | OP_CTRL_DMA_OP_READY; in hisi_spi_nor_dma_transfer() 272 reg |= (op_type == FMC_OP_READ) in hisi_spi_nor_dma_transfer()
|
/Linux-v4.19/tools/lib/traceevent/ |
D | parse-filter.c | 448 int op_type; in add_right() local 500 op_type = op->num.type; in add_right() 527 switch (op_type) { in add_right() 529 op_type = FILTER_CMP_MATCH; in add_right() 532 op_type = FILTER_CMP_NOT_MATCH; in add_right() 552 op->str.type = op_type; in add_right() 646 enum op_type { enum 654 static enum op_type process_op(const char *token, in process_op() 951 enum op_type op_type; in process_filter() local 1058 op_type = process_op(token, &btype, &ctype, &etype); in process_filter() [all …]
|
/Linux-v4.19/drivers/infiniband/hw/i40iw/ |
D | i40iw_uk.c | 392 LS_64(info->op_type, I40IWQPSQ_OPCODE) | in i40iw_send() 526 LS_64(info->op_type, I40IWQPSQ_OPCODE) | in i40iw_inline_send() 813 info->op_type = I40IW_OP_TYPE_REC; in i40iw_cq_poll_completion() 840 info->op_type = (u8)RS_64(qword3, I40IWCQ_OP); in i40iw_cq_poll_completion() 848 u8 op_type; in i40iw_cq_poll_completion() local 854 op_type = (u8)RS_64(wqe_qword, I40IWQPSQ_OPCODE); in i40iw_cq_poll_completion() 855 info->op_type = op_type; in i40iw_cq_poll_completion() 858 if (op_type != I40IWQP_OP_NOP) { in i40iw_cq_poll_completion()
|
D | i40iw_user.h | 239 u8 op_type; member 273 u8 op_type; member
|
/Linux-v4.19/drivers/crypto/caam/ |
D | qi.h | 93 enum optype op_type; member
|
D | caamalg_qi.c | 792 drv_ctx->op_type = type; in get_drv_ctx() 806 enum optype op_type, dma_addr_t qm_sg_dma, in caam_unmap() argument 819 op_type == GIVENCRYPT ? DMA_FROM_DEVICE : in caam_unmap() 833 edesc->iv_dma, ivsize, edesc->drv_req.drv_ctx->op_type, in aead_unmap() 846 edesc->iv_dma, ivsize, edesc->drv_req.drv_ctx->op_type, in ablkcipher_unmap() 905 enum optype op_type = encrypt ? ENCRYPT : DECRYPT; in aead_edesc_alloc() 907 drv_ctx = get_drv_ctx(ctx, op_type); in aead_edesc_alloc() 1031 iv_dma, ivsize, op_type, 0, 0); in aead_edesc_alloc() 1054 iv_dma, ivsize, op_type, 0, 0); in aead_edesc_alloc() 1171 if (edesc->drv_req.drv_ctx->op_type == GIVENCRYPT) { in ablkcipher_done() [all …]
|
/Linux-v4.19/drivers/crypto/chelsio/ |
D | chcr_crypto.h | 320 unsigned short op_type); 322 unsigned short op_type);
|
D | chcr_algo.c | 682 unsigned short op_type) in chcr_cipher_fallback() argument 693 err = op_type ? crypto_skcipher_decrypt(subreq) : in chcr_cipher_fallback() 1170 unsigned short op_type) in process_cipher() argument 1249 op_type); in process_cipher() 1252 reqctx->op = op_type; in process_cipher() 2229 unsigned short op_type) in chcr_aead_need_fallback() argument 2233 if (((req->cryptlen - (op_type ? authsize : 0)) == 0) || in chcr_aead_need_fallback() 2241 static int chcr_aead_fallback(struct aead_request *req, unsigned short op_type) in chcr_aead_fallback() argument 2253 return op_type ? crypto_aead_decrypt(subreq) : in chcr_aead_fallback() 2400 unsigned short op_type) in chcr_aead_dma_map() argument [all …]
|
/Linux-v4.19/include/uapi/linux/ |
D | virtio_crypto.h | 227 __le32 op_type; member 383 __le32 op_type; member
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_sriov.h | 28 u8 op_type:1; member 38 u8 op_type:1;
|
D | qlcnic_sriov_common.c | 324 cmd.op_type = QLC_83XX_MBX_POST_BC_OP; in qlcnic_sriov_post_bc_msg() 726 mbx->op_type = QLC_BC_CMD; in qlcnic_sriov_alloc_bc_mbx_args() 795 cmd->op_type = trans->req_hdr->op_type; in qlcnic_sriov_prepare_bc_hdr() 803 hdr[i].op_type = cmd->op_type; in qlcnic_sriov_prepare_bc_hdr() 1207 hdr->op_type != QLC_BC_CMD && in qlcnic_sriov_handle_bc_cmd() 1221 if (hdr->op_type == QLC_BC_CMD) in qlcnic_sriov_handle_bc_cmd() 1231 cmd.op_type = hdr->op_type; in qlcnic_sriov_handle_bc_cmd()
|
/Linux-v4.19/drivers/crypto/ccree/ |
D | cc_buffer_mgr.c | 633 if (areq_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_ENCRYPT) in cc_unmap_aead_request() 651 areq_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT && in cc_unmap_aead_request() 851 enum drv_crypto_direction direct = areq_ctx->gen_ctx.op_type; in cc_prepare_aead_data_dlli() 883 enum drv_crypto_direction direct = areq_ctx->gen_ctx.op_type; in cc_prepare_aead_data_mlli() 1015 enum drv_crypto_direction direct = areq_ctx->gen_ctx.op_type; in cc_aead_chain_data() 1151 if (areq_ctx->gen_ctx.op_type == in cc_update_aead_mlli_nents() 1203 areq_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT && in cc_map_aead_request() 1208 areq_ctx->cryptlen = (areq_ctx->gen_ctx.op_type == in cc_map_aead_request() 1292 if (areq_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_ENCRYPT) in cc_map_aead_request()
|
D | cc_aead.c | 222 if (areq_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT) { in cc_aead_complete() 871 int direct = req_ctx->gen_ctx.op_type; in cc_proc_digest_desc() 920 int direct = req_ctx->gen_ctx.op_type; in cc_set_cipher_desc() 960 int direct = req_ctx->gen_ctx.op_type; in cc_proc_cipher() 1205 int direct = req_ctx->gen_ctx.op_type; in cc_hmac_authenc() 1258 int direct = req_ctx->gen_ctx.op_type; in cc_xcbc_authenc() 1408 if (req_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT) { in cc_ccm() 1536 unsigned int cryptlen = (req_ctx->gen_ctx.op_type == in config_ccm_adata() 1727 if (req_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT) { in cc_proc_gcm_result() 1788 if (req_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT) { in cc_gcm() [all …]
|
D | cc_driver.h | 165 enum drv_crypto_direction op_type; member
|
/Linux-v4.19/net/rds/ |
D | rdma.c | 810 rm->atomic.op_type = RDS_ATOMIC_TYPE_FADD; in rds_cmsg_atomic() 815 rm->atomic.op_type = RDS_ATOMIC_TYPE_FADD; in rds_cmsg_atomic() 820 rm->atomic.op_type = RDS_ATOMIC_TYPE_CSWP; in rds_cmsg_atomic() 827 rm->atomic.op_type = RDS_ATOMIC_TYPE_CSWP; in rds_cmsg_atomic()
|
/Linux-v4.19/mm/ |
D | kmemleak.c | 265 int op_type; /* kmemleak operation type */ member 852 static void __init log_early(int op_type, const void *ptr, size_t size, in log_early() argument 876 log->op_type = op_type; in log_early() 2047 switch (log->op_type) { in kmemleak_init() 2081 log->op_type); in kmemleak_init()
|
/Linux-v4.19/drivers/block/ |
D | rbd.c | 278 enum obj_operation_type op_type; member 852 static char* obj_op_name(enum obj_operation_type op_type) in obj_op_name() argument 854 switch (op_type) { in obj_op_name() 1421 switch (img_req->op_type) { in rbd_img_is_write() 1638 enum obj_operation_type op_type, in rbd_img_request_create() argument 1648 img_request->op_type = op_type; in rbd_img_request_create() 1662 obj_op_name(op_type), img_request); in rbd_img_request_create() 1933 switch (img_req->op_type) { in __rbd_img_fill_request() 2396 switch (obj_req->img_request->op_type) { in rbd_obj_issue_copyup() 2522 switch (obj_req->img_request->op_type) { in __rbd_obj_handle_request() [all …]
|
/Linux-v4.19/tools/perf/util/ |
D | bpf-loader.c | 825 enum bpf_map_op_type op_type; member 1050 op->op_type = BPF_MAP_OP_SET_VALUE; in __bpf_map__config_value() 1110 op->op_type = BPF_MAP_OP_SET_EVSEL; in __bpf_map__config_event() 1475 switch (op->op_type) { in apply_obj_config_map_for_key() 1607 op->op_type = BPF_MAP_OP_SET_EVSEL; in bpf__setup_output_event()
|