Linux Kernel
3.7.1
|
#include <hyperv_net.h>
Definition at line 476 of file hyperv_net.h.
struct nvsp_message channel_init_pkt |
Definition at line 501 of file hyperv_net.h.
struct completion channel_init_wait |
Definition at line 500 of file hyperv_net.h.
bool destroy |
Definition at line 484 of file hyperv_net.h.
struct hv_device* dev |
Definition at line 477 of file hyperv_net.h.
void* extension |
Definition at line 509 of file hyperv_net.h.
struct net_device* ndev |
Definition at line 506 of file hyperv_net.h.
atomic_t num_outstanding_sends |
Definition at line 481 of file hyperv_net.h.
u32 nvsp_version |
Definition at line 479 of file hyperv_net.h.
Definition at line 493 of file hyperv_net.h.
u32 recv_buf_gpadl_handle |
Definition at line 495 of file hyperv_net.h.
u32 recv_buf_size |
Definition at line 494 of file hyperv_net.h.
Definition at line 489 of file hyperv_net.h.
spinlock_t recv_pkt_list_lock |
Definition at line 490 of file hyperv_net.h.
struct nvsp_1_receive_buffer_section* recv_section |
Definition at line 497 of file hyperv_net.h.
u32 recv_section_cnt |
Definition at line 496 of file hyperv_net.h.
struct nvsp_message revoke_packet |
Definition at line 503 of file hyperv_net.h.
bool start_remove |
Definition at line 483 of file hyperv_net.h.
wait_queue_head_t wait_drain |
Definition at line 482 of file hyperv_net.h.