| /dpdk/drivers/event/cnxk/ |
| H A D | cnxk_tim_worker.h | 11 cnxk_tim_bkt_fetch_lock(uint64_t w1) in cnxk_tim_bkt_fetch_lock() argument 17 cnxk_tim_bkt_fetch_rem(uint64_t w1) in cnxk_tim_bkt_fetch_rem() argument 19 return (w1 >> TIM_BUCKET_W1_S_CHUNK_REMAINDER) & in cnxk_tim_bkt_fetch_rem() 42 cnxk_tim_bkt_get_hbt(uint64_t w1) in cnxk_tim_bkt_get_hbt() argument 48 cnxk_tim_bkt_get_bsk(uint64_t w1) in cnxk_tim_bkt_get_bsk() argument 96 cnxk_tim_bkt_get_nent(uint64_t w1) in cnxk_tim_bkt_get_nent() argument 262 : [w1] "r"((&bkt->w1)) in cnxk_tim_add_entry_sp() 266 hbt_state = __atomic_load_n(&bkt->w1, in cnxk_tim_add_entry_sp() 344 : [w1] "r"((&bkt->w1)) in cnxk_tim_add_entry_mp() 373 : [crem] "r"(&bkt->w1) in cnxk_tim_add_entry_mp() [all …]
|
| H A D | cnxk_tim_evdev.h | 106 uint64_t w1; member
|
| /dpdk/drivers/event/octeontx/ |
| H A D | timvf_worker.h | 13 timr_bkt_fetch_rem(uint64_t w1) in timr_bkt_fetch_rem() argument 15 return (w1 >> TIM_BUCKET_W1_S_CHUNK_REMAINDER) & in timr_bkt_fetch_rem() 41 timr_bkt_get_sbt(uint64_t w1) in timr_bkt_get_sbt() argument 43 return (w1 >> TIM_BUCKET_W1_S_SBT) & TIM_BUCKET_W1_M_SBT; in timr_bkt_get_sbt() 61 timr_bkt_get_shbt(uint64_t w1) in timr_bkt_get_shbt() argument 64 ((w1 >> TIM_BUCKET_W1_S_SBT) & TIM_BUCKET_W1_M_SBT); in timr_bkt_get_shbt() 68 timr_bkt_get_hbt(uint64_t w1) in timr_bkt_get_hbt() argument 74 timr_bkt_get_bsk(uint64_t w1) in timr_bkt_get_bsk() argument 97 return __atomic_fetch_add(&bktp->w1, TIM_BUCKET_SEMA, in timr_bkt_fetch_sema() 115 timr_bkt_get_nent(uint64_t w1) in timr_bkt_get_nent() argument [all …]
|
| H A D | ssovf_worker.h | 71 uint64_t bytes_left = wqe->s.w1.len - wqe->s.w5.size; in ssovf_octeontx_wqe_xtract_mseg() 79 iova_list = (rte_iova_t *)(uintptr_t)(buflink->w1.s.addr); in ssovf_octeontx_wqe_xtract_mseg() 112 mbuf->pkt_len = wqe->s.w1.len; in ssovf_octeontx_wqe_to_pkt() 156 iova_list = (rte_iova_t *)(uintptr_t)(buflink->w1.s.addr); in ssovf_octeontx_wqe_free()
|
| H A D | timvf_evdev.h | 129 uint64_t w1; member
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cn9k_tx.h | 164 w1.u = 0; in cn9k_nix_xmit_prepare() 191 w1.ol3type = ol3type; in cn9k_nix_xmit_prepare() 194 w1.ol4ptr = ~mask & (w1.ol3ptr + m->outer_l3_len); in cn9k_nix_xmit_prepare() 202 w1.il3ptr = w1.ol4ptr + m->l2_len; in cn9k_nix_xmit_prepare() 203 w1.il4ptr = w1.il3ptr + m->l3_len; in cn9k_nix_xmit_prepare() 205 w1.il3type = w1.il3type + !!(ol_flags & RTE_MBUF_F_TX_IP_CKSUM); in cn9k_nix_xmit_prepare() 215 w1.u = ((w1.u & 0xFFFFFFFF00000000) >> (mask << 3)) | in cn9k_nix_xmit_prepare() 241 w1.ol3ptr = l2_len; in cn9k_nix_xmit_prepare() 288 lso_sb = (mask & w1.ol4ptr) + (~mask & w1.il4ptr) + m->l4_len; in cn9k_nix_xmit_prepare() 317 send_hdr->w1.u = w1.u; in cn9k_nix_xmit_prepare() [all …]
|
| H A D | cn10k_tx.h | 619 w1.u = 0; in cn10k_nix_xmit_prepare() 646 w1.ol3type = ol3type; in cn10k_nix_xmit_prepare() 649 w1.ol4ptr = ~mask & (w1.ol3ptr + m->outer_l3_len); in cn10k_nix_xmit_prepare() 657 w1.il3ptr = w1.ol4ptr + m->l2_len; in cn10k_nix_xmit_prepare() 658 w1.il4ptr = w1.il3ptr + m->l3_len; in cn10k_nix_xmit_prepare() 660 w1.il3type = w1.il3type + !!(ol_flags & RTE_MBUF_F_TX_IP_CKSUM); in cn10k_nix_xmit_prepare() 670 w1.u = ((w1.u & 0xFFFFFFFF00000000) >> (mask << 3)) | in cn10k_nix_xmit_prepare() 696 w1.ol3ptr = l2_len; in cn10k_nix_xmit_prepare() 744 lso_sb = (mask & w1.ol4ptr) + (~mask & w1.il4ptr) + m->l4_len; in cn10k_nix_xmit_prepare() 773 send_hdr->w1.u = w1.u; in cn10k_nix_xmit_prepare() [all …]
|
| H A D | cnxk_ethdev_sec_telemetry.c | 90 snprintf(s64, sizeof(s64), "%" PRIu64, out_sa->w1.u64); in copy_outb_sa_10k() 163 snprintf(s64, sizeof(s64), "%" PRIu64, in_sa->w1.u64); in copy_inb_sa_10k()
|
| H A D | cn10k_rx.h | 316 fragx_sum = rte_be_to_cpu_16(finfo->w1.frag_size0); in nix_sec_reassemble_frags() 346 frag_size = rte_be_to_cpu_16(finfo->w1.frag_size1); in nix_sec_reassemble_frags() 363 frag_size = rte_be_to_cpu_16(finfo->w1.frag_size2); in nix_sec_reassemble_frags() 380 frag_size = rte_be_to_cpu_16(finfo->w1.frag_size3); in nix_sec_reassemble_frags() 742 const uint64_t w1 = *(const uint64_t *)rx; in cn10k_nix_cqe_to_mbuf() local 747 mbuf->packet_type = nix_ptype_get(lookup_mem, w1); in cn10k_nix_cqe_to_mbuf() 757 if ((!(flag & NIX_RX_SEC_REASSEMBLY_F) || !(w1 & BIT(11))) && in cn10k_nix_cqe_to_mbuf() 759 ol_flags |= nix_rx_olflags_get(lookup_mem, w1); in cn10k_nix_cqe_to_mbuf() 776 if (flag & NIX_RX_SEC_REASSEMBLY_F && w1 & BIT_ULL(11)) { in cn10k_nix_cqe_to_mbuf()
|
| H A D | cn9k_rx.h | 333 const uint64_t w1 = *(const uint64_t *)rx; in cn9k_nix_cqe_to_mbuf() local 341 packet_type = nix_ptype_get(lookup_mem, w1); in cn9k_nix_cqe_to_mbuf() 373 ol_flags |= nix_rx_olflags_get(lookup_mem, w1); in cn9k_nix_cqe_to_mbuf()
|
| H A D | cn10k_ethdev_sec.c | 700 inb_sa_dptr->w1.s.cookie = in cn10k_eth_sec_session_create()
|
| /dpdk/lib/eal/include/ |
| H A D | rte_reciprocal.h | 63 uint64_t w1, w2; in mullhi_u64() 73 w1 = t & 0xFFFFFFFF; in mullhi_u64() 76 t = u0*v1 + w1; in mullhi_u64()
|
| /dpdk/lib/net/ |
| H A D | rte_ether.h | 84 const uint16_t *w1 = (const uint16_t *)ea1; in rte_is_same_ether_addr() local 87 return ((w1[0] ^ w2[0]) | (w1[1] ^ w2[1]) | (w1[2] ^ w2[2])) == 0; in rte_is_same_ether_addr()
|
| /dpdk/drivers/net/octeontx/base/ |
| H A D | octeontx_pki_var.h | 48 } w1; member 117 } w1; 247 octtx_pki_buflink_w1_t w1; /* Word 1 of the buflink */ member
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_ie_ot.h | 353 } w1; member 422 PLT_STATIC_ASSERT(offsetof(struct roc_ot_ipsec_inb_sa, w1) == 476 } w1; member 543 PLT_STATIC_ASSERT(offsetof(struct roc_ot_ipsec_outb_sa, w1) ==
|
| /dpdk/drivers/net/octeontx/ |
| H A D | octeontx_rxtx.h | 73 union octeontx_send_hdr_w1_u w1; member 275 send_hdr->w1.leptr = send_hdr->w0.l4ptr + l2_len; in octeontx_tx_checksum_offload() 276 send_hdr->w1.lfptr = send_hdr->w1.leptr + m->l3_len; in octeontx_tx_checksum_offload()
|
| /dpdk/drivers/common/cnxk/hw/ |
| H A D | cpt.h | 322 } w1; member
|
| H A D | nix.h | 1661 union nix_send_ext_w1_u w1; member 1697 union nix_send_hdr_w1_u w1; member
|