| /linux/arch/s390/include/asm/ |
| H A D | atomic_ops.h | 63 #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 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() 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 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()
|
| H A D | acparser.h | 112 u8 acpi_ps_get_argument_count(u32 op_type);
|
| H A D | acdebug.h | 56 u32 op_type))
|
| /linux/drivers/mtd/spi-nor/controllers/ |
| H 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/ |
| H A D | verbs.h | 264 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 D | uk.c | 297 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_rdma_write() 627 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_send() 839 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_inline_rdma_write() 909 FIELD_PREP(IRDMAQPSQ_OPCODE, info->op_type) | in irdma_uk_inline_send() 1284 info->op_type = (u8)FIELD_GET(IRDMACQ_OP, qword3); in irdma_uk_cq_poll_cmpl() 1364 info->op_type = (u8)FIELD_GET(IRDMACQ_OP, qword3); in irdma_uk_cq_poll_cmpl() 1382 info->op_type = (u8)FIELD_GET(IRDMAQPSQ_OPCODE, in irdma_uk_cq_poll_cmpl() 1386 if (info->op_type != IRDMAQP_OP_NOP) { in irdma_uk_cq_poll_cmpl() 1392 if (info->op_type == IRDMA_OP_TYPE_BIND_MW && in irdma_uk_cq_poll_cmpl()
|
| H A D | user.h | 345 u8 op_type; member 383 u8 op_type; member
|
| /linux/tools/testing/selftests/net/ |
| H A D | srv6_end_flavors_test.sh | 516 local op_type 524 op_type="$(__get_srv6_rtcfg_op "${n}")" 527 case "${op_type}" in
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_sriov.h | 27 u8 op_type:1; member 37 u8 op_type:1;
|
| H A D | qlcnic_sriov_common.c | 325 cmd.op_type = QLC_83XX_MBX_POST_BC_OP; in qlcnic_sriov_post_bc_msg() 730 mbx->op_type = QLC_BC_CMD; in qlcnic_sriov_alloc_bc_mbx_args() 799 cmd->op_type = trans->req_hdr->op_type; in qlcnic_sriov_prepare_bc_hdr() 807 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()
|
| H A D | qlcnic_ctx.c | 773 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 D | qlcnic.h | 1201 __le32 op_type; member 1237 u32 op_type; member 1362 u8 op_type; member 1528 u32 op_type; member
|
| H A D | qlcnic_83xx_hw.c | 454 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 D | qi.h | 72 enum optype op_type; member
|
| /linux/drivers/crypto/ccree/ |
| H A 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()
|
| H A D | cc_driver.h | 191 enum drv_crypto_direction op_type; member
|
| /linux/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_pcie.h | 92 u8 op_type; member
|
| H A D | iosm_ipc_imem_ops.c | 136 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()
|
| /linux/net/rds/ |
| H A D | rdma.c | 884 rm->atomic.op_type = RDS_ATOMIC_TYPE_FADD; in rds_cmsg_atomic() 889 rm->atomic.op_type = RDS_ATOMIC_TYPE_FADD; in rds_cmsg_atomic() 894 rm->atomic.op_type = RDS_ATOMIC_TYPE_CSWP; in rds_cmsg_atomic() 901 rm->atomic.op_type = RDS_ATOMIC_TYPE_CSWP; in rds_cmsg_atomic()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_init_ops.h | 238 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/infiniband/hw/bnxt_re/ |
| H A D | main.c | 2137 static void bnxt_re_dev_uninit(struct bnxt_re_dev *rdev, u8 op_type) in bnxt_re_dev_uninit() argument 2176 if (op_type == BNXT_RE_COMPLETE_REMOVE) { in bnxt_re_dev_uninit() 2182 static int bnxt_re_dev_init(struct bnxt_re_dev *rdev, u8 op_type) in bnxt_re_dev_init() argument 2191 if (op_type == BNXT_RE_COMPLETE_INIT) { in bnxt_re_dev_init() 2412 static int bnxt_re_add_device(struct auxiliary_device *adev, u8 op_type) in bnxt_re_add_device() argument 2433 rc = bnxt_re_dev_init(rdev, op_type); in bnxt_re_add_device() 2459 static void bnxt_re_remove_device(struct bnxt_re_dev *rdev, u8 op_type, in bnxt_re_remove_device() argument 2464 bnxt_re_dev_uninit(rdev, op_type); in bnxt_re_remove_device()
|
| /linux/drivers/crypto/bcm/ |
| H A D | cipher.h | 66 enum op_type { enum
|
| /linux/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_hw_dev.h | 539 u8 op_type; member
|