Home
last modified time | relevance | path

Searched full:npe (Results 1 – 21 of 21) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dintel,ixp4xx-hss.yaml14 The Intel IXP4xx HSS makes use of the IXP4xx NPE (Network
26 intel,npe-handle:
30 - description: phandle to the NPE this HSS instance is using
31 - description: the NPE instance number
32 description: phandle to the NPE this HSS instance is using
39 - description: phandle to the RX trigger queue on the NPE
41 description: phandle to the RX trigger queue on the NPE
47 - description: phandle to the TX ready queue on the NPE
49 description: phandle to the TX ready queue on the NPE
55 - description: phandle to the RX queue on the NPE
[all …]
H A Dintel,ixp4xx-ethernet.yaml17 The Intel IXP4xx ethernet makes use of the IXP4xx NPE (Network
36 description: phandle to the RX queue on the NPE
44 description: phandle to the TX READY queue on the NPE
50 intel,npe-handle:
54 - description: phandle to the NPE this ethernet instance is using
55 - description: the NPE instance to use
56 description: phandle to the NPE this ethernet instance is using
69 - intel,npe-handle
75 npe: npe@c8006000 {
85 intel,npe-handle = <&npe 1>;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Dintel,ixp4xx-crypto.yaml14 The Intel IXP4xx cryptographic engine makes use of the IXP4xx NPE
16 it is defined as a subnode of the NPE, if crypto support is
23 intel,npe-handle:
27 - description: phandle to the NPE this crypto engine
28 - description: the NPE instance number
29 description: phandle to the NPE this crypto engine is using, the cell
30 describing the NPE instance to be used.
36 - description: phandle to the RX queue on the NPE
38 description: phandle to the RX queue on the NPE, the cell describing
45 - description: phandle to the TX READY queue on the NPE
[all …]
/freebsd/sys/contrib/device-tree/Bindings/firmware/
H A Dintel,ixp4xx-network-processing-engine.yaml14 On the IXP4xx SoCs, the Network Processing Engine (NPE) is a small
29 - description: NPE0 (NPE-A) register range
30 - description: NPE1 (NPE-B) register range
31 - description: NPE2 (NPE-C) register range
37 should be named with the instance number of the NPE engine used for
51 node should be named with the instance number of the NPE engine
64 npe: npe@c8006000 {
73 intel,npe-handle = <&npe
[all...]
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/
H A Dintel-ixp4xx.dtsi139 npe: npe@c8006000 { label
145 /* NPE-A contains two high-speed serial links */
149 intel,npe-handle = <&npe 0>;
156 intel,npe-handle = <&npe 0>;
160 /* NPE-C contains a crypto accelerator */
163 intel,npe-handle = <&npe 2>;
177 intel,npe-handle = <&npe 1>;
188 intel,npe-handle = <&npe 2>;
196 intel,npe = <0>;
H A Dintel-ixp45x-ixp46x.dtsi50 intel,npe = <1>;
61 intel,npe = <2>;
72 intel,npe = <3>;
H A Dintel-ixp43x-kixrp435.dts65 intel,npe-handle = <&npe 0>;
H A Dintel-ixp43x-gateworks-gw2358.dts196 intel,npe-handle = <&npe 0>;
H A Dintel-ixp42x-goramo-multilink.dts118 npe@c8006000 {
/freebsd/usr.bin/gprof/
H A Dkernel.c43 npe = nl; in kernel_getnfile()
54 npe->value = ksl.symvalue; in kernel_getnfile()
55 npe->name = name; in kernel_getnfile()
56 npe++; in kernel_getnfile()
58 npe->value = -1; in kernel_getnfile()
H A Delf.c109 npe = nl; in elf_getnfile()
114 npe->value = sym->st_value; in elf_getnfile()
115 npe->name = strtab + sym->st_name; in elf_getnfile()
116 npe++; in elf_getnfile()
119 npe->value = -1; in elf_getnfile()
H A Darcs.c124 for ( parentp = nl ; parentp < npe ; parentp++ ) { in doarcs()
149 for ( dfn_init() , parentp = nl ; parentp < npe ; parentp++ ) { in doarcs()
181 for ( parentp = nl ; parentp < npe ; parentp++ ) { in doarcs()
360 for ( nlp = nl ; nlp < npe ; nlp++ ) { in cyclelink()
381 for ( nlp = nl ; nlp < npe ; nlp++ ) { in cyclelink()
H A Dgprof.c356 for ( nlp = nl ; nlp < npe ; nlp++ ) { in dumpsum()
564 for (nlp = nl; nlp < npe; nlp++) { in alignentries()
H A Dgprof.h138 EXTERN nltype *npe; /* the virtual end of the namelist */ variable
/freebsd/tools/tools/
H A DREADME50 npe Tools specific to the Intel IXP4XXX NPE device
/freebsd/tools/tools/npe/npestats/
H A Dnpestats.c31 * npe statistics class.
96 * Stat block returned by NPE with NPE_GETSTATS msg.
137 snprintf(wf->oid, sizeof(wf->oid), "dev.npe.%s.stats", ifname+3); in npe_setifname()
H A Dnpestats.h36 * npe statistics class.
H A Dmain.c75 ifname = getenv("NPE"); in main()
/freebsd/sys/powerpc/powernv/
H A Dopal_pci.c240 cell_t id[2], m64ranges[2], m64window[6], npe; in opalpci_attach() local
332 if (OF_getencprop(node, "ibm,opal-num-pes", &npe, 4) != 4) in opalpci_attach()
333 npe = 1; in opalpci_attach()
334 for (i = 0; i < npe; i++) { in opalpci_attach()
387 for (i = 0; i < npe; i++) { in opalpci_attach()
/freebsd/share/mk/
H A Dbsd.info.mk100 …perl -npe 's/(^\s*\\input\s+texinfo\s+)/$$1\n@tex\n\\global\\hsize=120mm\n@end tex\n\n/' ${.IMPSRC…
/freebsd/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh5663 7XvbiGOkntvUZ7C7BrJDDqQt0Ggc5GQQiyyu+2npe/NkK2MxR3kyRY6FEIR9qZrM