Searched refs:wqe_pcnt (Results 1 – 3 of 3) sorted by relevance
796 int size, num_segs = 0, wqe_pcnt, pkt_pcnt; in __cvmx_helper_errata_fix_ipd_ptr_alignment() local831 wqe_pcnt = cvmx_read_csr(CVMX_IPD_PTR_COUNT); in __cvmx_helper_errata_fix_ipd_ptr_alignment()832 pkt_pcnt = (wqe_pcnt >> 7) & 0x7f; in __cvmx_helper_errata_fix_ipd_ptr_alignment()833 wqe_pcnt &= 0x7f; in __cvmx_helper_errata_fix_ipd_ptr_alignment()835 num_segs = (2 + pkt_pcnt - wqe_pcnt) & 3; in __cvmx_helper_errata_fix_ipd_ptr_alignment()
192 if (ipd_ptr_count.s.wqe_pcnt) { in cvmx_ipd_free_ptr()197 for (i = 0; i < ipd_ptr_count.s.wqe_pcnt; i++) { in cvmx_ipd_free_ptr()
1551 uint64_t wqe_pcnt:7; member1553 uint64_t wqe_pcnt:7;