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

  /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/powerpc/powerpc/
intr_stubs.c 49 int cpl = curcpu()->ci_cpl; local in function:null_splraise
51 return cpl;
  /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/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/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/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/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/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 56 milliseconds