Searched refs:niu (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dniu.c0 /* niu.c: Neptune ethernet driver.
33 #include "niu.h"
35 #define DRV_MODULE_NAME "niu"
96 static int serdes_init_10g_serdes(struct niu *np);
98 static int __niu_wait_bits_clear_mac(struct niu *np, unsigned long reg,
113 static int __niu_set_and_wait_clear_mac(struct niu *np, unsigned long reg,
133 static int __niu_wait_bits_clear_ipp(struct niu *np, unsigned long reg,
148 static int __niu_set_and_wait_clear_ipp(struct niu *np, unsigned long reg,
172 static int __niu_wait_bits_clear(struct niu *np, unsigned long reg,
192 static int __niu_set_and_wait_clear(struct niu *n
[all...]
H A Dniu.h0 /* niu.h: Definitions for Neptune ethernet driver.
2854 struct niu *np;
2907 struct niu *np;
3064 struct niu;
3071 struct niu *ports[NIU_MAX_PORTS];
3170 struct niu *np;
3234 int (*serdes_init)(struct niu *np);
3235 int (*xcvr_init)(struct niu *np);
3236 int (*link_status)(struct niu *np, int *);
3240 struct niu { struct in struct:rx_pkt_hdr0
[all...]
H A DMakefile310 obj-$(CONFIG_NIU) += niu.o

Completed in 104 milliseconds