/linux-4.1.27/drivers/acpi/acpica/ |
D | dswexec.c | 361 u32 op_type; in acpi_ds_exec_end_op() local 369 op_type = walk_state->op_info->type; in acpi_ds_exec_end_op() 440 acpi_gbl_op_type_dispatch[op_type] (walk_state); in acpi_ds_exec_end_op() 482 switch (op_type) { in acpi_ds_exec_end_op() 696 op_class, op_type, op->common.aml_opcode, in acpi_ds_exec_end_op()
|
D | psopinfo.c | 194 u8 acpi_ps_get_argument_count(u32 op_type) in acpi_ps_get_argument_count() argument 197 if (op_type <= AML_TYPE_EXEC_6A_0T_1R) { in acpi_ps_get_argument_count() 198 return (acpi_gbl_argument_count[op_type]); in acpi_ps_get_argument_count()
|
D | acdebug.h | 86 union acpi_parse_object *op, u32 op_type);
|
D | acparser.h | 135 u8 acpi_ps_get_argument_count(u32 op_type);
|
/linux-4.1.27/drivers/block/ |
D | rbd.c | 801 static char* obj_op_name(enum obj_operation_type op_type) in obj_op_name() argument 803 switch (op_type) { in obj_op_name() 1912 enum obj_operation_type op_type, in rbd_osd_req_create() argument 1921 (op_type == OBJ_OP_DISCARD || op_type == OBJ_OP_WRITE)) { in rbd_osd_req_create() 1923 if (op_type == OBJ_OP_WRITE) { in rbd_osd_req_create() 1931 rbd_assert(num_ops == 1 || ((op_type == OBJ_OP_WRITE) && num_ops == 2)); in rbd_osd_req_create() 1941 if (op_type == OBJ_OP_WRITE || op_type == OBJ_OP_DISCARD) in rbd_osd_req_create() 2149 enum obj_operation_type op_type, in rbd_img_request_create() argument 2163 if (op_type == OBJ_OP_DISCARD) { in rbd_img_request_create() 2166 } else if (op_type == OBJ_OP_WRITE) { in rbd_img_request_create() [all …]
|
/linux-4.1.27/tools/lib/traceevent/ |
D | parse-filter.c | 457 int op_type; in add_right() local 509 op_type = op->num.type; in add_right() 536 switch (op_type) { in add_right() 538 op_type = FILTER_CMP_MATCH; in add_right() 541 op_type = FILTER_CMP_NOT_MATCH; in add_right() 561 op->str.type = op_type; in add_right() 655 enum op_type { enum 663 static enum op_type process_op(const char *token, in process_op() 960 enum op_type op_type; in process_filter() local 1067 op_type = process_op(token, &btype, &ctype, &etype); in process_filter() [all …]
|
/linux-4.1.27/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 | 315 cmd.op_type = QLC_83XX_MBX_POST_BC_OP; in qlcnic_sriov_post_bc_msg() 717 mbx->op_type = QLC_BC_CMD; in qlcnic_sriov_alloc_bc_mbx_args() 788 cmd->op_type = trans->req_hdr->op_type; in qlcnic_sriov_prepare_bc_hdr() 796 hdr[i].op_type = cmd->op_type; in qlcnic_sriov_prepare_bc_hdr() 1200 hdr->op_type != QLC_BC_CMD && in qlcnic_sriov_handle_bc_cmd() 1214 if (hdr->op_type == QLC_BC_CMD) in qlcnic_sriov_handle_bc_cmd() 1224 cmd.op_type = hdr->op_type; in qlcnic_sriov_handle_bc_cmd()
|
D | qlcnic_ctx.c | 768 int qlcnic_82xx_config_intrpt(struct qlcnic_adapter *adapter, u8 op_type) in qlcnic_82xx_config_intrpt() argument 779 type = op_type ? QLCNIC_INTRPT_ADD : QLCNIC_INTRPT_DEL; in qlcnic_82xx_config_intrpt() 787 op_type == QLCNIC_INTRPT_ADD ? "Add" : in qlcnic_82xx_config_intrpt() 799 if (op_type) { in qlcnic_82xx_config_intrpt()
|
D | qlcnic.h | 1208 __le32 op_type; member 1244 u32 op_type; member 1372 u8 op_type; member 1538 u32 op_type; member
|
D | qlcnic_83xx_hw.c | 451 if (cmd->op_type == QLC_83XX_MBX_POST_BC_OP) in qlcnic_83xx_get_mbx_data() 800 if (cmd->op_type == QLC_83XX_MBX_POST_BC_OP) in qlcnic_dump_mbx() 905 mbx->op_type = QLC_83XX_FW_MBX_CMD; in qlcnic_83xx_alloc_mbx_args() 2431 npar_info->op_type = cmd.rsp.arg[1]; in qlcnic_83xx_get_nic_info() 2542 int qlcnic_83xx_config_intrpt(struct qlcnic_adapter *adapter, bool op_type) in qlcnic_83xx_config_intrpt() argument 2560 type = op_type ? QLCNIC_INTRPT_ADD : QLCNIC_INTRPT_DEL; in qlcnic_83xx_config_intrpt() 2582 if (op_type) { in qlcnic_83xx_config_intrpt() 3888 if (cmd->op_type != QLC_83XX_MBX_POST_BC_OP) { in qlcnic_83xx_encode_mbx_cmd()
|
D | qlcnic_sysfs.c | 530 if (!esw_cfg[i].op_type) in validate_esw_config() 534 if (!esw_cfg[i].op_type) in validate_esw_config()
|
D | qlcnic_sriov_pf.c | 1499 if (trans->req_hdr->op_type == QLC_BC_CMD) { in qlcnic_sriov_pf_process_bc_cmd() 1730 (hdr->op_type == QLC_BC_CMD) && in qlcnic_sriov_soft_flr_check()
|
D | qlcnic_main.c | 899 int qlcnic_82xx_mq_intrpt(struct qlcnic_adapter *adapter, int op_type) in qlcnic_82xx_mq_intrpt() argument
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
D | qxl_fb.c | 46 int op_type; member 196 op->op_type = QXL_FB_OP_FILLRECT; in qxl_fb_delayed_fillrect() 215 op->op_type = QXL_FB_OP_COPYAREA; in qxl_fb_delayed_copyarea() 235 op->op_type = QXL_FB_OP_IMAGEBLIT; in qxl_fb_delayed_imageblit() 377 switch (entry->op_type) { in qxl_fb_work()
|
/linux-4.1.27/net/rds/ |
D | rdma.c | 783 rm->atomic.op_type = RDS_ATOMIC_TYPE_FADD; in rds_cmsg_atomic() 788 rm->atomic.op_type = RDS_ATOMIC_TYPE_FADD; in rds_cmsg_atomic() 793 rm->atomic.op_type = RDS_ATOMIC_TYPE_CSWP; in rds_cmsg_atomic() 800 rm->atomic.op_type = RDS_ATOMIC_TYPE_CSWP; in rds_cmsg_atomic()
|
D | ib_send.c | 169 if (op->op_type == RDS_ATOMIC_TYPE_CSWP) in rds_ib_send_unmap_atomic() 811 if (op->op_type == RDS_ATOMIC_TYPE_CSWP) { in rds_ib_xmit_atomic()
|
D | rds.h | 318 int op_type; member
|
/linux-4.1.27/mm/ |
D | kmemleak.c | 254 int op_type; /* kmemleak operation type */ member 807 static void __init log_early(int op_type, const void *ptr, size_t size, in log_early() argument 830 log->op_type = op_type; in log_early() 1869 switch (log->op_type) { in kmemleak_init() 1899 log->op_type); in kmemleak_init()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_init_ops.h | 236 u32 op_idx, op_type, addr, len; in bnx2x_init_block() local 249 op_type = op->raw.op; in bnx2x_init_block() 258 switch (op_type) { in bnx2x_init_block()
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_mb.c | 1131 if ((FW_DEBUG_CMD_TYPE_G(ntohl(dbg->op_type))) == 1) { in csio_mb_dump_fw_dbg()
|
/linux-4.1.27/scripts/ |
D | checkpatch.pl | 3656 my $op_type = substr($curr_values, $off + 1, 1); 3662 if ($op_type ne 'V' &&
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.h | 1355 u32 op_type; member
|
D | be_cmds.c | 2465 req->params.op_type = cpu_to_le32(flash_type); in be_cmd_write_flashrom() 2508 req->params.op_type = cpu_to_le32(img_optype); in be_cmd_get_flash_crc()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4fw_api.h | 2942 __be32 op_type; member
|