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

/drivers/net/
H A Dmacvlan.c36 #include <linux/netpoll.h>
501 if (vlan->netpoll)
502 netpoll_send_skb(vlan->netpoll, skb);
963 struct netpoll *netpoll; local
966 netpoll = kzalloc(sizeof(*netpoll), GFP_KERNEL);
968 if (!netpoll)
971 err = __netpoll_setup(netpoll, real_dev);
973 kfree(netpoll);
986 struct netpoll *netpoll = vlan->netpoll; local
[all...]
H A Dnetconsole.c17 * 2003-09-07 rewritten with netpoll api
47 #include <linux/netpoll.h>
88 * whether the corresponding netpoll is active or inactive.
91 * @np: The netpoll structure for this target.
108 struct netpoll np;
169 /* Allocate new target (from boot/module param) and setup netpoll for it */
190 /* Parse parameters and setup netpoll */
208 /* Cleanup netpoll for given target (from boot/module param) and free it */
306 * are not enabled (and the corresponding netpoll activated) by default.
308 * would enable him to dynamically add new netpoll target
[all...]
/drivers/net/bonding/
H A Dbonding.h23 #include <linux/netpoll.h>
176 struct netpoll *np;
460 struct netpoll *np = slave->np;
H A Dbond_main.c900 struct netpoll *np;
919 struct netpoll *np = slave->np;
1522 netdev_info(bond_dev, "master_dev is using netpoll, but new slave device does not support netpoll\n");
3873 * netpoll path, tell netpoll to queue the frame for later tx
4572 /* Make sure we don't have an imbalance on our netpoll blocking */
/drivers/net/team/
H A Dteam.c21 #include <linux/netpoll.h>
1035 struct netpoll *np;
1056 struct netpoll *np = port->np;
1177 netdev_err(dev, "Failed to enable netpoll on device %s\n",

Completed in 266 milliseconds