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

  /src/sys/arch/hp300/stand/common/
ite_tvrx.c 58 ip->cpl = (ip->fbwidth - ip->dwidth) / width;
59 ip->cblanky = ip->fonty + ((128 / ip->cpl) +1) * ip->ftheight;
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)
ite_hy.c 61 ip->cpl = (ip->fbwidth - ip->dwidth) / width;
62 ip->cblanky = ip->fonty + ((128 / ip->cpl) +1) * ip->ftheight;
ite_subr.c 68 ip->cpl = (ip->fbwidth - ip->dwidth) / ip->ftwidth;
70 ip->cblanky = ip->fonty + ((128 / ip->cpl) +1) * ip->ftheight;
77 ip->cpl = ip->fbwidth / ip->ftwidth;
79 ip->cblanky = ip->fonty + ((128 / ip->cpl) + 1) * ip->ftheight;
97 (ip->fonty + (c / ip->cpl) * ip->ftheight) * stride;
98 fbmem += (ip->fontx >> 3) + (c % ip->cpl) * width;
122 (ip->fonty + (c / ip->cpl) * ip->ftheight) * ip->fbwidth +
123 (ip->fontx + (c % ip->cpl) * ip->ftwidth));
  /src/sbin/nvmectl/
power.c 112 if (nvme_completion_is_error(&pt.cpl))
128 if (nvme_completion_is_error(&pt.cpl))
132 pt.cpl.cdw0 & ((1 << 5) - 1),
133 pt.cpl.cdw0 >> 5);
firmware.c 145 if (nvme_completion_is_error(&pt.cpl))
166 if (NVME_CQE_SCT(pt.cpl.flags) == NVME_CQE_SCT_COMMAND &&
167 NVME_CQE_SC(pt.cpl.flags) == NVME_CQE_SC_FW_REQ_RESET)
170 if (nvme_completion_is_error(&pt.cpl))
nvmectl.c 168 if (nvme_completion_is_error(&pt.cpl))
190 if (nvme_completion_is_error(&pt.cpl))
wdc.c 103 if (nvme_completion_is_error(&pt.cpl))
logpage.c 126 if (nvme_completion_is_error(&pt.cpl))
128 (uint8_t)__SHIFTOUT(pt.cpl.flags, NVME_CQE_SCT_MASK),
129 (uint8_t)__SHIFTOUT(pt.cpl.flags, NVME_CQE_SC_MASK));
  /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 in function:lro_update_session
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 in function:t3_rx_eth_lro
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 in function:t3_encap
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 in function:t3_rx_eth
    [all...]
  /src/sys/arch/arm/arm/
arm_machdep.c 285 int cpl; local in function:cpu_intr_p
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 in function:null_splraise
51 return 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
nvme.c 1243 pt->cpl.cdw0 = lemtoh32(&cqe->cdw0);
1244 pt->cpl.flags = lemtoh16(&cqe->flags) & ~NVME_CQE_PHASE;
1776 *ncqa = (pt.cpl.cdw0 >> 16) + 1;
1777 *nsqa = (pt.cpl.cdw0 & 0xffff) + 1;
  /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/mips/mips/
lock_stubs_llsc.S 262 INT_L ta2, CPU_INFO_CPL(t2) # get updated CPL
263 sltu v0, ta2, ta0 # v0 = cpl < mtx_ipl
264 sltu v1, ta2, ta1 # v1 = cpl < oldspl
322 sltu v0, a1, a2 # v0 = cpl < mtx_ipl
323 sltu v1, a1, a0 # v1 = cpl < oldspl
330 beq a0, a1, 1f # if oldspl == cpl
lock_stubs_ras.S 368 INT_L ta1, CPU_INFO_CPL(t2) # get current cpl
449 sltu v0, a1, a2 # v0 = cpl < mtx_ipl
450 sltu v1, a1, a0 # v1 = cpl < oldspl
457 beq a0, a1, 1f # if oldspl == cpl
  /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/sys/arch/amiga/dev/
itevar.h 68 short cpl; /* XXX? */ member in struct:ite_softc
  /src/sys/arch/hppa/hppa/
locore.S 690 andcm,<> %r1, %arg0, %r1 ; and with complement of new cpl
692 stw %arg0, CI_CPL(%t1) ; store new cpl
706 andcm,<> %r1, %arg0, %r1 ; and with complement of new cpl
758 ldw CI_CPL(%t2), %arg0 ; load cpl
759 andcm,= %r1, %arg0, %r1 ; and ipending with ~cpl
  /src/lib/
Makefile 299 SUBDIR+= ../crypto/external/cpl/trousers/lib
314 SUBDIR+= ../crypto/external/cpl/tpm-tools/lib # depends on trousers
  /src/sys/arch/mips/atheros/
ar_intr.c 226 genath_iointr(int cpl, vaddr_t pc, uint32_t ipending)
  /src/sys/dev/nvmm/x86/
nvmm_x86_svm.c 441 uint8_t cpl; member in struct:vmcb_state
1387 } else if (__predict_false(vmcb->state.cpl != 0)) {
1902 vmcb->state.cpl = state->segs[NVMM_X64_SEG_SS].attrib.dpl;
2039 state->segs[NVMM_X64_SEG_SS].attrib.dpl = vmcb->state.cpl;

Completed in 24 milliseconds