Searched refs:method (Results 76 - 100 of 226) sorted by relevance

12345678910

/linux-master/drivers/net/ethernet/sfc/falcon/
H A Defx.c2072 * Note that the kernel will ignore our return code; this method
2345 void ef4_reset_down(struct ef4_nic *efx, enum reset_type method) argument
2353 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE &&
2354 method != RESET_TYPE_DATAPATH)
2364 int ef4_reset_up(struct ef4_nic *efx, enum reset_type method, bool ok) argument
2380 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE &&
2381 method != RESET_TYPE_DATAPATH) {
2413 /* Reset the NIC using the specified method. Note that the reset may
2418 int ef4_reset(struct ef4_nic *efx, enum reset_type method) argument
2424 RESET_TYPE(method));
2503 enum reset_type method; local
2530 enum reset_type method; local
[all...]
/linux-master/drivers/infiniband/core/
H A Dmad_rmpp.c69 u8 method; member in struct:mad_rmpp_recv
119 ack->mad_hdr.method ^= IB_MGMT_METHOD_RESP;
192 rmpp_mad->mad_hdr.method ^= IB_MGMT_METHOD_RESP;
226 rmpp_mad->mad_hdr.method ^= IB_MGMT_METHOD_RESP;
314 rmpp_recv->method = mad_hdr->method;
335 rmpp_recv->method == mad_hdr->method)
851 if (!(mad_hdr->method & IB_MGMT_METHOD_RESP))
859 (rmpp_recv->method
[all...]
/linux-master/drivers/acpi/
H A Dacpi_tad.c250 static int acpi_tad_wake_set(struct device *dev, char *method, u32 timer_id, argument
270 status = acpi_evaluate_integer(handle, method, &arg_list, &retval);
280 static int acpi_tad_wake_write(struct device *dev, const char *buf, char *method, argument
297 return acpi_tad_wake_set(dev, method, timer_id, value);
300 static ssize_t acpi_tad_wake_read(struct device *dev, char *buf, char *method, argument
318 status = acpi_evaluate_integer(handle, method, &arg_list, &retval);
/linux-master/drivers/acpi/acpica/
H A Dpsparse.c309 * A control method was terminated via a RETURN statement.
310 * The walk of this method is complete.
369 /* A method call (invocation) -- transfer control */
432 /* Executing a control method - additional cleanup */
446 * If executing a method, the starting sync_level is this method's
451 walk_state->method_desc->method.sync_level;
458 * executing control method.
464 * handles nested control method invocations without recursion.
472 * The parse_loop executes AML until the method terminate
[all...]
H A Ddbexec.c4 * Module Name: dbexec - debugger control method execution
89 * DESCRIPTION: Execute a control method. Used to evaluate objects via the
127 "While parsing method arguments"));
141 /* Do the actual method execution */
156 "Aborting top-level method"));
185 * PARAMETERS: info - Valid method info
189 * DESCRIPTION: Setup info segment prior to method execution
236 ACPI_EXCEPTION((AE_INFO, status, "During setup for method execution"));
286 * DESCRIPTION: Execute a control method. Name is relative to the current
302 if (obj_desc->method
[all...]
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_nvram.h101 u_short method; member in struct:Symbios_nvram::Symbios_scam
/linux-master/net/tipc/
H A Dbcast.h72 * @expires: re-evaluate non-mandatory transmit method if we are past this
91 struct tipc_mc_method *method, struct tipc_nlist *dests,
/linux-master/include/rdma/
H A Dopa_smi.h26 u8 method; member in struct:opa_smp
/linux-master/samples/bpf/
H A Dibumad_kern.c66 u8 method; member in struct:ib_umad_rw_args
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_reset.h38 enum amd_reset_method method; member in struct:amdgpu_reset_context
H A Dsienna_cichlid.c53 if (reset_context->method != AMD_RESET_METHOD_NONE) {
55 if (handler->reset_method == reset_context->method)
H A Dsmu_v13_0_10.c49 if (reset_context->method != AMD_RESET_METHOD_NONE) {
51 if (handler->reset_method == reset_context->method)
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_mad.h123 u8 method; member in struct:ib_cc_mad
171 u8 method; member in struct:ib_cc_trap_key_violation_attr
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Ddm.h281 enum pwr_track_control_method method,
285 enum pwr_track_control_method method,
/linux-master/drivers/infiniband/hw/mlx4/
H A Dalias_GUID.c61 u8 method; member in struct:mlx4_alias_guid_work_context
67 u8 method; member in struct:mlx4_next_alias_guid_work
339 if (cb_ctx->method == MLX4_GUID_INFO_RECORD_DELETE) {
526 callback_context->method = rec->method;
546 comp_mask, rec->method, 1000,
680 next_rec->method = MLX4_GUID_INFO_RECORD_DELETE;
683 next_rec->method = MLX4_GUID_INFO_RECORD_SET;
H A Dmad.c233 mad->mad_hdr.method == IB_MGMT_METHOD_SET)
374 mad->mad_hdr.method == IB_MGMT_METHOD_GET_RESP &&
746 if (mad->mad_hdr.method & 0x80) {
778 if (!(mad->mad_hdr.method & IB_MGMT_METHOD_RESP)) {
779 mlx4_ib_warn(ibdev, "demux QP0. rejecting unsolicited mad for slave %d class 0x%x, method 0x%x\n",
781 mad->mad_hdr.method);
796 if (mad->mad_hdr.method != IB_MGMT_METHOD_GET_RESP)
832 if (in_mad->mad_hdr.method == IB_MGMT_METHOD_TRAP && slid == 0) {
839 if (in_mad->mad_hdr.method != IB_MGMT_METHOD_GET &&
840 in_mad->mad_hdr.method !
[all...]
/linux-master/drivers/gpu/drm/tegra/
H A Dfalcon.c227 void falcon_execute_method(struct falcon *falcon, u32 method, u32 data) argument
229 falcon_writel(falcon, method >> 2, FALCON_UCLASS_METHOD_OFFSET);
/linux-master/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss.h179 * @method: current algorithm for this request
193 u32 method; member in struct:sun8i_cipher_req_ctx
245 * @method: the register value for the algorithm used by this request
252 u32 method; member in struct:sun8i_ss_hash_reqctx
/linux-master/drivers/gpu/drm/ci/
H A Dlava-submit.sh51 --boot-method "${BOOT_METHOD}" \
/linux-master/drivers/platform/x86/
H A Dfujitsu-laptop.c32 * cases the correct method is automatically detected. "use_alt_lcd_levels=1"
195 * The S006 0x21 method returns 0x00 in case the provided value
254 * Check if the S006 0x21 method exists by trying to get the current
284 char *method; local
289 method = "SBL2";
291 method = "SBLL";
294 method = "SBL2";
297 method = "SBLL";
301 acpi_handle_debug(device->handle, "set lcd level via %s [%d]\n", method,
307 status = acpi_execute_simple_method(device->handle, method, leve
[all...]
/linux-master/drivers/firmware/psci/
H A Dpsci.c288 const char *method; local
290 pr_info("probing for conduit method from DT.\n");
292 if (of_property_read_string(np, "method", &method)) {
293 pr_warn("missing \"method\" property\n");
297 if (!strcmp("hvc", method)) {
299 } else if (!strcmp("smc", method)) {
302 pr_warn("invalid \"method\" property: %s\n", method);
782 pr_info("probing for conduit method fro
[all...]
/linux-master/drivers/remoteproc/
H A Dimx_dsp_rproc.c240 .method = IMX_RPROC_MMIO,
256 .method = IMX_RPROC_MMIO,
268 .method = IMX_RPROC_SCU_API,
279 .method = IMX_RPROC_SCU_API,
319 switch (dcfg->method) {
361 switch (dcfg->method) {
968 * Different platform has different control method for DSP, which depends
983 switch (dsp_dcfg->dcfg->method) {
/linux-master/tools/perf/jvmti/
H A Dlibjvmti.c45 /* No debug information for this method */
111 * c->methods is the stack of inlined method calls
112 * at c->pc. [0] is the leaf method. Caller frames
231 jmethodID method,
250 ret = (*jvmti)->GetMethodDeclaringClass(jvmti, method,
261 warnx("jvmti: cannot get line table for method");
267 warnx("jvmti: cannot allocate space for line table method names");
287 ret = (*jvmti)->GetMethodName(jvmti, method, &func_name,
230 compiled_method_load_cb(jvmtiEnv *jvmti, jmethodID method, jint code_size, void const *code_addr, jint map_length, jvmtiAddrLocationMap const *map, const void *compile_info) argument
/linux-master/drivers/platform/loongarch/
H A Dloongson-laptop.c65 static int acpi_evalf(acpi_handle handle, int *res, char *method, char *fmt, ...) argument
116 status = acpi_evaluate_object(handle, method, &params, resultp);
135 method, fmt0, acpi_format_exception(status));
/linux-master/include/uapi/linux/
H A Drio_mport_cdev.h183 RIO_EXCHANGE_DEFAULT, /* Default method */
198 __u16 method; /* Data exchange method, one of rio_exchange enum */ member in struct:rio_transfer_io
206 __u16 sync; /* Synch method, one of rio_transfer_sync enum */

Completed in 237 milliseconds

12345678910