Searched refs:npe (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp4xx/include/mach/
H A Dnpe.h17 struct npe { struct
26 static inline const char *npe_name(struct npe *npe) argument
28 return npe_names[npe->id];
31 int npe_running(struct npe *npe);
32 int npe_send_message(struct npe *npe, const void *msg, const char *what);
33 int npe_recv_message(struct npe *npe, voi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp4xx/
H A Dixp4xx_npe.c23 #include <mach/npe.h>
121 #define print_npe(pri, npe, fmt, ...) \
122 printk(pri "%s: " fmt, npe_name(npe), ## __VA_ARGS__)
125 #define debug_msg(npe, fmt, ...) \
126 print_npe(KERN_DEBUG, npe, fmt, ## __VA_ARGS__)
128 #define debug_msg(npe, fmt, ...)
149 static struct npe npe_tab[NPE_COUNT] = {
165 int npe_running(struct npe *npe) argument
167 return (__raw_readl(&npe
170 npe_cmd_write(struct npe *npe, u32 addr, int cmd, u32 data) argument
177 npe_cmd_read(struct npe *npe, u32 addr, int cmd) argument
189 npe_clear_active(struct npe *npe, u32 reg) argument
195 npe_start(struct npe *npe) argument
206 npe_stop(struct npe *npe) argument
212 npe_debug_instr(struct npe *npe, u32 instr, u32 ctx, u32 ldur) argument
255 npe_logical_reg_write8(struct npe *npe, u32 addr, u8 val, u32 ctx) argument
266 npe_logical_reg_write16(struct npe *npe, u32 addr, u16 val, u32 ctx) argument
277 npe_logical_reg_write32(struct npe *npe, u32 addr, u32 val, u32 ctx) argument
286 npe_reset(struct npe *npe) argument
408 npe_send_message(struct npe *npe, const void *msg, const char *what) argument
447 npe_recv_message(struct npe *npe, void *msg, const char *what) argument
485 npe_send_recv_message(struct npe *npe, void *msg, const char *what) argument
504 npe_load_firmware(struct npe *npe, const char *name, struct device *dev) argument
672 npe_release(struct npe *npe) argument
684 struct npe *npe = &npe_tab[i]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/arm/
H A Dixp4xx_eth.c36 #include <mach/npe.h>
163 struct npe *npe; member in struct:port
966 struct npe *npe = port->npe; local
970 if (!npe_running(npe)) {
971 err = npe_load_firmware(npe, npe_name(npe), &dev->dev);
975 if (npe_recv_message(npe,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DRepmgrConfigTest.java128 } catch (NullPointerException npe) {
289 } catch (NullPointerException npe) {
292 TestUtils.DEBUGOUT(3, "Unexpected NullPointerException came from replicationManagerStart." + npe);
308 } catch (NullPointerException npe) {
311 TestUtils.DEBUGOUT(3, "Unexpected NullPointerException." + npe);
H A DRepmgrElectionTest.java111 } catch (NullPointerException npe) {
H A DRepmgrStartupTest.java56 } catch (NullPointerException npe) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dixp4xx_hss.c22 #include <mach/npe.h>
255 struct npe *npe; member in struct:port
360 if (npe_send_message(port->npe, msg, what)) {
363 npe_name(port->npe));
447 if (npe_recv_message(port->npe, &msg, "HSS_LOAD_CONFIG") ||
455 npe_recv_message(port->npe, &msg, "FLUSH_IT");
478 if (npe_recv_message(port->npe, &msg, "PORT_ERROR_READ")) {
517 if (!npe_running(port->npe) &&
518 (err = npe_load_firmware(port->npe, npe_nam
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dixp4xx_crypto.c31 #include <mach/npe.h>
211 static struct npe *npe_c;

Completed in 86 milliseconds