Searched defs:copy (Results 26 - 31 of 31) sorted by relevance

12

/drivers/scsi/isci/
H A Drequest.c18 * You should have received a copy of the GNU General Public License
669 bool copy)
724 return sci_stp_pio_request_construct(ireq, copy);
763 bool copy = false; local
768 copy = (task->data_dir == DMA_NONE) ? false : true;
773 copy);
973 * @sci_req: This parameter specifies the request object for which to copy
1446 * @data_buffer: The buffer to copy from.
1458 * copy just the data for the transfer */
1466 /* We are transfering the whole frame so copy */
666 sci_io_request_construct_sata(struct isci_request *ireq, u32 len, enum dma_data_direction dir, bool copy) argument
[all...]
/drivers/s390/block/
H A Ddasd_eckd.c2444 char *copy = kmem_cache_alloc(dasd_page_cache, local
2446 if (copy && rq_data_dir(req) == WRITE)
2447 memcpy(copy + bv->bv_offset, dst, bv->bv_len);
2448 if (copy)
2449 dst = copy + bv->bv_offset;
/drivers/net/ethernet/sfc/
H A Dnet_driver.h392 * @copy: Copy the channel state prior to reallocation. May be %NULL if
401 struct efx_channel *(*copy)(const struct efx_channel *); member in struct:efx_channel_type
/drivers/crypto/
H A Dhifn_795x.c15 * You should have received a copy of the GNU General Public License
1463 unsigned int copy, drest = *drestp, nbytes = *nbytesp; local
1470 copy = min3(drest, size, dst->length);
1472 size -= copy;
1473 drest -= copy;
1474 nbytes -= copy;
1476 dprintk("%s: copy: %u, size: %u, drest: %u, nbytes: %u.\n",
1477 __func__, copy, size, drest, nbytes);
1493 unsigned int nbytes = req->nbytes, offset, copy, diff; local
1521 copy
1724 unsigned int srest = *srestp, nbytes = *nbytesp, copy; local
[all...]
/drivers/gpu/drm/nouveau/
H A Dnouveau_drv.h6 * copy of this software and associated documentation files (the "Software"),
8 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
517 u32 copy; member in struct:nouveau_pm_level
/drivers/gpu/drm/radeon/
H A Dradeon.h7 * copy of this software and associated documentation files (the "Software"),
9 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
1191 /* copy functions for bo handling */
1205 /* method used for bo copy */
1206 int (*copy)(struct radeon_device *rdev, member in struct:radeon_asic::__anon652
1213 } copy; member in struct:radeon_asic
1747 #define radeon_copy_blit(rdev, s, d, np, f) (rdev)->asic->copy.blit((rdev), (s), (d), (np), (f))
1748 #define radeon_copy_dma(rdev, s, d, np, f) (rdev)->asic->copy.dma((rdev), (s), (d), (np), (f))
1749 #define radeon_copy(rdev, s, d, np, f) (rdev)->asic->copy.copy((rde
[all...]

Completed in 164 milliseconds

12