Searched refs:in_desc (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/crypto/starfive/
H A Djh7110-hash.c117 struct dma_async_tx_descriptor *in_desc; local
152 in_desc = dmaengine_prep_slave_sg(cryp->tx, rctx->in_sg,
156 if (!in_desc)
159 in_desc->callback = starfive_hash_start;
160 in_desc->callback_param = ctx;
162 dmaengine_submit(in_desc);
/linux-master/drivers/crypto/
H A Datmel-tdes.c400 struct dma_async_tx_descriptor *in_desc, *out_desc; local
428 in_desc = dmaengine_prep_slave_sg(dd->dma_lch_in.chan, &sg[0],
431 if (!in_desc)
446 dmaengine_submit(in_desc);
H A Datmel-sha.c641 struct dma_async_tx_descriptor *in_desc; local
658 in_desc = dmaengine_prep_slave_sg(dd->dma_lch_in.chan, sg, 2,
664 in_desc = dmaengine_prep_slave_sg(dd->dma_lch_in.chan, sg, 1,
667 if (!in_desc)
670 in_desc->callback = atmel_sha_dma_callback;
671 in_desc->callback_param = dd;
686 dmaengine_submit(in_desc);
/linux-master/drivers/char/xillybus/
H A Dxillyusb.c1948 unsigned int in_desc = le16_to_cpu(*chandesc++); local
1959 if (in_desc & 0x80) { /* Entry is valid */
1961 chan->in_synchronous = !!(in_desc & 0x40);
1962 chan->in_seekable = !!(in_desc & 0x20);
1963 chan->in_log2_element_size = in_desc & 0x0f;
1964 chan->in_log2_fifo_size = ((in_desc >> 8) & 0x1f) + 16;
/linux-master/net/ceph/
H A Dmessenger_v2.c641 int ctrl_len = con->v2.in_desc.fd_lens[0];
1070 int ctrl_len = con->v2.in_desc.fd_lens[0];
1806 int ctrl_len = con->v2.in_desc.fd_lens[0];
1842 int ctrl_len = con->v2.in_desc.fd_lens[0];
2137 struct ceph_frame_desc *desc = &con->v2.in_desc;
2794 int tag = con->v2.in_desc.fd_tag;
2862 struct ceph_frame_desc *desc = &con->v2.in_desc;
2921 void *end = p + con->v2.in_desc.fd_lens[0];
2925 if (con->v2.in_desc.fd_tag != FRAME_TAG_MESSAGE)
2961 struct ceph_frame_desc *desc = &con->v2.in_desc;
[all...]
/linux-master/drivers/crypto/stm32/
H A Dstm32-hash.c521 struct dma_async_tx_descriptor *in_desc; local
526 in_desc = dmaengine_prep_slave_sg(hdev->dma_lch, sg, 1,
529 if (!in_desc) {
535 in_desc->callback = stm32_hash_dma_callback;
536 in_desc->callback_param = hdev;
555 cookie = dmaengine_submit(in_desc);
/linux-master/include/linux/ceph/
H A Dmessenger.h411 struct ceph_frame_desc in_desc; member in struct:ceph_connection_v2_info
/linux-master/scripts/
H A Dcheckpatch.pl251 my $in_desc = 0;
264 $in_desc = 1;
265 } elsif ($in_desc) {
274 $in_desc = 0;

Completed in 679 milliseconds