Home
last modified time | relevance | path

Searched refs:NETVSC_RECEIVE_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/hv/
Dnetvsc.h283 #define NETVSC_RECEIVE_BUFFER_SIZE (1024*1024) /* 1MB */ macro
Dnetvsc.c708 net_device->recv_buf_size = NETVSC_RECEIVE_BUFFER_SIZE; in netvsc_device_add()