| /dpdk/drivers/common/cnxk/ |
| H A D | cnxk_security_ar.h | 74 if (likely(seq > base)) { in cnxk_on_anti_replay_check() 75 shift = seq - base; in cnxk_on_anti_replay_check() 107 ar->base = seq; in cnxk_on_anti_replay_check() 111 bit_pos = base - seq; in cnxk_on_anti_replay_check() 130 if (likely(seq > base)) { in cnxk_on_anti_replay_check() 133 shift = seq - base; in cnxk_on_anti_replay_check() 146 bit_pos = (seq - 1) & WORD_MASK; in cnxk_on_anti_replay_check() 158 ar->base = seq; in cnxk_on_anti_replay_check() 181 if (unlikely((seq + winsz) <= base)) in cnxk_on_anti_replay_check() 187 seqword = ((seq - 1) % ex_winsz) >> WORD_SHIFT; in cnxk_on_anti_replay_check() [all …]
|
| H A D | roc_ie_on.h | 69 uint32_t seq; member 323 uint32_t seq; member
|
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cn9k_ipsec_la_ops.h | 34 uint64_t seq_in_sa, seq = 0; in ipsec_antireplay_check() local 48 seql = rte_be_to_cpu_32(esp->seq); in ipsec_antireplay_check() 51 seq = (uint64_t)seql; in ipsec_antireplay_check() 55 seq = ((uint64_t)seqh << 32) | seql; in ipsec_antireplay_check() 58 if (unlikely(seq == 0)) in ipsec_antireplay_check() 61 ret = cnxk_on_anti_replay_check(seq, &sa->ar, win_sz); in ipsec_antireplay_check() 64 if (seq > seq_in_sa) { in ipsec_antireplay_check() 115 hdr->seq = rte_cpu_to_be_32(sa->seq_lo); in process_outb_sa()
|
| /dpdk/drivers/event/opdl/ |
| H A D | opdl_ring.c | 186 min_seq = seq; in update_available_seq() 194 min_seq = seq; in update_available_seq() 504 RTE_SET_USED(seq); in opdl_stage_claim_singlethread() 568 if (seq == NULL) { in opdl_stage_claim_multithread() 584 *seq = old_head; in opdl_stage_claim_multithread() 598 if (seq != NULL) in opdl_stage_claim_copy_singlethread() 599 *seq = s->head; in opdl_stage_claim_copy_singlethread() 615 if (seq != NULL) in opdl_stage_claim_copy_multithread() 616 *seq = old_head; in opdl_stage_claim_copy_multithread() 710 seq, block, atomic); in opdl_stage_claim() [all …]
|
| H A D | opdl_ring.h | 312 uint32_t num_entries, uint32_t *seq, bool block, bool atomic); 368 uint32_t num_entries, uint32_t *seq, bool block, 404 uint32_t num_entries, uint32_t *seq, bool block);
|
| H A D | opdl_test.c | 273 uint32_t seq = 0; in ordered_basic() local 284 seq = *rte_event_pmd_selftest_seqn(deq_ev[i].mbuf) - MAGIC_SEQN; in ordered_basic() 286 if (seq != (i-1)) { in ordered_basic() 288 "port number is %u\n", seq, i); in ordered_basic()
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | esp.c | 328 sa->seq++; in esp_outbound() 330 esp->seq = rte_cpu_to_be_32((uint32_t)sa->seq); in esp_outbound() 335 *iv = rte_cpu_to_be_64(sa->seq); in esp_outbound() 344 *iv = rte_cpu_to_be_64(sa->seq); in esp_outbound() 386 icb->iv = rte_cpu_to_be_64(sa->seq); in esp_outbound() 427 icb->iv = rte_cpu_to_be_64(sa->seq); in esp_outbound()
|
| H A D | ipsec.h | 110 uint64_t seq; member
|
| /dpdk/drivers/event/dpaa2/ |
| H A D | dpaa2_eventdev_selftest.c | 48 uint8_t seq; member 221 uint8_t queue, uint8_t port, uint8_t seq) in update_event_and_validation_attr() argument 233 attr->seq = seq; in update_event_and_validation_attr() 388 RTE_TEST_ASSERT_EQUAL(index, attr->seq, in validate_simple_enqdeq() 389 "index=%d != seqn=%d", index, attr->seq); in validate_simple_enqdeq()
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_protocol_type.h | 335 __be32 seq; member 346 __be32 seq; member 354 __be32 seq; member
|
| /dpdk/lib/net/ |
| H A D | rte_esp.h | 25 rte_be32_t seq; /**< packet sequence number */ member
|
| H A D | rte_ecpri.h | 165 uint8_t seq; /**< Sequence Number */ member
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cn9k_ethdev.h | 57 uint32_t seq; member
|
| H A D | cn9k_rx.h | 182 uint64_t seq; in ipsec_antireplay_check() local 190 seq = (uint64_t)seql; in ipsec_antireplay_check() 194 seq = ((uint64_t)seqh << 32) | seql; in ipsec_antireplay_check() 197 if (unlikely(seq == 0)) in ipsec_antireplay_check() 201 rc = cnxk_on_anti_replay_check(seq, ar, win_sz); in ipsec_antireplay_check() 205 if (seq > seq_in_sa) { in ipsec_antireplay_check()
|
| H A D | cn9k_ethdev_sec.c | 289 outb_priv->seq = 1; in cn9k_eth_sec_session_create()
|
| /dpdk/app/test/ |
| H A D | test_distributor.c | 631 unsigned int sorted[buf_count], seq; in sanity_mark_test() local 686 seq = *seq_field(returns[i]) >> seq_shift; in sanity_mark_test() 687 id = *seq_field(returns[i]) - (seq << seq_shift); in sanity_mark_test() 688 sorted[seq] = id; in sanity_mark_test()
|
| H A D | test_ipsec.c | 582 size_t len, uint32_t spi, uint32_t seq) in setup_test_string_tunneled() argument 593 .seq = rte_cpu_to_be_32(seq) in setup_test_string_tunneled() 616 ipv4_outer.packet_id = rte_cpu_to_be_16(seq); in setup_test_string_tunneled()
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_mcdi.c | 254 unsigned int seq; in efx_mcdi_request_start() local 280 seq = emip->emi_seq++ & EFX_MASK32(MCDI_HEADER_SEQ); in efx_mcdi_request_start() 304 MCDI_HEADER_SEQ, seq, in efx_mcdi_request_start() 320 MCDI_HEADER_SEQ, seq, in efx_mcdi_request_start() 352 unsigned int seq; in efx_mcdi_read_response_header() local 363 seq = EFX_DWORD_FIELD(hdr[0], MCDI_HEADER_SEQ); in efx_mcdi_read_response_header() 389 (seq != ((emip->emi_seq - 1) & EFX_MASK32(MCDI_HEADER_SEQ)))) { in efx_mcdi_read_response_header() 865 __in unsigned int seq, in efx_mcdi_ev_cpl() argument 883 (seq != ((emip->emi_seq - 1) & EFX_MASK32(MCDI_HEADER_SEQ)))) { in efx_mcdi_ev_cpl()
|
| H A D | efx_mcdi.h | 75 __in unsigned int seq,
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | qat.rst | 592 for device in $(seq 1 4); do \ 593 for fn in $(seq 0 7); do \ 606 for device in $(seq 1 2); do \ 607 for fn in $(seq 0 7); do \ 621 for device in $(seq 1 2); do \ 622 for fn in $(seq 0 7); do \
|
| /dpdk/drivers/net/fm10k/base/ |
| H A D | fm10k_mbx.c | 484 u16 len, seq = fm10k_mbx_index_len(mbx, mbx->head, tail); in fm10k_mbx_push_tail() local 490 if (len > seq) in fm10k_mbx_push_tail() 491 len = seq; in fm10k_mbx_push_tail()
|
| /dpdk/lib/ipsec/ |
| H A D | esp_inb.c | 266 sqn = rte_be_to_cpu_32(esph->seq); in inb_get_sqn() 504 sqn[0] = ph->seq; in tun_process_step2()
|
| H A D | esp_outb.c | 214 esph->seq = sqn_low32(sqc); in outb_tun_pkt_prepare() 411 esph->seq = sqn_low32(sqc); in outb_trs_pkt_prepare()
|
| /dpdk/doc/guides/tools/ |
| H A D | flow-perf.rst | 351 * ``--inc-tcp-seq`` 354 * ``--dec-tcp-seq``
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rte_security.rst | 155 processing. E.g. in case of IPsec, the seq number will be added to the 222 In the case of IPsec, the seq number will be added to the packet,
|