Home
last modified time | relevance | path

Searched refs:in_desc (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/crypto/starfive/
H A Djh7110-hash.c127 struct dma_async_tx_descriptor *in_desc; in starfive_hash_dma_xfer() local
139 in_desc = dmaengine_prep_slave_sg(cryp->tx, sg, 1, DMA_MEM_TO_DEV, in starfive_hash_dma_xfer()
141 if (!in_desc) { in starfive_hash_dma_xfer()
147 in_desc->callback = starfive_hash_dma_callback; in starfive_hash_dma_xfer()
148 in_desc->callback_param = cryp; in starfive_hash_dma_xfer()
150 dmaengine_submit(in_desc); in starfive_hash_dma_xfer()
/linux/drivers/char/xillybus/
H A Dxillyusb.c1953 unsigned int in_desc = le16_to_cpu(*chandesc++); in setup_channels() local
1964 if (in_desc & 0x80) { /* Entry is valid */ in setup_channels()
1966 chan->in_synchronous = !!(in_desc & 0x40); in setup_channels()
1967 chan->in_seekable = !!(in_desc & 0x20); in setup_channels()
1968 chan->in_log2_element_size = in_desc & 0x0f; in setup_channels()
1969 chan->in_log2_fifo_size = ((in_desc >> 8) & 0x1f) + 16; in setup_channels()
/linux/net/ceph/
H A Dmessenger_v2.c641 int ctrl_len = con->v2.in_desc.fd_lens[0]; in verify_control_crc()
1044 int ctrl_len = con->v2.in_desc.fd_lens[0]; in decrypt_control_remainder()
1780 int ctrl_len = con->v2.in_desc.fd_lens[0]; in prepare_read_control()
1816 int ctrl_len = con->v2.in_desc.fd_lens[0]; in prepare_read_control_remainder()
2111 struct ceph_frame_desc *desc = &con->v2.in_desc; in prepare_skip_message()
2767 int tag = con->v2.in_desc.fd_tag; in process_control()
2835 struct ceph_frame_desc *desc = &con->v2.in_desc; in process_message_header()
2894 void *end = p + con->v2.in_desc.fd_lens[0]; in __handle_control()
2898 if (con->v2.in_desc.fd_tag != FRAME_TAG_MESSAGE) in __handle_control()
2934 struct ceph_frame_desc *desc = &con->v2.in_desc; in handle_preamble()
[all …]
/linux/include/linux/ceph/
H A Dmessenger.h412 struct ceph_frame_desc in_desc; member
/linux/scripts/
H A Dcheckpatch.pl272 my $in_desc = 0;
285 $in_desc = 1;
286 } elsif ($in_desc) {
295 $in_desc = 0;