Searched defs:op_type (Results 1 - 6 of 6) sorted by relevance

/drivers/acpi/acpica/
H A Dpsopcode.c803 * PARAMETERS: op_type - Type associated with the AML opcode
811 u8 acpi_ps_get_argument_count(u32 op_type) argument
814 if (op_type <= AML_TYPE_EXEC_6A_0T_1R) {
815 return (acpi_gbl_argument_count[op_type]);
H A Ddswexec.c360 u32 op_type; local
368 op_type = walk_state->op_info->type;
439 acpi_gbl_op_type_dispatch[op_type] (walk_state);
481 switch (op_type) {
697 op_class, op_type, op->common.aml_opcode,
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init_ops.h236 u32 op_idx, op_type, addr, len; local
249 op_type = op->raw.op;
258 switch (op_type) {
/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h1130 u32 op_type; member in struct:flashrom_params
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic.h1167 u8 op_type; member in struct:qlcnic_esw_func_cfg
/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h1578 __be32 op_type; member in struct:fw_debug_cmd

Completed in 1023 milliseconds