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

/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-ipd.h296 if (ipd_ptr_count.s.pkt_pcnt) {
302 for (i = 0; i < ipd_ptr_count.s.pkt_pcnt; i++) {
H A Dcvmx-ipd-defs.h1203 uint64_t pkt_pcnt:7; member in struct:cvmx_ipd_ptr_count::cvmx_ipd_ptr_count_s
1207 uint64_t pkt_pcnt:7;
/linux-master/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper.c794 int size, num_segs = 0, wqe_pcnt, pkt_pcnt; local
829 pkt_pcnt = (wqe_pcnt >> 7) & 0x7f;
832 num_segs = (2 + pkt_pcnt - wqe_pcnt) & 3;

Completed in 136 milliseconds