| /dpdk/drivers/common/cnxk/ |
| H A D | cnxk_security_ar.h | 55 cnxk_on_anti_replay_check(uint64_t seq, struct cnxk_on_ipsec_ar *ar, in cnxk_on_anti_replay_check() argument 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() 143 seqword = ((seq - 1) % ex_winsz) >> WORD_SHIFT; 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() [all …]
|
| /dpdk/drivers/net/gve/base/ |
| H A D | gve_desc.h | 134 static inline u8 gve_next_seqno(u8 seq) in gve_next_seqno() argument 136 return (seq + 1) == 8 ? 1 : seq + 1; in gve_next_seqno()
|
| /dpdk/drivers/event/opdl/ |
| 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);
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | esp.c | 330 sa->seq++; in esp_outbound() 332 esp->seq = rte_cpu_to_be_32((uint32_t)sa->seq); in esp_outbound() 337 *iv = rte_cpu_to_be_64(sa->seq); in esp_outbound() 347 *iv = rte_cpu_to_be_64(sa->seq); in esp_outbound() 389 icb->iv = rte_cpu_to_be_64(sa->seq); in esp_outbound() 431 icb->iv = rte_cpu_to_be_64(sa->seq); in esp_outbound()
|
| H A D | ipsec.h | 116 uint64_t seq; 119 uint64_t seq; global() member
|
| H A D | sa.c | 1264 sa->seq = 0; in sa_add_rules()
|
| /dpdk/lib/net/ |
| H A D | rte_esp.h | 21 rte_be32_t seq; /**< packet sequence number */ 25 rte_be32_t seq; /**< packet sequence number */ global() member
|
| H A D | rte_ecpri.h | 159 uint8_t seq; /**< Sequence Number */ 163 uint8_t seq; /**< Sequence Number */ global() 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/app/test/ |
| H A D | test_distributor.c | 632 unsigned int sorted[buf_count], seq; in sanity_mark_test() local 687 seq = *seq_field(returns[i]) >> seq_shift; in sanity_mark_test() 688 id = *seq_field(returns[i]) - (seq << seq_shift); in sanity_mark_test() 689 sorted[seq] = id; in sanity_mark_test()
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cn9k_rx.h | 181 uint64_t seq; in ipsec_antireplay_check() local 189 seq = (uint64_t)seql; in ipsec_antireplay_check() 193 seq = ((uint64_t)seqh << 32) | seql; in ipsec_antireplay_check() 196 if (unlikely(seq == 0)) in ipsec_antireplay_check() 200 rc = cnxk_on_anti_replay_check(seq, ar, win_sz); in ipsec_antireplay_check() 205 if (seq > seq_in_sa) { in ipsec_antireplay_check()
|
| /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() 973 __in unsigned int seq, in efx_mcdi_ev_cpl() argument 991 (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/drivers/crypto/cnxk/ |
| H A D | cn9k_ipsec_la_ops.h | 178 hdr->seq = seq_lo; in process_outb_sa()
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | qat.rst | 726 for device in $(seq 1 4); do \ 727 for fn in $(seq 0 7); do \ 740 for device in $(seq 1 2); do \ 741 for fn in $(seq 0 7); do \ 755 for device in $(seq 1 2); do \ 756 for fn in $(seq 0 7); do \
|
| /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() 431 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/drivers/crypto/mvsam/ |
| H A D | rte_mrvl_pmd.c | 556 sess->sam_sess_params.u.ipsec.seq = 0; in mrvl_ipsec_set_session_parameters()
|
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_mcp.c | 348 u32 prev_generic_por_0, seq, delay = ECORE_MCP_RESP_ITER_US, cnt = 0; in ecore_mcp_reset() local 371 seq = ++p_hwfn->mcp_info->drv_mb_seq; in ecore_mcp_reset() 372 DRV_MB_WR(p_hwfn, p_ptt, drv_mb_header, (DRV_MSG_CODE_MCP_RESET | seq)); in ecore_mcp_reset()
|
| /dpdk/doc/guides/contributing/ |
| H A D | coding_style.rst | 262 seq:1,
|