Lines Matching refs:data
311 iov[iov_index].iov_base = skb->data;
655 iov[iov_index].iov_base = result->data;
687 /* it is OK if allocation fails - recvmmsg with NULL data in
846 struct iovec iov[2 + MAX_IOV_SIZE]; /* header + data use case only */
1200 static void vector_tx_poll(unsigned long data)
1202 struct vector_private *vp = (struct vector_private *)data;
1313 * is full when we get here. In this case, new data is never queued,
1395 netdev_err(dev, "loading firmware not permitted: %s\n", efl->data);
1416 if (request_firmware(&fw, efl->data, &vdevice->pdev.dev))
1419 vp->bpf->filter = kmemdup(fw->data, fw->size, GFP_ATOMIC);