Searched refs:cq_w5 (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/cnxk/ |
| H A D | cn10k_rx.h | 283 uint64_t cq_w5, uint64_t mbuf_init) in nix_sec_reassemble_frags() argument 315 frag_size = rlen + ((cq_w5 >> 16) & 0xFF) - (cq_w5 & 0xFF); in nix_sec_reassemble_frags() 468 ip = (uintptr_t)hdr + ((cq_w5 >> 16) & 0xFF); in nix_sec_meta_to_mbuf_sc() 471 len += ((cq_w5 >> 16) & 0xFF) - (cq_w5 & 0xFF); in nix_sec_meta_to_mbuf_sc() 489 inner = nix_sec_reassemble_frags(hdr, cq_w1, cq_w5, in nix_sec_meta_to_mbuf_sc() 534 ip = (uintptr_t)hdr + ((cq_w5 >> 16) & 0xFF); in nix_sec_meta_to_mbuf_sc() 537 len += ((cq_w5 >> 16) & 0xFF) - (cq_w5 & 0xFF); in nix_sec_meta_to_mbuf_sc() 575 nix_sec_meta_to_mbuf(uint64_t cq_w1, uint64_t cq_w5, uintptr_t inb_sa, in nix_sec_meta_to_mbuf() argument 601 nix_sec_reassemble_frags(hdr, cq_w1, cq_w5, mbuf_init); in nix_sec_meta_to_mbuf() 902 const uint64_t cq_w5 = *((const uint64_t *)cq + 5); in cn10k_nix_recv_pkts() local [all …]
|
| /dpdk/drivers/event/cnxk/ |
| H A D | cn10k_worker.h | 172 const uint64_t cq_w5 = *((const uint64_t *)cqe + 5); in cn10k_process_vwqe() local 174 mbuf = nix_sec_meta_to_mbuf_sc(cq_w1, cq_w5, sa_base, laddr, in cn10k_process_vwqe() 226 uint64_t cq_w5; in cn10k_sso_hws_post_process() local 233 cq_w5 = *(uint64_t *)(u64[1] + 40); in cn10k_sso_hws_post_process() 239 cq_w1, cq_w5, sa_base, (uintptr_t)&iova, &loff, in cn10k_sso_hws_post_process()
|