| /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
|
| 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
|
| 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)
|
| arm_machdep.c | 285 int cpl; local 296 cpl = l->l_cpu->ci_cpl; 301 if (cpl < IPL_VM)
|
| 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;
|
| intr_stubs.c | 49 int cpl = curcpu()->ci_cpl; local 51 return cpl;
|
| 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_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_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...] |
| 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)
|
| 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)
|
| 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
|
| pmu.h | 90 uint8_t cpl; member in struct:xen_pmu_regs
|
| 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
|
| itevar.h | 68 short cpl; /* XXX? */ member in struct:ite_softc
|
| 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)
|
| 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)
|