/drivers/acpi/acpica/ |
H A D | psopinfo.c | 186 * PARAMETERS: op_type - Type associated with the AML opcode 194 u8 acpi_ps_get_argument_count(u32 op_type) argument 197 if (op_type <= AML_TYPE_EXEC_6A_0T_1R) { 198 return (acpi_gbl_argument_count[op_type]);
|
H A D | dswexec.c | 361 u32 op_type; local 369 op_type = walk_state->op_info->type; 440 acpi_gbl_op_type_dispatch[op_type] (walk_state); 482 switch (op_type) { 696 op_class, op_type, op->common.aml_opcode,
|
H A D | acdebug.h | 86 union acpi_parse_object *op, u32 op_type);
|
H A D | acparser.h | 135 u8 acpi_ps_get_argument_count(u32 op_type);
|
/drivers/block/ |
H A D | rbd.c | 796 static char* obj_op_name(enum obj_operation_type op_type) argument 798 switch (op_type) { 1894 enum obj_operation_type op_type, 1903 (op_type == OBJ_OP_DISCARD || op_type == OBJ_OP_WRITE)) { 1905 if (op_type == OBJ_OP_WRITE) { 1913 rbd_assert(num_ops == 1 || ((op_type == OBJ_OP_WRITE) && num_ops == 2)); 1923 if (op_type == OBJ_OP_WRITE || op_type == OBJ_OP_DISCARD) 2137 enum obj_operation_type op_type, 1892 rbd_osd_req_create( struct rbd_device *rbd_dev, enum obj_operation_type op_type, unsigned int num_ops, struct rbd_obj_request *obj_request) argument 2134 rbd_img_request_create( struct rbd_device *rbd_dev, u64 offset, u64 length, enum obj_operation_type op_type, struct ceph_snap_context *snapc) argument 2254 enum obj_operation_type op_type; local 2334 rbd_img_obj_request_fill(struct rbd_obj_request *obj_request, struct ceph_osd_request *osd_request, enum obj_operation_type op_type, unsigned int num_ops) argument 2408 enum obj_operation_type op_type; local 2549 enum obj_operation_type op_type; local 3315 enum obj_operation_type op_type; local [all...] |
/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_sriov.h | 27 u8 op_type:1; member in struct:qlcnic_bc_hdr 37 u8 op_type:1;
|
H A D | qlcnic_sriov_common.c | 315 cmd.op_type = QLC_83XX_MBX_POST_BC_OP; 717 mbx->op_type = QLC_BC_CMD; 788 cmd->op_type = trans->req_hdr->op_type; 796 hdr[i].op_type = cmd->op_type; 1200 hdr->op_type != QLC_BC_CMD && 1214 if (hdr->op_type == QLC_BC_CMD) 1224 cmd.op_type = hdr->op_type; [all...] |
H A D | qlcnic_ctx.c | 768 int qlcnic_82xx_config_intrpt(struct qlcnic_adapter *adapter, u8 op_type) argument 779 type = op_type ? QLCNIC_INTRPT_ADD : QLCNIC_INTRPT_DEL; 787 op_type == QLCNIC_INTRPT_ADD ? "Add" : 799 if (op_type) { 1312 op_type = 0 for vlan_id 1313 op_type = 1 for port vlan_id
|
H A D | qlcnic_83xx_hw.c | 451 if (cmd->op_type == QLC_83XX_MBX_POST_BC_OP) 800 if (cmd->op_type == QLC_83XX_MBX_POST_BC_OP) 905 mbx->op_type = QLC_83XX_FW_MBX_CMD; 2431 npar_info->op_type = cmd.rsp.arg[1]; 2542 int qlcnic_83xx_config_intrpt(struct qlcnic_adapter *adapter, bool op_type) argument 2560 type = op_type ? QLCNIC_INTRPT_ADD : QLCNIC_INTRPT_DEL; 2582 if (op_type) { 3888 if (cmd->op_type != QLC_83XX_MBX_POST_BC_OP) {
|
H A D | qlcnic.h | 1201 __le32 op_type; member in struct:qlcnic_info_le 1237 u32 op_type; member in struct:qlcnic_info 1365 u8 op_type; member in struct:qlcnic_esw_func_cfg 1531 u32 op_type; member in struct:qlcnic_cmd_args
|
H A D | qlcnic_sysfs.c | 530 if (!esw_cfg[i].op_type) 534 if (!esw_cfg[i].op_type)
|
H A D | qlcnic_sriov_pf.c | 1499 if (trans->req_hdr->op_type == QLC_BC_CMD) { 1730 (hdr->op_type == QLC_BC_CMD) &&
|
H A D | qlcnic_main.c | 897 int qlcnic_82xx_mq_intrpt(struct qlcnic_adapter *adapter, int op_type) argument
|
/drivers/gpu/drm/qxl/ |
H A D | qxl_fb.c | 46 int op_type; member in struct:qxl_fb_op 196 op->op_type = QXL_FB_OP_FILLRECT; 215 op->op_type = QXL_FB_OP_COPYAREA; 235 op->op_type = QXL_FB_OP_IMAGEBLIT; 377 switch (entry->op_type) {
|
/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_init_ops.h | 236 u32 op_idx, op_type, addr, len; local 249 op_type = op->raw.op; 258 switch (op_type) {
|
/drivers/scsi/csiostor/ |
H A D | csio_mb.c | 1128 if ((FW_DEBUG_CMD_TYPE_GET(ntohl(dbg->op_type))) == 1) {
|
/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.h | 1167 u32 op_type; member in struct:flashrom_params
|
H A D | be_cmds.c | 2454 req->params.op_type = cpu_to_le32(flash_type); 2494 req->params.op_type = cpu_to_le32(optype);
|
/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4fw_api.h | 2198 __be32 op_type; member in struct:fw_debug_cmd
|