/kernel/linux/linux-5.10/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 __always_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 …]
|
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
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()
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
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 | 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() 697 op_class, op_type, op->common.aml_opcode, in acpi_ds_exec_end_op()
|
D | acparser.h | 112 u8 acpi_ps_get_argument_count(u32 op_type);
|
D | acdebug.h | 56 u32 op_type))
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/ |
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()
|
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/controllers/ |
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()
|
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
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 650 static enum op_type process_op(const char *token, in process_op() 947 enum op_type op_type; in process_filter() local 1054 op_type = process_op(token, &btype, &ctype, &etype); in process_filter() [all …]
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
D | qi.h | 68 enum optype op_type; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | virtio_crypto.h | 169 __le32 op_type; member 252 __le32 op_type; member
|
/kernel/linux/linux-5.10/drivers/crypto/chelsio/ |
D | chcr_crypto.h | 327 unsigned short op_type); 329 unsigned short op_type);
|
D | chcr_algo.c | 696 unsigned short op_type) in chcr_cipher_fallback() argument 707 err = op_type ? crypto_skcipher_decrypt(&reqctx->fallback_req) : in chcr_cipher_fallback() 1252 unsigned short op_type) in process_cipher() argument 1342 op_type); in process_cipher() 1345 reqctx->op = op_type; in process_cipher() 2410 unsigned short op_type) in chcr_aead_need_fallback() argument 2414 if (((req->cryptlen - (op_type ? authsize : 0)) == 0) || in chcr_aead_need_fallback() 2422 static int chcr_aead_fallback(struct aead_request *req, unsigned short op_type) in chcr_aead_fallback() argument 2434 return op_type ? crypto_aead_decrypt(subreq) : in chcr_aead_fallback() 2582 unsigned short op_type) in chcr_aead_dma_map() argument [all …]
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | virtio_crypto.h | 177 __le32 op_type; member 297 __le32 op_type; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | virtio_crypto.h | 227 __le32 op_type; member 383 __le32 op_type; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_sriov.h | 27 u8 op_type:1; member 37 u8 op_type:1;
|
D | qlcnic_sriov_common.c | 325 cmd.op_type = QLC_83XX_MBX_POST_BC_OP; in qlcnic_sriov_post_bc_msg() 729 mbx->op_type = QLC_BC_CMD; in qlcnic_sriov_alloc_bc_mbx_args() 798 cmd->op_type = trans->req_hdr->op_type; in qlcnic_sriov_prepare_bc_hdr() 806 hdr[i].op_type = cmd->op_type; in qlcnic_sriov_prepare_bc_hdr() 1206 hdr->op_type != QLC_BC_CMD && in qlcnic_sriov_handle_bc_cmd() 1220 if (hdr->op_type == QLC_BC_CMD) in qlcnic_sriov_handle_bc_cmd() 1230 cmd.op_type = hdr->op_type; in qlcnic_sriov_handle_bc_cmd()
|
/kernel/linux/linux-5.10/drivers/crypto/ccree/ |
D | cc_buffer_mgr.c | 528 areq_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT && in cc_unmap_aead_request() 656 enum drv_crypto_direction direct = areq_ctx->gen_ctx.op_type; in cc_prepare_aead_data_dlli() 682 enum drv_crypto_direction direct = areq_ctx->gen_ctx.op_type; in cc_prepare_aead_data_mlli() 795 enum drv_crypto_direction direct = areq_ctx->gen_ctx.op_type; in cc_aead_chain_data() 918 if (areq_ctx->gen_ctx.op_type == in cc_update_aead_mlli_nents() 967 areq_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT && in cc_map_aead_request() 972 areq_ctx->cryptlen = (areq_ctx->gen_ctx.op_type == in cc_map_aead_request() 1056 if ((areq_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_ENCRYPT) && in cc_map_aead_request()
|
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() 1809 if (req_ctx->gen_ctx.op_type == DRV_CRYPTO_DIRECTION_DECRYPT) { in cc_gcm() [all …]
|
D | cc_driver.h | 191 enum drv_crypto_direction op_type; member
|
D | cc_cipher.c | 516 int direction = req_ctx->gen_ctx.op_type; in cc_setup_readiv_desc() 573 int direction = req_ctx->gen_ctx.op_type; in cc_setup_state_desc() 617 int direction = req_ctx->gen_ctx.op_type; in cc_setup_xex_state_desc() 694 int direction = req_ctx->gen_ctx.op_type; in cc_setup_key_desc() 942 req_ctx->gen_ctx.op_type = direction; in cc_cipher_process()
|
/kernel/linux/linux-5.10/net/rds/ |
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()
|
/kernel/linux/linux-5.10/drivers/block/ |
D | rbd.c | 332 enum obj_operation_type op_type; member 904 static char* obj_op_name(enum obj_operation_type op_type) in obj_op_name() argument 906 switch (op_type) { in obj_op_name() 1418 switch (img_req->op_type) { in rbd_img_is_write() 1632 enum obj_operation_type op_type) in rbd_img_request_init() argument 1637 img_request->op_type = op_type; in rbd_img_request_init() 2423 switch (img_req->op_type) { in count_write_ops() 2448 switch (obj_req->img_request->op_type) { in rbd_osd_setup_write_ops() 2474 switch (img_req->op_type) { in __rbd_img_fill_request() 3447 obj_op_name(img_req->op_type), obj_req->ex.oe_objno, in __rbd_obj_handle_request() [all …]
|