Home
last modified time | relevance | path

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

/arch/mips/include/asm/octeon/
Dcvmx-ipd.h296 if (ipd_ptr_count.s.pkt_pcnt) { in cvmx_ipd_free_ptr()
302 for (i = 0; i < ipd_ptr_count.s.pkt_pcnt; i++) { in cvmx_ipd_free_ptr()
Dcvmx-ipd-defs.h1203 uint64_t pkt_pcnt:7; member
1207 uint64_t pkt_pcnt:7;
/arch/mips/cavium-octeon/executive/
Dcvmx-helper.c788 int size, num_segs = 0, wqe_pcnt, pkt_pcnt; in __cvmx_helper_errata_fix_ipd_ptr_alignment() local
823 pkt_pcnt = (wqe_pcnt >> 7) & 0x7f; in __cvmx_helper_errata_fix_ipd_ptr_alignment()
826 num_segs = (2 + pkt_pcnt - wqe_pcnt) & 3; in __cvmx_helper_errata_fix_ipd_ptr_alignment()