Lines Matching defs:recv_buf
160 vfree(nvdev->recv_buf);
167 kfree(nvdev->chan_table[i].recv_buf);
355 net_device->recv_buf = vzalloc(buf_size);
356 if (!net_device->recv_buf) {
371 ret = vmbus_establish_gpadl(device->channel, net_device->recv_buf,
441 nvchan->recv_buf = kzalloc(net_device->recv_section_size, GFP_KERNEL);
442 if (nvchan->recv_buf == NULL) {
1459 char *recv_buf = net_device->recv_buf;
1524 /* We're going to copy (sections of) the packet into nvchan->recv_buf;
1525 * make sure that nvchan->recv_buf is large enough to hold the packet.
1537 data = recv_buf + offset;