/linux-4.4.14/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 | 191 u8 acpi_ps_get_argument_count(u32 op_type) in acpi_ps_get_argument_count() argument 194 if (op_type <= AML_TYPE_EXEC_6A_0T_1R) { in acpi_ps_get_argument_count() 195 return (acpi_gbl_argument_count[op_type]); in acpi_ps_get_argument_count()
|
D | acdebug.h | 85 union acpi_parse_object *op, u32 op_type);
|
D | acparser.h | 138 u8 acpi_ps_get_argument_count(u32 op_type);
|
/linux-4.4.14/drivers/block/ |
D | rbd.c | 803 static char* obj_op_name(enum obj_operation_type op_type) in obj_op_name() argument 805 switch (op_type) { in obj_op_name() 1933 enum obj_operation_type op_type, in rbd_osd_req_create() argument 1942 (op_type == OBJ_OP_DISCARD || op_type == OBJ_OP_WRITE)) { in rbd_osd_req_create() 1944 if (op_type == OBJ_OP_WRITE) { in rbd_osd_req_create() 1952 rbd_assert(num_ops == 1 || ((op_type == OBJ_OP_WRITE) && num_ops == 2)); in rbd_osd_req_create() 1962 if (op_type == OBJ_OP_WRITE || op_type == OBJ_OP_DISCARD) in rbd_osd_req_create() 2170 enum obj_operation_type op_type, in rbd_img_request_create() argument 2184 if (op_type == OBJ_OP_DISCARD) { in rbd_img_request_create() 2187 } else if (op_type == OBJ_OP_WRITE) { in rbd_img_request_create() [all …]
|
/linux-4.4.14/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.4.14/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 | 316 cmd.op_type = QLC_83XX_MBX_POST_BC_OP; in qlcnic_sriov_post_bc_msg() 718 mbx->op_type = QLC_BC_CMD; in qlcnic_sriov_alloc_bc_mbx_args() 787 cmd->op_type = trans->req_hdr->op_type; in qlcnic_sriov_prepare_bc_hdr() 795 hdr[i].op_type = cmd->op_type; in qlcnic_sriov_prepare_bc_hdr() 1199 hdr->op_type != QLC_BC_CMD && in qlcnic_sriov_handle_bc_cmd() 1213 if (hdr->op_type == QLC_BC_CMD) in qlcnic_sriov_handle_bc_cmd() 1223 cmd.op_type = hdr->op_type; in qlcnic_sriov_handle_bc_cmd()
|
D | qlcnic_ctx.c | 766 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 | 1209 __le32 op_type; member 1245 u32 op_type; member 1370 u8 op_type; member 1536 u32 op_type; member
|
D | qlcnic_83xx_hw.c | 453 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() 2435 npar_info->op_type = cmd.rsp.arg[1]; in qlcnic_83xx_get_nic_info() 2546 int qlcnic_83xx_config_intrpt(struct qlcnic_adapter *adapter, bool op_type) in qlcnic_83xx_config_intrpt() argument 2564 type = op_type ? QLCNIC_INTRPT_ADD : QLCNIC_INTRPT_DEL; in qlcnic_83xx_config_intrpt() 2586 if (op_type) { in qlcnic_83xx_config_intrpt() 3917 if (cmd->op_type != QLC_83XX_MBX_POST_BC_OP) { in qlcnic_83xx_encode_mbx_cmd()
|
D | qlcnic_sysfs.c | 527 if (!esw_cfg[i].op_type) in validate_esw_config() 531 if (!esw_cfg[i].op_type) in validate_esw_config()
|
D | qlcnic_sriov_pf.c | 1500 if (trans->req_hdr->op_type == QLC_BC_CMD) { in qlcnic_sriov_pf_process_bc_cmd() 1731 (hdr->op_type == QLC_BC_CMD) && in qlcnic_sriov_soft_flr_check()
|
D | qlcnic_main.c | 908 int qlcnic_82xx_mq_intrpt(struct qlcnic_adapter *adapter, int op_type) in qlcnic_82xx_mq_intrpt() argument
|
/linux-4.4.14/net/rds/ |
D | rdma.c | 786 rm->atomic.op_type = RDS_ATOMIC_TYPE_FADD; in rds_cmsg_atomic() 791 rm->atomic.op_type = RDS_ATOMIC_TYPE_FADD; in rds_cmsg_atomic() 796 rm->atomic.op_type = RDS_ATOMIC_TYPE_CSWP; in rds_cmsg_atomic() 803 rm->atomic.op_type = RDS_ATOMIC_TYPE_CSWP; in rds_cmsg_atomic()
|
D | ib_send.c | 135 if (op->op_type == RDS_ATOMIC_TYPE_CSWP) in rds_ib_send_unmap_atomic() 779 if (op->op_type == RDS_ATOMIC_TYPE_CSWP) { in rds_ib_xmit_atomic()
|
D | rds.h | 335 int op_type; member
|
/linux-4.4.14/mm/ |
D | kmemleak.c | 261 int op_type; /* kmemleak operation type */ member 819 static void __init log_early(int op_type, const void *ptr, size_t size, in log_early() argument 843 log->op_type = op_type; in log_early() 1901 switch (log->op_type) { in kmemleak_init() 1931 log->op_type); in kmemleak_init()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
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-4.4.14/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.4.14/scripts/ |
D | checkpatch.pl | 3823 my $op_type = substr($curr_values, $off + 1, 1); 3829 if ($op_type ne 'V' &&
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.h | 1376 u32 op_type; member
|
D | be_cmds.c | 2510 req->params.op_type = cpu_to_le32(flash_type); in be_cmd_write_flashrom() 2556 req->params.op_type = cpu_to_le32(img_optype); in be_cmd_get_flash_crc()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4fw_api.h | 2998 __be32 op_type; member
|