Home
last modified time | relevance | path

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

12

/linux/arch/s390/include/asm/
H A Datomic_ops.h63 #define __ATOMIC_OP(op_name, op_type, op_string, op_barrier) \ argument
64 static __always_inline op_type op_name(op_type val, op_type *ptr) \
66 op_type old; \
76 #define __ATOMIC_OPS(op_name, op_type, op_string) \ argument
77 __ATOMIC_OP(op_name, op_type, op_string, "") \
78 __ATOMIC_OP(op_name##_barrier, op_type, op_string, "\nbcr 14,0")
93 #define __ATOMIC_CONST_OP(op_name, op_type, op_string, op_barrier) \ argument
94 static __always_inline void op_name(op_type val, op_type *ptr) \
102 #define __ATOMIC_CONST_OPS(op_name, op_type, op_string) \ argument
103 __ATOMIC_CONST_OP(op_name, op_type, op_string, "") \
[all …]
/linux/drivers/acpi/acpica/
H A Ddswexec.c331 u32 op_type; in acpi_ds_exec_end_op() local
343 op_type = walk_state->op_info->type; in acpi_ds_exec_end_op()
415 acpi_gbl_op_type_dispatch[op_type] (walk_state); in acpi_ds_exec_end_op()
457 switch (op_type) { in acpi_ds_exec_end_op()
697 op_class, op_type, op->common.aml_opcode, in acpi_ds_exec_end_op()
H A Dpsopinfo.c157 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()
H A Dacparser.h112 u8 acpi_ps_get_argument_count(u32 op_type);
H A Dacdebug.h56 u32 op_type))
/linux/drivers/infiniband/hw/irdma/
H A Dverbs.h264 switch (cq_poll_info->op_type) { in set_ib_wc_op_sq()
299 switch (info->op_type) { in set_ib_wc_op_rq_gen_3()
323 switch (cq_poll_info->op_type) { in set_ib_wc_op_rq()
H A Duk.c296 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_rdma_write()
626 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_send()
838 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_inline_rdma_write()
908 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_inline_send()
1281 info->op_type = (u8)FIELD_GET(IRDMACQ_OP, qword3); in irdma_uk_cq_poll_cmpl()
1361 info->op_type = (u8)FIELD_GET(IRDMACQ_OP, qword3); in irdma_uk_cq_poll_cmpl()
1379 info->op_type = (u8)FIELD_GET(IRDMAQPSQ_OPCODE, in irdma_uk_cq_poll_cmpl()
1383 if (info->op_type != IRDMAQP_OP_NOP) { in irdma_uk_cq_poll_cmpl()
1389 if (info->op_type == IRDMA_OP_TYPE_BIND_MW && in irdma_uk_cq_poll_cmpl()
/linux/tools/testing/selftests/net/
H A Dsrv6_end_flavors_test.sh516 local op_type
524 op_type="$(__get_srv6_rtcfg_op "${n}")"
527 case "${op_type}" in
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sriov.h27 u8 op_type:1; member
37 u8 op_type:1;
H A Dqlcnic_sriov_common.c324 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()
H A Dqlcnic_ctx.c773 int qlcnic_82xx_config_intrpt(struct qlcnic_adapter *adapter, u8 op_type) in qlcnic_82xx_config_intrpt() argument
786 type = op_type ? QLCNIC_INTRPT_ADD : QLCNIC_INTRPT_DEL; in qlcnic_82xx_config_intrpt()
794 op_type == QLCNIC_INTRPT_ADD ? "Add" : in qlcnic_82xx_config_intrpt()
806 if (op_type) { in qlcnic_82xx_config_intrpt()
H A Dqlcnic_83xx_hw.c454 if (cmd->op_type == QLC_83XX_MBX_POST_BC_OP) in qlcnic_83xx_get_mbx_data()
802 if (cmd->op_type == QLC_83XX_MBX_POST_BC_OP) in qlcnic_dump_mbx()
907 mbx->op_type = QLC_83XX_FW_MBX_CMD; in qlcnic_83xx_alloc_mbx_args()
2443 npar_info->op_type = cmd.rsp.arg[1]; in qlcnic_83xx_get_nic_info()
2554 int qlcnic_83xx_config_intrpt(struct qlcnic_adapter *adapter, bool op_type) in qlcnic_83xx_config_intrpt() argument
2572 type = op_type ? QLCNIC_INTRPT_ADD : QLCNIC_INTRPT_DEL; in qlcnic_83xx_config_intrpt()
2594 if (op_type) { in qlcnic_83xx_config_intrpt()
3964 if (cmd->op_type != QLC_83XX_MBX_POST_BC_OP) { in qlcnic_83xx_encode_mbx_cmd()
/linux/drivers/crypto/caam/
H A Dqi.h72 enum optype op_type; member
/linux/drivers/crypto/ccree/
H A Dcc_buffer_mgr.c528 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()
H A Dcc_driver.h191 enum drv_crypto_direction op_type; member
/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_pcie.h92 u8 op_type; member
H A Diosm_ipc_imem_ops.c136 IPC_CB(skb)->op_type = (u8)UL_DEFAULT; in ipc_imem_map_skb_to_dma()
607 IPC_CB(skb)->op_type = UL_USR_OP_BLOCKED; in ipc_imem_sys_devlink_write()
H A Diosm_ipc_pcie.c491 IPC_CB(skb)->op_type = (u8)UL_DEFAULT; in ipc_pcie_alloc_local_skb()
/linux/drivers/block/
H A Drbd.c332 enum obj_operation_type op_type; member
851 static char* obj_op_name(enum obj_operation_type op_type) in obj_op_name() argument
853 switch (op_type) { in obj_op_name()
1344 if (obj_req->img_request->op_type == OBJ_OP_DISCARD) { in rbd_obj_set_copyup_enabled()
1374 switch (img_req->op_type) { in rbd_img_is_write()
1589 enum obj_operation_type op_type) in rbd_img_request_init() argument
1594 img_request->op_type = op_type; in rbd_img_request_init()
2378 switch (img_req->op_type) { in count_write_ops()
2403 switch (obj_req->img_request->op_type) { in rbd_osd_setup_write_ops()
2429 switch (img_req->op_type) { in __rbd_img_fill_request()
[all …]
/linux/net/rds/
H A Drdma.c877 rm->atomic.op_type = RDS_ATOMIC_TYPE_FADD; in rds_cmsg_atomic()
882 rm->atomic.op_type = RDS_ATOMIC_TYPE_FADD; in rds_cmsg_atomic()
887 rm->atomic.op_type = RDS_ATOMIC_TYPE_CSWP; in rds_cmsg_atomic()
894 rm->atomic.op_type = RDS_ATOMIC_TYPE_CSWP; in rds_cmsg_atomic()
/linux/drivers/accel/qaic/
H A Dqaic_ras.c148 u16 op_type; member
260 le16_to_cpus(&sysbus2_syndrome->op_type); in ras_msg_to_cpu()
438 sysbus2_syndrome->op_type, in decode_ras_msg()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init_ops.h238 u32 op_idx, op_type, addr, len; in bnx2x_init_block() local
251 op_type = op->raw.op; in bnx2x_init_block()
260 switch (op_type) { in bnx2x_init_block()
/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_skcipher_algs.c151 sym_create_session->op_type = cpu_to_le32(VIRTIO_CRYPTO_SYM_OP_CIPHER); in virtio_crypto_alg_skcipher_init_session()
380 req_data->u.sym_req.op_type = cpu_to_le32(VIRTIO_CRYPTO_SYM_OP_CIPHER); in __virtio_crypto_skcipher_do_req()
/linux/drivers/crypto/bcm/
H A Dcipher.h66 enum op_type { enum
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_dev.h539 u8 op_type; member

12