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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnetpoll.h15 struct netpoll { struct
19 void (*rx_hook)(struct netpoll *, int, char *, int);
32 struct netpoll *rx_np; /* netpoll that registered an rx_hook */
38 void netpoll_poll(struct netpoll *np);
39 void netpoll_send_udp(struct netpoll *np, const char *msg, int len);
40 int netpoll_parse_options(struct netpoll *np, char *opt);
41 int netpoll_setup(struct netpoll *np);
44 void netpoll_cleanup(struct netpoll *np);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dnetconsole.c17 * 2003-09-07 rewritten with netpoll api
47 #include <linux/netpoll.h>
57 static struct netpoll np = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A DMakefile16 obj-$(CONFIG_NETPOLL) += netpoll.o
H A Dnetpoll.c19 #include <linux/netpoll.h>
118 static void poll_napi(struct netpoll *np)
152 void netpoll_poll(struct netpoll *np)
209 static struct sk_buff *find_skb(struct netpoll *np, int len, int reserve)
235 static void netpoll_send_skb(struct netpoll *np, struct sk_buff *skb)
280 void netpoll_send_udp(struct netpoll *np, const char *msg, int len)
350 struct netpoll *np = NULL;
443 struct netpoll *np = npi->rx_np;
450 /* check if netpoll clients need ARP */
520 int netpoll_parse_options(struct netpoll *n
[all...]
H A Ddev.c109 #include <linux/netpoll.h>
1693 /* if netpoll wants it, pretend we never saw it */
1902 /* if we've gotten here through NAPI, check netpoll */

Completed in 114 milliseconds