Searched refs:method (Results 151 - 175 of 226) sorted by relevance

12345678910

/linux-master/lib/
H A Dinflate.c19 Inflate deflated (PKZIP's method 8 compressed) data. The compression
20 method searches for as much of the current string of bytes (up to a
37 decides which method to use on a chunk-by-chunk basis. A chunk might
39 "stored" method is used. In this case, the bytes are simply stored as
44 are used. In the dynamic method, the compressed data is preceded by
49 a predefined set of codes, called the fixed codes. The fixed method is
51 chunks), otherwise the dynamic method is used. In the latter case, the
1198 char method;
1205 method = NEXTBYTE();
1213 /* We only support method #
[all...]
/linux-master/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_vema.c649 vema_mad->mad_hdr.method = IB_MGMT_METHOD_GET_RESP;
655 switch (mad_wc->recv_buf.mad->mad_hdr.method) {
811 trap_mad->mad_hdr.method = IB_MGMT_METHOD_TRAP;
/linux-master/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c299 v |= rctx->method;
313 "Processing SG %d on flow %d %s ctl=%x %d to %d method=%x src=%x dst=%x\n",
316 rctx->method, rctx->t_src[i].addr, rctx->t_dst[i].addr);
518 rctx->method = ss->variant->alg_hash[algt->ss_algo_id];
H A Dsun8i-ss-core.c86 v |= rctx->method;
122 "Processing SG %d on flow %d %s ctl=%x %d to %d method=%x opmode=%x opdir=%x srclen=%d\n",
125 rctx->method, rctx->op_mode,
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Ddm.c1172 enum pwr_track_control_method method,
1263 if (method == BBSWING) {
1300 } else if (method == MIX_MODE) {
1851 enum pwr_track_control_method method,
1912 if (method == BBSWING) {
1929 } else if (method == MIX_MODE) {
1171 rtl8812ae_dm_txpwr_track_set_pwr(struct ieee80211_hw *hw, enum pwr_track_control_method method, u8 rf_path, u8 channel_mapped_index) argument
1850 rtl8821ae_dm_txpwr_track_set_pwr(struct ieee80211_hw *hw, enum pwr_track_control_method method, u8 rf_path, u8 channel_mapped_index) argument
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dmcdi.h366 int efx_siena_mcdi_reset(struct efx_nic *efx, enum reset_type method);
H A Dmcdi.c1188 * request, because the completion method is specified in the request.
1865 int efx_siena_mcdi_reset(struct efx_nic *efx, enum reset_type method) argument
1870 if (method == RESET_TYPE_MCDI_TIMEOUT) {
1887 if (method == RESET_TYPE_DATAPATH)
1889 else if (method == RESET_TYPE_WORLD)
/linux-master/include/rdma/
H A Dib_sa.h521 ib_sa_comp_mask comp_mask, u8 method,
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgf100.h99 struct gf100_gr_pack *method; member in struct:gf100_gr
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vcn.h410 uint8_t method; member in struct:amdgpu_fw_shared_drm_key_wa
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.c2894 u8 method; member in struct:mlx4_access_reg
2907 * @method: Access method Read/Write.
2916 enum mlx4_access_reg_method method,
2939 inbuf->method = method & MLX4_ACCESS_REG_METHOD_MASK;
2977 * @method: Access method Read/Write.
2985 enum mlx4_access_reg_method method,
2989 method, sizeo
2915 mlx4_ACCESS_REG(struct mlx4_dev *dev, u16 reg_id, enum mlx4_access_reg_method method, u16 reg_len, void *reg_data) argument
2984 mlx4_ACCESS_PTYS_REG(struct mlx4_dev *dev, enum mlx4_access_reg_method method, struct mlx4_ptys_reg *ptys_reg) argument
3000 u8 method = inbuf->method & MLX4_ACCESS_REG_METHOD_MASK; local
[all...]
/linux-master/net/tipc/
H A Dsocket.c911 struct tipc_mc_method *method = &tsk->mc_method; local
942 method->rcast = true;
943 method->mandatory = true;
1091 struct tipc_mc_method *method = &tsk->mc_method; local
1092 bool ack = method->mandatory && method->rcast;
1133 rc = tipc_mcast_xmit(net, &pkts, method, dsts, &tsk->cong_link_cnt);
1140 /* Broadcast link is now free to choose method for next broadcast */
1141 method->mandatory = false;
1142 method
[all...]
/linux-master/net/atm/
H A Dbr2684.c128 switch (s->method) {
367 if (fs.ifspec.method != BR2684_FIND_BYNOTHING) {
/linux-master/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_cmd.h540 SVGA3dDeclMethod method; member in struct:__anon522
611 uint8 method; member in struct:__anon526
/linux-master/arch/powerpc/crypto/
H A Daes-gcm-p10.S10 # GHASH is based on the Karatsuba multiplication method.
233 # Compute 4x hash values based on Karatsuba method.
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dwow.c652 enum wmi_sta_keepalive_method method,
661 ret = ath11k_mac_vif_set_keepalive(arvif, method, interval);
651 ath11k_wow_set_keepalive(struct ath11k *ar, enum wmi_sta_keepalive_method method, u32 interval) argument
/linux-master/drivers/infiniband/hw/hfi1/
H A Dud.c768 * reply with unsupported method
772 switch (smp->method) {
788 if (smp->method == IB_MGMT_METHOD_TRAP)
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_svm.c774 args.i.m.method = NVIF_VMM_V0_PFNMAP;
907 args->m.method = NVIF_VMM_V0_PFNMAP;
/linux-master/drivers/acpi/
H A Dutils.c653 * acpi_has_method: Check whether @handle has a method named @name
655 * @name: name of object or method
657 * Check whether @handle has a method named @name.
667 acpi_status acpi_execute_simple_method(acpi_handle handle, char *method, argument
675 return acpi_evaluate_object(handle, method, &arg_list, NULL);
680 * acpi_evaluate_ej0: Evaluate _EJ0 method for hotplug operations
683 * Evaluate device's _EJ0 method for hotplug operations.
699 * acpi_evaluate_lck: Evaluate _LCK method to lock/unlock device
703 * Evaluate device's _LCK method if present to lock/unlock device
723 * acpi_evaluate_reg: Evaluate _REG method t
[all...]
/linux-master/drivers/platform/x86/
H A Dsony-laptop.c725 static union acpi_object *__call_snc_method(acpi_handle handle, char *method, argument
739 status = acpi_evaluate_object(handle, method, &params, &output);
740 dprintk("__call_snc_method: [%s:0x%.8x%.8x]\n", method,
744 status = acpi_evaluate_object(handle, method, NULL, &output);
745 dprintk("__call_snc_method: [%s]\n", method);
749 pr_err("Failed to evaluate [%s]\n", method);
755 dprintk("No return object [%s]\n", method);
1280 pr_warn("method: name: %4.4s, args %X\n",
4431 * Query and parse 'method'
4445 * Disable the spic device by calling its _DIS method
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Ddm.c649 enum pwr_track_control_method method,
657 if (method == TXAGC) {
659 } else if (method == BBSWING) {
648 rtl8723be_dm_tx_power_track_set_power(struct ieee80211_hw *hw, enum pwr_track_control_method method, u8 rfpath, u8 idx) argument
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dhost.h682 __le16 method; member in struct:cmd_ds_802_11_fw_wake_method
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h933 * @map_reset_reason: Map ethtool reset reason to a reset method
934 * @map_reset_flags: Map ethtool reset flags to a reset method, if possible
1051 int (*reset)(struct ef4_nic *efx, enum reset_type method);
/linux-master/drivers/acpi/acpica/
H A Daclocal.h161 #define ANOBJ_TEMPORARY 0x02 /* Node is create by a method and is temporary */
162 #define ANOBJ_METHOD_ARG 0x04 /* Node is a method argument */
163 #define ANOBJ_METHOD_LOCAL 0x08 /* Node is a method local */
292 * param_count - Number of arguments to the method
417 /* Dispatch info for each GPE -- either a method or handler, cannot be both */
551 struct acpi_namespace_node *evt_method; /* The _EVT method to be executed when an interrupt with ID = int_ID is received */
800 #define ACPI_DASM_PLD_METHOD 0x04 /* Buffer is a _PLD method bit-packed buffer */
907 * method.
1194 acpi_handle method; member in struct:acpi_db_method_info
1211 * Arguments to be passed to method fo
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Dmcdi.h422 int efx_mcdi_reset(struct efx_nic *efx, enum reset_type method);

Completed in 456 milliseconds

12345678910