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

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

Completed in 291 milliseconds