Searched defs:key (Results 351 - 375 of 422) sorted by relevance

<<11121314151617

/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c3620 u32 key)
3619 qlcnic_82xx_dev_request_reset(struct qlcnic_adapter *adapter, u32 key) argument
/drivers/net/ethernet/sfc/
H A Dfarch.c1883 * key derived from the n-tuple. The initial LFSR state is 0xffff. */
1884 static u16 efx_farch_filter_hash(u32 key) argument
1889 tmp = 0x1fff ^ key >> 16;
1893 tmp = tmp ^ tmp << 13 ^ key;
1900 static u16 efx_farch_filter_increment(u32 key) argument
1902 return key * 2 - 1;
2223 /* Build a filter entry and return its n-tuple key. */
2427 u32 key = efx_farch_filter_build(&filter, &spec); local
2428 unsigned int hash = efx_farch_filter_hash(key);
2429 unsigned int incr = efx_farch_filter_increment(key);
[all...]
/drivers/net/wireless/ath/ath10k/
H A Dmac.c36 struct ieee80211_key_conf *key,
43 .key_idx = key->keyidx,
44 .key_len = key->keylen,
45 .key_data = key->key,
51 if (key->flags & IEEE80211_KEY_FLAG_PAIRWISE)
56 switch (key->cipher) {
60 key->flags |= IEEE80211_KEY_FLAG_GENERATE_IV_MGMT;
62 key->flags |= IEEE80211_KEY_FLAG_SW_MGMT_TX;
72 /* AP/IBSS mode requires self-key t
35 ath10k_send_key(struct ath10k_vif *arvif, struct ieee80211_key_conf *key, enum set_key_cmd cmd, const u8 *macaddr) argument
90 ath10k_install_key(struct ath10k_vif *arvif, struct ieee80211_key_conf *key, enum set_key_cmd cmd, const u8 *macaddr) argument
182 ath10k_clear_vdev_key(struct ath10k_vif *arvif, struct ieee80211_key_conf *key) argument
1934 ath10k_tx_h_update_wep_key(struct ieee80211_vif *vif, struct ieee80211_key_conf *key, struct sk_buff *skb) argument
2309 struct ieee80211_key_conf *key = info->control.hw_key; local
3274 ath10k_set_key_h_def_keyidx(struct ath10k *ar, struct ath10k_vif *arvif, enum set_key_cmd cmd, struct ieee80211_key_conf *key) argument
3312 ath10k_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct ieee80211_key_conf *key) argument
[all...]
/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c568 struct ath6kl_key *key = NULL; local
571 ath6kl_err("key index %d out of bounds\n",
577 key = &vif->keys[sme->key_idx];
578 key->key_len = sme->key_len;
579 memcpy(key->key, sme->key, key->key_len);
580 key->cipher = vif->prwise_crypto;
586 key
1121 struct ath6kl_key *key = NULL; local
1276 struct ath6kl_key *key = NULL; local
1311 struct ath6kl_key *key = NULL; local
[all...]
/drivers/net/wireless/hostap/
H A Dhostap_common.h380 u8 key[0]; member in struct:prism2_hostapd_param::__anon4402::__anon4405
/drivers/net/wireless/iwlegacy/
H A D3945-mac.c153 memcpy(il->stations[sta_id].keyinfo.key, keyconf->key, keyconf->keylen);
155 memcpy(il->stations[sta_id].sta.key.key, keyconf->key, keyconf->keylen);
157 if ((il->stations[sta_id].sta.key.
159 il->stations[sta_id].sta.key.key_offset =
161 /* else, we are overriding an existing key => no need to allocated room
164 WARN(il->stations[sta_id].sta.key.key_offset == WEP_INVALID_OFFSET,
165 "no space for a new key");
253 il3945_set_static_key(struct il_priv *il, struct ieee80211_key_conf *key) argument
2938 il3945_mac_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct ieee80211_key_conf *key) argument
[all...]
/drivers/net/wireless/mwifiex/
H A Dioctl.h79 u8 key[WLAN_KEY_LEN_WEP104]; member in struct:wep_key
/drivers/net/wireless/p54/
H A Dlmac.h256 u8 key[16]; member in struct:p54_tx_data
446 u8 key[24]; member in struct:p54_keycache
552 u8 idx, u8 len, u8 *addr, u8* key);
/drivers/net/wireless/prism54/
H A Disl_oid.h36 char key[32]; member in struct:obj_key
219 * The key here is DOT11 NON ERP NEVER protects against
/drivers/net/wireless/ti/wlcore/
H A Dcmd.h79 u8 key_size, const u8 *key, const u8 *addr,
83 u8 key_size, const u8 *key, u8 hlid, u32 tx_seq_32,
475 * Indicates whether the HLID is a unicast key set
476 * or broadcast key set. A special value 0xFF is
490 * Key ID - For TKIP and AES key types, this field
493 * key entry. For broadcast keys the index use as a
494 * marker for TX/RX key.
496 * indicates the ID of the key to add or remove.
504 /* key size in bytes */
510 /* This field holds the security key dat
511 u8 key[MAX_KEY_SIZE]; member in struct:wl1271_cmd_set_keys
[all...]
/drivers/parport/
H A Dparport_pc.c956 static void show_parconfig_smsc37c669(int io, int key) argument
967 outb(key, io);
968 outb(key, io);
1041 static void show_parconfig_winbond(int io, int key) argument
1061 outb(key, io);
1062 outb(key, io);
1109 static void decode_winbond(int efer, int key, int devid, int devrev, int oldid) argument
1153 printk(KERN_INFO "Winbond chip at EFER=0x%x key=0x%02x "
1155 efer, key, devid, devrev, oldid, type);
1158 show_parconfig_winbond(efer, key);
1161 decode_smsc(int efer, int key, int devid, int devrev) argument
1195 winbond_check(int io, int key) argument
1233 winbond_check2(int io, int key) argument
1274 smsc_check(int io, int key) argument
[all...]
/drivers/scsi/ibmvscsi/
H A Dibmvfc.c1315 md[i].key = 0;
1379 data->key = 0;
2245 * ibmvfc_match_key - Match function for specified cancel key
2247 * @key: cancel key to match
2250 * 1 if event matches key / 0 if event does not match key
2252 static int ibmvfc_match_key(struct ibmvfc_event *evt, void *key) argument
2254 unsigned long cancel_key = (unsigned long)key;
2268 * 1 if event matches key /
[all...]
/drivers/scsi/
H A Dips.c508 char *key; local
520 while ((key = strsep(&ips_str, ",."))) {
521 if (!*key)
523 value = strchr(key, ':');
527 * We now have key/value pairs.
532 (key, options[i].option_name,
/drivers/staging/lustre/lustre/include/
H A Ddt_object.h182 /** minimal required key size */
184 /** maximal required key size, 0 if no limit */
544 * Incomplete type of index key.
561 struct dt_rec *rec, const struct dt_key *key,
569 const struct dt_key *key,
572 const struct dt_rec *rec, const struct dt_key *key,
580 const struct dt_key *key,
583 const struct dt_key *key, struct thandle *handle,
602 const struct dt_key *key);
607 struct dt_key *(*key)(cons member in struct:dt_index_operations::dt_it_ops
1295 dt_declare_insert(const struct lu_env *env, struct dt_object *dt, const struct dt_rec *rec, const struct dt_key *key, struct thandle *th) argument
1307 dt_insert(const struct lu_env *env, struct dt_object *dt, const struct dt_rec *rec, const struct dt_key *key, struct thandle *th, struct lustre_capa *capa, int noquota) argument
1387 dt_declare_delete(const struct lu_env *env, struct dt_object *dt, const struct dt_key *key, struct thandle *th) argument
1398 dt_delete(const struct lu_env *env, struct dt_object *dt, const struct dt_key *key, struct thandle *th, struct lustre_capa *capa) argument
1431 dt_lookup(const struct lu_env *env, struct dt_object *dt, struct dt_rec *rec, const struct dt_key *key, struct lustre_capa *capa) argument
[all...]
H A Dobd_class.h504 void *key, __u32 *vallen, void *val,
512 rc = OBP(exp->exp_obd, get_info)(env, exp, keylen, key, vallen, val,
519 void *key, u32 vallen, void *val,
527 rc = OBP(exp->exp_obd, set_info_async)(env, exp, keylen, key, vallen,
502 obd_get_info(const struct lu_env *env, struct obd_export *exp, __u32 keylen, void *key, __u32 *vallen, void *val, struct lov_stripe_md *lsm) argument
517 obd_set_info_async(const struct lu_env *env, struct obd_export *exp, u32 keylen, void *key, u32 vallen, void *val, struct ptlrpc_request_set *set) argument
/drivers/staging/lustre/lustre/obdecho/
H A Decho_client.c626 struct lu_context_key *key)
637 struct lu_context_key *key, void *data)
644 struct lu_context_key *key, void *data)
656 struct lu_context_key *key)
667 struct lu_context_key *key, void *data)
674 struct lu_context_key *key, void *data)
625 echo_thread_key_init(const struct lu_context *ctx, struct lu_context_key *key) argument
636 echo_thread_key_fini(const struct lu_context *ctx, struct lu_context_key *key, void *data) argument
643 echo_thread_key_exit(const struct lu_context *ctx, struct lu_context_key *key, void *data) argument
655 echo_session_key_init(const struct lu_context *ctx, struct lu_context_key *key) argument
666 echo_session_key_fini(const struct lu_context *ctx, struct lu_context_key *key, void *data) argument
673 echo_session_key_exit(const struct lu_context *ctx, struct lu_context_key *key, void *data) argument
/drivers/staging/lustre/lustre/osc/
H A Dosc_request.c892 u32 keylen, void *key, u32 vallen,
2741 u32 keylen, void *key, __u32 *vallen, void *val,
2772 memcpy(tmp, key, keylen);
2792 (struct ll_fiemap_info_key *)key;
2854 memcpy(tmp, key, keylen);
2882 u32 keylen, void *key, u32 vallen,
2965 memcpy(tmp, key, keylen);
2740 osc_get_info(const struct lu_env *env, struct obd_export *exp, u32 keylen, void *key, __u32 *vallen, void *val, struct lov_stripe_md *lsm) argument
2881 osc_set_info_async(const struct lu_env *env, struct obd_export *exp, u32 keylen, void *key, u32 vallen, void *val, struct ptlrpc_request_set *set) argument
/drivers/staging/lustre/lustre/ptlrpc/
H A Dpack_generic.c1603 u32 keylen, void *key,
1626 memcpy(tmp, key, keylen);
1601 do_set_info_async(struct obd_import *imp, int opcode, int version, u32 keylen, void *key, u32 vallen, void *val, struct ptlrpc_request_set *set) argument
/drivers/staging/panel/
H A Dpanel.c75 /* a key starts to repeat after this times INPUT_POLL_TIME */
77 /* a key repeats this times INPUT_POLL_TIME */
1665 /* send the key to the device only if a process is attached to it. */
1744 * transitions from single-key to multiple-key, but
2014 /* tries to bind a key to the signal name <name>. The key will send the
2016 * Returns the pointer to the new key if ok, NULL if the key could not be bound.
2022 struct logical_input *key; local
[all...]
/drivers/staging/speakup/
H A Dmain.c1287 static int edit_bits(struct vc_data *vc, u_char type, u_char ch, u_short key) argument
1509 /* the key press flushes if !no_inter but we want to flush on cursor
1891 static int handle_goto(struct vc_data *vc, u_char type, u_char ch, u_short key) argument
/drivers/staging/vt6655/
H A Diocmd.h380 u8 key[0]; member in struct:viawget_hostapd_param::__anon6894::__anon6897
/drivers/gpu/drm/i915/
H A Di915_debugfs.c59 const void *key)
71 node->info_ent = (void *) key;
57 drm_add_fake_info_node(struct drm_minor *minor, struct dentry *ent, const void *key) argument
/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h501 u32 key; member in struct:c4iw_ucontext
514 u32 key; member in struct:c4iw_mm_entry
519 u32 key, unsigned len)
528 if (mm->key == key && mm->len == len) {
531 PDBG("%s key 0x%x addr 0x%llx len %d\n", __func__,
532 key, (unsigned long long) mm->addr, mm->len);
544 PDBG("%s key 0x%x addr 0x%llx len %d\n", __func__,
545 mm->key, (unsigned long long) mm->addr, mm->len);
676 u8 key[1 member in struct:mpa_message
518 remove_mmap(struct c4iw_ucontext *ucontext, u32 key, unsigned len) argument
[all...]
/drivers/md/
H A Ddm-cache-target.c436 static void build_key(dm_oblock_t oblock, struct dm_cell_key *key) argument
438 key->virtual = 0;
439 key->dev = 0;
440 key->block = from_oblock(oblock);
446 * a cell with that key already exists.
456 struct dm_cell_key key; local
458 build_key(oblock, &key);
459 r = dm_bio_detain(cache->prison, &key, bio, cell_prealloc, cell_result);
472 struct dm_cell_key key; local
477 build_key(oblock, &key);
2118 process_config_option(struct cache *cache, const char *key, const char *value) argument
2133 set_config_value(struct cache *cache, const char *key, const char *value) argument
[all...]
H A Ddm-thin.c113 dm_block_t b, struct dm_cell_key *key)
115 key->virtual = 0;
116 key->dev = dm_thin_dev_id(td);
117 key->block = b;
121 struct dm_cell_key *key)
123 key->virtual = 1;
124 key->dev = dm_thin_dev_id(td);
125 key->block = b;
262 static int bio_detain(struct pool *pool, struct dm_cell_key *key, struct bio *bio, argument
274 r = dm_bio_detain(pool->prison, key, bi
112 build_data_key(struct dm_thin_device *td, dm_block_t b, struct dm_cell_key *key) argument
120 build_virtual_key(struct dm_thin_device *td, dm_block_t b, struct dm_cell_key *key) argument
1152 struct dm_cell_key key, key2; local
1230 break_sharing(struct thin_c *tc, struct bio *bio, dm_block_t block, struct dm_cell_key *key, struct dm_thin_lookup_result *lookup_result, struct dm_bio_prison_cell *cell) argument
1264 struct dm_cell_key key; local
1342 struct dm_cell_key key; local
1920 struct dm_cell_key key; local
[all...]

Completed in 579 milliseconds

<<11121314151617