Lines Matching defs:recv_buf
157 vfree(nvdev->recv_buf);
163 kfree(nvdev->chan_table[i].recv_buf);
351 net_device->recv_buf = vzalloc(buf_size);
352 if (!net_device->recv_buf) {
367 ret = vmbus_establish_gpadl(device->channel, net_device->recv_buf,
437 nvchan->recv_buf = kzalloc(net_device->recv_section_size, GFP_KERNEL);
438 if (nvchan->recv_buf == NULL) {
1399 char *recv_buf = net_device->recv_buf;
1464 /* We're going to copy (sections of) the packet into nvchan->recv_buf;
1465 * make sure that nvchan->recv_buf is large enough to hold the packet.
1477 data = recv_buf + offset;