HomeSort by: relevance | last modified time | path
    Searched defs:cpl (Results 1 - 15 of 15) sorted by relevancy

  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_looplen.c 44 double cpl; local
52 cpl = ((double)time_tot) / (double)TESTS / (double)LOOPS;
54 printf("CALIBRATION : %g cycles per loop\n", cpl);
  /src/sys/dev/ic/
nvmeio.h 40 #define nvme_completion_is_error(cpl) \
41 ((NVME_CQE_SC((cpl)->flags) != NVME_CQE_SC_SUCCESS) \
42 || (NVME_CQE_SCT((cpl)->flags) != NVME_CQE_SCT_GENERIC))
60 * cpl returns completion status for the passthrough command
70 struct nvme_cqe cpl; member in struct:nvme_pt_command
  /src/sys/arch/arm/arm/
arm_machdep.c 285 int cpl; local
296 cpl = l->l_cpu->ci_cpl;
301 if (cpl < IPL_VM)
  /src/sys/arch/powerpc/powerpc/
intr_stubs.c 49 int cpl = curcpu()->ci_cpl; local
51 return cpl;
  /src/sys/dev/pci/cxgb/
cxgb_lro.c 112 can_lro_packet(struct cpl_rx_pkt *cpl, unsigned int rss_hi)
114 struct ether_header *eh = (struct ether_header *)(cpl + 1);
121 (*((uint8_t *)cpl + 1) & 0x90) != 0x10 ||
122 cpl->csum != 0xffff || eh->ether_type != ntohs(ETHERTYPE_IP) ||
247 struct cpl_rx_pkt *cpl = (struct cpl_rx_pkt *)(mtod(sm, uint8_t *) + 2); local
256 if (cpl->vlan_valid && cpl->vlan != ncpl->vlan) {
328 struct cpl_rx_pkt *cpl = (struct cpl_rx_pkt *)(mtod(m, uint8_t *) + ethpad); local
329 struct ether_header *eh = (struct ether_header *)(cpl + 1);
337 if (!can_lro_packet(cpl, rss_csum)
    [all...]
cxgb_sge.c 901 * packet. Ethernet packets require addition of WR and CPL headers.
1172 struct cpl_tx_pkt *cpl; local
1186 cpl = (struct cpl_tx_pkt *)txd;
1188 cpl->len = htonl(mlen | 0x80000000);
1208 struct cpl_tx_pkt_lso *hdr = (struct cpl_tx_pkt_lso *) cpl;
1247 cpl->cntrl = htonl(cntrl);
1249 if (mlen <= WR_LEN - sizeof(*cpl)) {
1260 cpl->wr.wr_hi = htonl(V_WR_BCNTLFLT(mlen & 7) |
1264 cpl->wr.wr_lo = htonl(V_WR_LEN(flits) |
2156 struct cpl_rx_pkt *cpl = (struct cpl_rx_pkt *)(mtod(m, uint8_t *) + ethpad) local
    [all...]
  /src/sys/arch/hp300/stand/common/
itevar.h 65 short cpl; member in struct:ite_data
88 (((c) % (ip)->cpl) * (ip)->ftwidth + (ip)->fontx)
91 (((c) % (ip)->cpl) * ((((ip)->ftwidth + 7) / 8) * 8) + (ip)->fontx)
94 (((c) / (ip)->cpl) * (ip)->ftheight + (ip)->fonty)
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/
pmu.h 90 uint8_t cpl; member in struct:xen_pmu_regs
  /src/sys/arch/amiga/dev/
itevar.h 68 short cpl; /* XXX? */ member in struct:ite_softc
  /src/sys/arch/x68k/dev/
itevar.h 78 short cpl; member in struct:ite_softc
166 (((c) % (ip)->cpl) * (ip)->ftwidth + (ip)->fontx)
169 (((c) / (ip)->cpl) * (ip)->ftheight + (ip)->fonty)
  /src/external/gpl3/gdb.old/dist/gdb/
go32-nat.c 1547 have the same CPL as the debugger. */
1548 int cpl = prog_has_started ? (a_tss.tss_cs & 3) : _my_cs () & 3; local
1556 ? idx : (idx * 8) | (type ? (cpl | 4) : 0));
1653 ? idx : (idx * 8) | (type ? (cpl | 4) : 0));
1673 int cpl = (prog_has_started ? a_tss.tss_cs : _my_cs ()) & 3; local
1684 || (ldt_entry & 3) != (cpl & 3))
1843 the low 3 bits of the selector (which give the CPL). Add 2 to the
  /src/external/gpl3/gdb/dist/gdb/
go32-nat.c 1547 have the same CPL as the debugger. */
1548 int cpl = prog_has_started ? (a_tss.tss_cs & 3) : _my_cs () & 3; local
1556 ? idx : (idx * 8) | (type ? (cpl | 4) : 0));
1653 ? idx : (idx * 8) | (type ? (cpl | 4) : 0));
1673 int cpl = (prog_has_started ? a_tss.tss_cs : _my_cs ()) & 3; local
1684 || (ldt_entry & 3) != (cpl & 3))
1843 the low 3 bits of the selector (which give the CPL). Add 2 to the
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 3226 const char * cpl = *datap; local
3227 const char * cpr = cpl + len;
3229 while (cpl != cpr && *(const unsigned char*)cpl <= ' ')
3230 ++cpl;
3231 while (cpl != cpr && *(const unsigned char*)(cpr - 1) <= ' ')
3233 *datap = cpl;
3234 len = (size_t)(cpr - cpl);
  /src/sys/dev/nvmm/x86/
nvmm_x86_svm.c 441 uint8_t cpl; member in struct:vmcb_state
1388 } else if (__predict_false(vmcb->state.cpl != 0)) {
1904 vmcb->state.cpl = state->segs[NVMM_X64_SEG_SS].attrib.dpl;
2041 state->segs[NVMM_X64_SEG_SS].attrib.dpl = vmcb->state.cpl;
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc 6226 rtx cpl = expand_expr (CALL_EXPR_ARG (exp, 2),
6245 if (!CONST_INT_P (cpl))
6263 pat = gen_nvptx_barred_and (dst, bar, nthr, cpl, redop);
6267 pat = gen_nvptx_barred_or (dst, bar, nthr, cpl, redop);
6271 pat = gen_nvptx_barred_popc (dst, bar, nthr, cpl, redop);
6218 rtx cpl = expand_expr (CALL_EXPR_ARG (exp, 2), local

Completed in 33 milliseconds