Displaying 2 results from an estimated 2 matches for "request_buffer".
2007 Jan 02
0
[PATCH 1/4] add scsi-target and IO_CMD_EPOLL_WAIT patches
..., struct srp_direct_buf *md,
++ enum dma_data_direction dir, srp_rdma_t rdma_io,
++ int dma_map, int ext_desc)
++{
++ struct iu_entry *iue = NULL;
++ struct scatterlist *sg = NULL;
++ int err, nsg = 0, len;
++
++ if (dma_map) {
++ iue = (struct iu_entry *) sc->SCp.ptr;
++ sg = sc->request_buffer;
++
++ dprintk("%p %u %u %d\n", iue, sc->request_bufflen,
++ md->len, sc->use_sg);
++
++ nsg = dma_map_sg(iue->target->dev, sg, sc->use_sg,
++ DMA_BIDIRECTIONAL);
++ if (!nsg) {
++ printk("fail to map %p %d\n", iue, sc->use_sg);
++ return 0;
++...
2006 Jul 26
5
linux-2.6-xen.hg
Hi,
Is the http://xenbits.xensource.com/linux-2.6-xen.hg tree still being
updated? if not, what''s the preferred Linux tree to track that has all
of the Xen bits?
Thanks,
Muli
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel