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

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

Completed in 182 milliseconds