Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-ipd.c178 if (ipd_ptr_count.s.pkt_pcnt) { in __cvmx_ipd_free_ptr_v1()
183 for (i = 0; i < ipd_ptr_count.s.pkt_pcnt; i++) { in __cvmx_ipd_free_ptr_v1()
281 if (ipd_ptr_count.s.pkt_pcnt) { in __cvmx_ipd_free_ptr_v2()
286 for (i = 0; i < ipd_ptr_count.s.pkt_pcnt; i++) { in __cvmx_ipd_free_ptr_v2()
H A Dcvmx-helper-errata.c105 int size, num_segs = 0, wqe_pcnt, pkt_pcnt; in __cvmx_helper_errata_fix_ipd_ptr_alignment() local
131 pkt_pcnt = (wqe_pcnt >> 7) & 0x7f; in __cvmx_helper_errata_fix_ipd_ptr_alignment()
134 num_segs = (2 + pkt_pcnt - wqe_pcnt) & 3; in __cvmx_helper_errata_fix_ipd_ptr_alignment()
H A Dcvmx-ipd-defs.h2908 uint64_t pkt_pcnt : 7; /**< This value plus PFIF_CNT plus member
2919 uint64_t pkt_pcnt : 7;