Home
last modified time | relevance | path

Searched refs:hash_id (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dflowring.c157 ring->hash_id = hash_idx; in brcmf_flowring_create()
174 return flow->hash[ring->hash_id].fifo; in brcmf_flowring_tid()
244 hash_idx = ring->hash_id; in brcmf_flowring_delete()
352 hash_idx = ring->hash_id; in brcmf_flowring_ifidx_get()
H A Dflowring.h27 u16 hash_id; member
H A Dmsgbuf.c1505 hash = &msgbuf->flow->hash[ring->hash_id]; in brcmf_msgbuf_stats_read()
/openbmc/linux/drivers/nvme/host/
H A Dauth.c34 u8 hash_id; member
175 if (chap->hash_id == data->hashid && chap->shash_tfm && in nvme_auth_process_dhchap_challenge()
187 chap->hash_id = 0; in nvme_auth_process_dhchap_challenge()
211 chap->hash_id = data->hashid; in nvme_auth_process_dhchap_challenge()
364 nvme_auth_hmac_name(chap->hash_id), in nvme_auth_process_dhchap_success1()
458 ret = nvme_auth_augmented_challenge(chap->hash_id, in nvme_auth_dhchap_setup_host_response()
536 ret = nvme_auth_augmented_challenge(chap->hash_id, in nvme_auth_dhchap_setup_ctrl_response()
/openbmc/u-boot/board/freescale/common/
H A Dfsl_validate.c629 u8 *hash_id, *separator; in construct_img_encoded_hash_second() local
639 hash_id = digest - sizeof(hash_identifier); in construct_img_encoded_hash_second()
640 separator = hash_id - 1; in construct_img_encoded_hash_second()
649 memcpy(hash_id, hash_identifier, sizeof(hash_identifier)); in construct_img_encoded_hash_second()
/openbmc/linux/net/sched/
H A Dsch_hhf.c114 u32 hash_id; /* hash of flow-id (e.g. TCP 5-tuple) */ member
202 } else if (flow->hash_id == hash) { in seek_list()
310 flow->hash_id = hash; in hhf_classify()
/openbmc/linux/drivers/nvme/target/
H A Dfabrics-cmd-auth.c38 int i, hash_id = 0, fallback_hash_id = 0, dhgid, fallback_dhgid; in nvmet_auth_negotiate() local
64 hash_id = ctrl->shash_id; in nvmet_auth_negotiate()
67 if (hash_id == 0) { in nvmet_auth_negotiate()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dsbom30.py160 def hash_id(_id): function
208 self.alias_prefix = OE_ALIAS_PREFIX + hash_id(alias_ext.alias) + "/"
973 hash_path = jsonld_hash_path(hash_id(_id))
1031 return find_jsonld(d, *jsonld_hash_path(hash_id(spdxid)), required=required)
/openbmc/linux/drivers/staging/qlge/
H A Dqlge.h1501 struct hash_id { struct
H A Dqlge_main.c3432 u8 *hash_id = (u8 *)ricb->hash_cq_id; in qlge_start_rss() local
3445 hash_id[i] = (i & (qdev->rss_ring_count - 1)); in qlge_start_rss()
/openbmc/linux/fs/smb/server/
H A Dsmb2pdu.c769 __le16 hash_id) in build_preauth_ctxt() argument
777 pneg_ctxt->HashAlgorithms = hash_id; in build_preauth_ctxt()