Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/hv/
Dnetvsc.c291 net_device->recv_section = kmalloc(net_device->recv_section_cnt in netvsc_init_recv_buf()
293 if (net_device->recv_section == NULL) { in netvsc_init_recv_buf()
298 memcpy(net_device->recv_section, in netvsc_init_recv_buf()
307 net_device->recv_section[0].offset, in netvsc_init_recv_buf()
308 net_device->recv_section[0].end_offset, in netvsc_init_recv_buf()
309 net_device->recv_section[0].sub_alloc_size, in netvsc_init_recv_buf()
310 net_device->recv_section[0].num_sub_allocs); in netvsc_init_recv_buf()
317 net_device->recv_section->offset != 0) { in netvsc_init_recv_buf()
494 if (net_device->recv_section) { in netvsc_destroy_recv_buf()
496 kfree(net_device->recv_section); in netvsc_destroy_recv_buf()
[all …]
Dnetvsc.h318 struct nvsp_1_receive_buffer_section *recv_section; member