Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 25 of 125) sorted by relevance

12345

/dpdk/drivers/common/sfc_efx/base/
H A Def10_tlv_layout.h105 uint32_t tag; member
123 uint32_t tag; member
145 uint32_t tag; member
162 uint32_t tag; member
181 uint32_t tag; member
199 uint32_t tag; member
219 uint32_t tag; member
227 uint32_t tag; member
244 uint32_t tag; member
252 uint32_t tag; member
[all …]
H A Defx_vpd.c424 keyword = EFX_VPD_KEYWORD(tag[pos], tag[pos + 1]); in efx_vpd_next_keyword()
425 length = tag[pos + 2]; in efx_vpd_next_keyword()
451 efx_vpd_tag_t tag; in efx_vpd_hunk_length() local
463 if (tag == EFX_VPD_END) in efx_vpd_hunk_length()
483 efx_vpd_tag_t tag; in efx_vpd_hunk_verify() local
504 if (tag == EFX_VPD_END) in efx_vpd_hunk_verify()
636 efx_vpd_tag_t tag; in efx_vpd_hunk_next() local
687 *tagp = tag; in efx_vpd_hunk_next()
731 if (itag == tag) { in efx_vpd_hunk_get()
774 efx_vpd_tag_t tag; in efx_vpd_hunk_set() local
[all …]
H A Def10_vpd.c24 uint32_t tag; in ef10_vpd_init() local
31 tag = TLV_TAG_GLOBAL_STATIC_VPD; in ef10_vpd_init()
34 tag = TLV_TAG_PF_STATIC_VPD(pci_pf); in ef10_vpd_init()
46 tag, &svpd, &svpd_size); in ef10_vpd_init()
115 uint32_t tag; in ef10_vpd_read() local
121 tag = TLV_TAG_GLOBAL_DYNAMIC_VPD; in ef10_vpd_read()
124 tag = TLV_TAG_PF_DYNAMIC_VPD(pci_pf); in ef10_vpd_read()
129 tag, &dvpd, &dvpd_size)) != 0) in ef10_vpd_read()
386 uint32_t tag; in ef10_vpd_write() local
392 tag = TLV_TAG_GLOBAL_DYNAMIC_VPD; in ef10_vpd_write()
[all …]
H A Def10_image.c29 #define ASN1_TAG_IS_PRIM(tag) ((tag & 0x20) == 0) argument
38 uint8_t tag; member
48 __in uint8_t tag) in efx_asn1_parse_header_match_tag() argument
57 cursor->tag = cursor->buffer[0]; in efx_asn1_parse_header_match_tag()
58 if (cursor->tag != tag) { in efx_asn1_parse_header_match_tag()
64 if ((cursor->tag & 0x1F) == 0x1F) { in efx_asn1_parse_header_match_tag()
132 __in uint8_t tag) in efx_asn1_enter_tag() argument
141 if (ASN1_TAG_IS_PRIM(tag)) { in efx_asn1_enter_tag()
175 __in uint8_t tag, in efx_asn1_match_tag_value() argument
221 __in uint8_t tag) in efx_asn1_skip_tag() argument
[all …]
H A Def10_nvram.c56 uint32_t dword, tag; in tlv_tag() local
61 return (tag); in tlv_tag()
174 __in uint32_t tag) in tlv_find() argument
355 __in uint32_t tag, in tlv_write() argument
380 __in uint32_t tag, in tlv_insert() argument
478 __in uint32_t tag, in tlv_modify() argument
953 uint32_t tag; in ef10_nvram_buffer_find_item() local
990 uint32_t tag; in ef10_nvram_buffer_peek_item() local
998 *tagp = tag; in ef10_nvram_buffer_peek_item()
1075 __in uint32_t tag, in ef10_nvram_buffer_insert_item() argument
[all …]
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_vlan_os.c48 MLX5_ASSERT(vlan_dev[vlan->tag].refcnt); in mlx5_vlan_vmwa_release()
49 if (--vlan_dev[vlan->tag].refcnt == 0 && in mlx5_vlan_vmwa_release()
50 vlan_dev[vlan->tag].ifindex) { in mlx5_vlan_vmwa_release()
51 mlx5_nl_vlan_vmwa_delete(vmwa, vlan_dev[vlan->tag].ifindex); in mlx5_vlan_vmwa_release()
52 vlan_dev[vlan->tag].ifindex = 0; in mlx5_vlan_vmwa_release()
78 if (vlan_dev[vlan->tag].refcnt == 0) { in mlx5_vlan_vmwa_acquire()
79 MLX5_ASSERT(!vlan_dev[vlan->tag].ifindex); in mlx5_vlan_vmwa_acquire()
80 vlan_dev[vlan->tag].ifindex = in mlx5_vlan_vmwa_acquire()
82 vlan->tag); in mlx5_vlan_vmwa_acquire()
84 if (vlan_dev[vlan->tag].ifindex) { in mlx5_vlan_vmwa_acquire()
[all …]
H A Dmlx5_flow_os.h333 mlx5_flow_os_create_flow_action_tag(uint32_t tag, void **action) in mlx5_flow_os_create_flow_action_tag() argument
335 *action = mlx5_glue->dv_create_flow_action_tag(tag); in mlx5_flow_os_create_flow_action_tag()
/dpdk/drivers/event/cnxk/
H A Dcnxk_worker.h13 cnxk_sso_hws_add_work(const uint64_t event_ptr, const uint32_t tag, in cnxk_sso_hws_add_work() argument
18 add_work0 = tag | ((uint64_t)(new_tt) << 32); in cnxk_sso_hws_add_work()
23 cnxk_sso_hws_swtag_desched(uint32_t tag, uint8_t new_tt, uint16_t grp, in cnxk_sso_hws_swtag_desched() argument
28 val = tag | ((uint64_t)(new_tt & 0x3) << 32) | ((uint64_t)grp << 34); in cnxk_sso_hws_swtag_desched()
33 cnxk_sso_hws_swtag_norm(uint32_t tag, uint8_t new_tt, uintptr_t swtag_norm_op) in cnxk_sso_hws_swtag_norm() argument
37 val = tag | ((uint64_t)(new_tt & 0x3) << 32); in cnxk_sso_hws_swtag_norm()
H A Dcn9k_worker.h25 const uint32_t tag = (uint32_t)ev->event; in cn9k_sso_hws_new_event() local
34 cnxk_sso_hws_add_work(event_ptr, tag, new_tt, in cn9k_sso_hws_new_event()
42 const uint32_t tag = (uint32_t)ev->event; in cn9k_sso_hws_fwd_swtag() local
60 cnxk_sso_hws_swtag_norm(tag, new_tt, in cn9k_sso_hws_fwd_swtag()
68 const uint32_t tag = (uint32_t)ev->event; in cn9k_sso_hws_new_event_wait() local
76 cnxk_sso_hws_add_work(event_ptr, tag, new_tt, in cn9k_sso_hws_new_event_wait()
107 const uint32_t tag = (uint32_t)ev->event; in cn9k_sso_hws_dual_new_event() local
116 cnxk_sso_hws_add_work(event_ptr, tag, new_tt, in cn9k_sso_hws_dual_new_event()
125 const uint32_t tag = (uint32_t)ev->event; in cn9k_sso_hws_dual_new_event_wait() local
133 cnxk_sso_hws_add_work(event_ptr, tag, new_tt, in cn9k_sso_hws_dual_new_event_wait()
[all …]
H A Dcn10k_worker.h24 const uint32_t tag = (uint32_t)ev->event; in cn10k_sso_hws_new_event() local
33 cnxk_sso_hws_add_work(event_ptr, tag, new_tt, in cn10k_sso_hws_new_event()
41 const uint32_t tag = (uint32_t)ev->event; in cn10k_sso_hws_fwd_swtag() local
58 cnxk_sso_hws_swtag_norm(tag, new_tt, in cn10k_sso_hws_fwd_swtag()
68 const uint32_t tag = (uint32_t)ev->event; in cn10k_sso_hws_fwd_group() local
72 cnxk_sso_hws_swtag_desched(tag, new_tt, grp, in cn10k_sso_hws_fwd_group()
96 const uint32_t tag, const uint32_t flags, in cn10k_wqe_to_mbuf() argument
106 cn10k_nix_cqe_to_mbuf((struct nix_cqe_hdr_s *)wqe, tag, in cn10k_wqe_to_mbuf()
179 cn10k_nix_cqe_to_mbuf(cqe, cqe->tag, mbuf, lookup_mem, in cn10k_process_vwqe()
325 : [tag] "=&r"(gw.u64[0]), [wqp] "=&r"(gw.u64[1]) in cn10k_sso_hws_get_work_empty()
/dpdk/devtools/
H A Dgit-log-fixes.sh16 It looks for the word "fix" in the headline or a tag "Fixes" or "Reverts".
43 local tag=$( (git tag -l --contains $1 --merged $refbranch 2>&- ||
46 for t in $(git tag -l --contains $1) ; do
51 if [ -z "$tag" ] ; then
55 echo $tag | sed 's,^v,,' | sed 's,-rc.*,,'
/dpdk/drivers/common/cnxk/
H A Droc_sso.h61 uint64_t tag; in roc_sso_hws_head_wait() local
72 : [tag] "=&r"(tag) in roc_sso_hws_head_wait()
76 tag = plt_read64(tag_op); in roc_sso_hws_head_wait()
77 } while (!(tag & BIT_ULL(35))); in roc_sso_hws_head_wait()
79 return tag; in roc_sso_hws_head_wait()
/dpdk/drivers/event/octeontx/
H A Dssovf_worker.h198 ssows_add_work(struct ssows *ws, const uint64_t event_ptr, const uint32_t tag, in ssows_add_work() argument
203 add_work0 = tag | ((uint64_t)(new_tt) << 32); in ssows_add_work()
208 ssows_swtag_full(struct ssows *ws, const uint64_t event_ptr, const uint32_t tag, in ssows_swtag_full() argument
213 swtag_full0 = tag | ((uint64_t)(new_tt & 0x3) << 32) | in ssows_swtag_full()
220 ssows_swtag_desched(struct ssows *ws, uint32_t tag, uint8_t new_tt, uint8_t grp) in ssows_swtag_desched() argument
224 val = tag | ((uint64_t)(new_tt & 0x3) << 32) | ((uint64_t)grp << 34); in ssows_swtag_desched()
229 ssows_swtag_norm(struct ssows *ws, uint32_t tag, uint8_t new_tt) in ssows_swtag_norm() argument
233 val = tag | ((uint64_t)(new_tt & 0x3) << 32); in ssows_swtag_norm()
H A Dssovf_worker.c11 const uint32_t tag = (uint32_t)ev->event; in ssows_new_event() local
15 ssows_add_work(ws, event_ptr, tag, new_tt, grp); in ssows_new_event()
23 const uint32_t tag = (uint32_t)ev->event; in ssows_fwd_swtag() local
33 ssows_swtag_full(ws, ev->u64, tag, in ssows_fwd_swtag()
38 ssows_swtag_norm(ws, tag, new_tt); in ssows_fwd_swtag()
51 const uint32_t tag = (uint32_t)ev->event; in ssows_fwd_group() local
60 newtag |= tag; in ssows_fwd_group()
67 ssows_add_work(ws, event_ptr, tag, new_tt, grp); in ssows_fwd_group()
254 uint64_t tag; in ssows_reset() local
259 tag = ssovf_read64(ws->base + SSOW_VHWS_TAG); in ssows_reset()
[all …]
/dpdk/doc/guides/prog_guide/
H A Dpacket_distrib_lib.rst35 …As it does so, it examines the "tag" -- stored in the RSS hash field in the mbuf -- for each packet
38 #. If the next packet in the input set has a tag which is already being processed by a worker,
41 This ensures that no two packets with the same tag are processed in parallel,
42 and that all packets with the same tag are processed in input order.
45 or been queued up for a worker which is processing a given tag,
59 Within this set of returned packets, all packets sharing the same tag will be returned in their ori…
63 the packets sharing a tag will likely get out of order.
65 therefore that additional packets with the same tag can safely be distributed to other workers --
69 No packet ordering guarantees are made about packets which do not share a common packet tag.
72 while allowing packet order within a packet flow -- identified by a tag -- to be maintained.
/dpdk/usertools/
H A Ddpdk-pmdinfo.py354 for tag in section.iter_tags():
356 if force_unicode(tag.entry.d_tag) == 'DT_NEEDED':
357 if "librte_eal" in force_unicode(tag.needed):
358 return force_unicode(tag.needed)
424 for tag in dynsec.iter_tags():
426 if force_unicode(tag.entry.d_tag) == 'DT_RUNPATH':
427 return force_unicode(tag.runpath)
446 for tag in dynsec.iter_tags():
448 if force_unicode(tag.entry.d_tag) == 'DT_NEEDED':
449 if 'librte_' in force_unicode(tag.needed):
[all …]
/dpdk/drivers/crypto/ipsec_mb/
H A Dpmd_chacha_poly.c108 uint8_t *tag; in chacha20_poly1305_crypto_op() local
185 tag = sym_op->aead.digest.data; in chacha20_poly1305_crypto_op()
188 tag, session->gen_digest_length); in chacha20_poly1305_crypto_op()
226 tag = qp_data->temp_digest; in chacha20_poly1305_crypto_op()
229 tag, session->gen_digest_length); in chacha20_poly1305_crypto_op()
258 uint8_t *tag = qp_data->temp_digest; in post_process_chacha20_poly1305_crypto_op() local
264 tag, session->req_digest_length); in post_process_chacha20_poly1305_crypto_op()
266 if (memcmp(tag, digest, session->req_digest_length) != 0) in post_process_chacha20_poly1305_crypto_op()
H A Dpmd_aesni_gcm.c195 uint8_t *tag = qp_data->temp_digest; in post_process_gcm_crypto_op() local
206 tag, session->req_digest_length); in post_process_gcm_crypto_op()
275 uint8_t *tag; in process_gcm_crypto_op() local
355 tag = qp_data->temp_digest; in process_gcm_crypto_op()
357 tag = sym_op->aead.digest.data; in process_gcm_crypto_op()
360 tag, session->gen_digest_length); in process_gcm_crypto_op()
389 tag = qp_data->temp_digest; in process_gcm_crypto_op()
391 tag, session->gen_digest_length); in process_gcm_crypto_op()
416 tag = qp_data->temp_digest; in process_gcm_crypto_op()
418 tag = sym_op->auth.digest.data; in process_gcm_crypto_op()
[all …]
/dpdk/drivers/net/liquidio/
H A Dlio_rxtx.h389 uint64_t tag : 32; member
394 uint64_t tag : 32;
504 uint32_t tag) in lio_prepare_pci_cmd() argument
539 if (tag) in lio_prepare_pci_cmd()
540 pki_ih3->tag = tag; in lio_prepare_pci_cmd()
542 pki_ih3->tag = LIO_DATA(port); in lio_prepare_pci_cmd()
/dpdk/drivers/common/octeontx/
H A Docteontx_mbox.c58 uint16_t tag; member
97 m->tag_own = (old_hdr.tag + 2) & (~0x1ul); /* next even number */ in mbox_send_request()
108 new_hdr.tag = m->tag_own; in mbox_send_request()
148 if (m->tag_own != rx_hdr.tag) { in mbox_wait_response()
167 m->tag_own, rx_hdr.tag, hdr->coproc, hdr->msg, res, in mbox_wait_response()
/dpdk/drivers/common/cpt/
H A Dcpt_hw_types.h127 uint64_t tag : 32; member
129 uint64_t tag : 32; member
222 uint64_t tag : 32; member
224 uint64_t tag : 32; member
/dpdk/drivers/common/cnxk/hw/
H A Ddpi.h65 uint64_t tag : 32; member
125 uint64_t tag : 32; member
/dpdk/drivers/compress/octeontx/include/
H A Dzip_regs.h329 uint64_t tag : 32; member
331 uint64_t tag : 32; member
497 uint64_t tag : 32; member
499 uint64_t tag : 32; member
/dpdk/drivers/crypto/openssl/
H A Drte_openssl_pmd.c1058 uint8_t *dst, uint8_t *tag, EVP_CIPHER_CTX *ctx) in process_openssl_auth_encryption_gcm() argument
1175 uint8_t *dst, uint8_t *tag, uint8_t tag_len, in process_openssl_auth_decryption_ccm() argument
1325 uint8_t *dst = NULL, *iv, *tag, *aad; in process_openssl_combined_op() local
1348 tag = op->sym->auth.digest.data; in process_openssl_combined_op()
1349 if (tag == NULL) in process_openssl_combined_op()
1359 tag = op->sym->aead.digest.data; in process_openssl_combined_op()
1360 if (tag == NULL) in process_openssl_combined_op()
1375 dst, tag, ctx_copy); in process_openssl_combined_op()
1380 dst, tag, taglen, ctx_copy); in process_openssl_combined_op()
1388 dst, tag, ctx_copy); in process_openssl_combined_op()
[all …]
/dpdk/lib/eal/include/
H A Drte_dev.h191 #define DRV_EXP_TAG(name, tag) __##name##_##tag argument

12345