Home
last modified time | relevance | path

Searched refs:cpth (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_cpt_debug.c9 roc_cpt_parse_hdr_dump(const struct cpt_parse_hdr_s *cpth) in roc_cpt_parse_hdr_dump() argument
11 plt_print("CPT_PARSE \t0x%p:", cpth); in roc_cpt_parse_hdr_dump()
15 cpth->w0.cookie, cpth->w0.match_id, cpth->w0.err_sum); in roc_cpt_parse_hdr_dump()
17 cpth->w0.reas_sts, cpth->w0.et_owr, cpth->w0.pkt_fmt); in roc_cpt_parse_hdr_dump()
19 cpth->w0.pad_len, cpth->w0.num_frags, cpth->w0.pkt_out); in roc_cpt_parse_hdr_dump()
22 plt_print("W1: wqe_ptr \t0x%016lx\t", cpth->wqe_ptr); in roc_cpt_parse_hdr_dump()
26 cpth->w2.frag_age, cpth->w2.orig_pf_func); in roc_cpt_parse_hdr_dump()
28 cpth->w2.il3_off, cpth->w2.fi_pad, cpth->w2.fi_offset); in roc_cpt_parse_hdr_dump()
32 cpth->w3.hw_ccode, cpth->w3.uc_ccode, cpth->w3.spi); in roc_cpt_parse_hdr_dump()
36 cpth->esn, cpth->frag1_wqe_ptr); in roc_cpt_parse_hdr_dump()
H A Droc_cpt.h180 void __roc_api roc_cpt_parse_hdr_dump(const struct cpt_parse_hdr_s *cpth);
/dpdk/drivers/net/cnxk/
H A Dcn10k_rx.h576 uintptr_t cpth, struct rte_mbuf *inner, in nix_sec_meta_to_mbuf() argument
581 (const struct cpt_parse_hdr_s *)cpth; in nix_sec_meta_to_mbuf()