Searched refs:netpoll (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnetpoll.h15 struct netpoll { struct
20 void (*rx_hook)(struct netpoll *, int, char *, int);
41 struct netpoll *netpoll; member in struct:netpoll_info
45 void netpoll_poll(struct netpoll *np);
46 void netpoll_send_udp(struct netpoll *np, const char *msg, int len);
47 void netpoll_print_options(struct netpoll *np);
48 int netpoll_parse_options(struct netpoll *np, char *opt);
49 int __netpoll_setup(struct netpoll *np);
50 int netpoll_setup(struct netpoll *n
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dnet-traces.c14 #include <linux/netpoll.h>
H A DMakefile16 obj-$(CONFIG_NETPOLL) += netpoll.o
H A Dnetpoll.c20 #include <linux/netpoll.h>
204 void netpoll_poll(struct netpoll *np)
254 static struct sk_buff *find_skb(struct netpoll *np, int len, int reserve)
291 void netpoll_send_skb(struct netpoll *np, struct sk_buff *skb)
351 void netpoll_send_udp(struct netpoll *np, const char *msg, int len)
422 struct netpoll *np, *tmp;
438 /* No netpoll struct is using this dev */
538 struct netpoll *np, *tmp;
546 /* check if netpoll clients need ARP */
623 void netpoll_print_options(struct netpoll *n
[all...]
H A Ddrop_monitor.c14 #include <linux/netpoll.h>
H A Ddev.c113 #include <linux/netpoll.h>
2557 /* if netpoll wants it, pretend we never saw it */
2894 /* if we've gotten here through NAPI, check netpoll */
3722 * with netpoll's poll_napi(). Only the entity which
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/
H A Dbr_device.c17 #include <linux/netpoll.h>
285 struct netpoll *np;
309 struct netpoll *np = p->np;
H A Dbr_private.h18 #include <linux/netpoll.h>
150 struct netpoll *np;
298 struct netpoll *np = p->np;
H A Dbr_forward.c18 #include <linux/netpoll.h>
H A Dbr_if.c16 #include <linux/netpoll.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/8021q/
H A Dvlan_core.c4 #include <linux/netpoll.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dnetconsole.c17 * 2003-09-07 rewritten with netpoll api
44 #include <linux/netpoll.h>
81 * whether the corresponding netpoll is active or inactive.
84 * @np: The netpoll structure for this target.
100 struct netpoll np;
161 /* Allocate new target (from boot/module param) and setup netpoll for it */
183 /* Parse parameters and setup netpoll */
201 /* Cleanup netpoll for given target (from boot/module param) and free it */
321 * are not enabled (and the corresponding netpoll activated) by default.
323 * would enable him to dynamically add new netpoll target
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/
H A Dbond_main.c62 #include <linux/netpoll.h>
447 struct netpoll *np = bond->dev->npinfo->netpoll;
1296 struct net_device *dev = bond_dev->npinfo->netpoll->real_dev;
1778 pr_info("New slave device %s does not support netpoll\n",
1780 pr_info("Disabling netpoll support for %s\n", bond_dev->name);
1981 /* Make sure netpoll over stays disabled until fixed. */

Completed in 112 milliseconds