#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/wait.h>
#include <linux/mm.h>
#include <linux/delay.h>
#include <linux/io.h>
#include <linux/slab.h>
#include <linux/netdevice.h>
#include <linux/if_ether.h>
#include "hyperv_net.h"
Go to the source code of this file.
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
#define RING_AVAIL_PERCENT_HIWATER 20 |
#define RING_AVAIL_PERCENT_LOWATER 10 |
int netvsc_device_add |
( |
struct hv_device * |
device, |
|
|
void * |
additional_info |
|
) |
| |
int netvsc_device_remove |
( |
struct hv_device * |
device | ) |
|