Lines Matching defs:data
32 * Switch the data path from the synthetic interface to the VF
65 * so we use synthetic path to send data.
821 /* First check if this is a VMBUS completion without data payload */
989 /* netvsc_dma_map - Map swiotlb bounce buffer with data page of
994 * host and so the data copied to send buffer doesn't need to use
995 * bounce buffer. The data pages handled by vmbus_sendpacket_pagebuffer()
1001 * pages of data. Each entry in the array has a separate offset and
1142 /* Move packet out of multi send data (msd), and clear msd */
1161 * descriptor and data.
1173 * send buffer, with the data pointers included in the NetVSC message.
1204 * msd (Multi-Send Data) field which may be changed during data packet
1236 /* Keep aggregating only if stack says more data is coming
1450 void *data;
1477 data = recv_buf + offset;
1481 trace_rndis_recv(ndev, q_idx, data);
1485 nvchan, data, buflen);
1638 * Process data in incoming ring buffer from host
1688 /* Call back when data is available in host ring buffer.