Home
last modified time | relevance | path

Searched refs:descsize (Results 1 – 9 of 9) sorted by relevance

/drivers/dma/
Dtxx9dmac.c204 ddev->descsize, DMA_TO_DEVICE); in txx9dmac_desc_alloc()
249 child->txd.phys, ddev->descsize, in txx9dmac_sync_desc_for_cpu()
252 desc->txd.phys, ddev->descsize, in txx9dmac_sync_desc_for_cpu()
436 prev->txd.phys, ddev->descsize, in txx9dmac_dequeue()
780 prev->txd.phys, ddev->descsize, in txx9dmac_prep_dma_memcpy()
793 prev->txd.phys, ddev->descsize, in txx9dmac_prep_dma_memcpy()
875 ddev->descsize, in txx9dmac_prep_slave_sg()
888 prev->txd.phys, ddev->descsize, in txx9dmac_prep_slave_sg()
951 prev->txd.phys, ddev->descsize, in txx9dmac_chain_dynamic()
1066 ddev->descsize, DMA_TO_DEVICE); in txx9dmac_free_chan_resources()
[all …]
Dtxx9dmac.h185 unsigned int descsize; member
/drivers/crypto/
Dpadlock-sha.c210 hash->descsize += crypto_shash_descsize(fallback_tfm); in padlock_init_tfm()
231 .descsize = sizeof(struct padlock_sha_desc),
254 .descsize = sizeof(struct padlock_sha_desc),
464 .descsize = sizeof(struct sha1_state),
482 .descsize = sizeof(struct sha256_state),
/drivers/hv/
Dchannel.c1060 u32 descsize; in vmbus_sendpacket_pagebuffer() local
1073 descsize = sizeof(struct vmbus_channel_packet_page_buffer) - in vmbus_sendpacket_pagebuffer()
1076 packetlen = descsize + bufferlen; in vmbus_sendpacket_pagebuffer()
1082 desc.dataoffset8 = descsize >> 3; /* in 8-bytes granularity */ in vmbus_sendpacket_pagebuffer()
1095 bufferlist[0].iov_len = descsize; in vmbus_sendpacket_pagebuffer()
/drivers/crypto/stm32/
Dstm32-crc32.c278 .descsize = sizeof(struct stm32_crc_desc_ctx),
300 .descsize = sizeof(struct stm32_crc_desc_ctx),
/drivers/crypto/vmx/
Dghash.c174 .descsize = sizeof(struct p8_ghash_desc_ctx)
/drivers/crypto/nx/
Dnx-sha256.c276 .descsize = sizeof(struct sha256_state_be),
Dnx-sha512.c282 .descsize = sizeof(struct sha512_state_be),
Dnx-aes-xcbc.c367 .descsize = sizeof(struct xcbc_state),