Home
last modified time | relevance | path

Searched refs:seq_in (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr_desc.h61 (descriptor)->seq_in.command.word = 0xF0400000; /**/ \
94 ((descriptor)->seq_in.command.field.sgf = 1)
278 struct seq_in_command_s seq_in; member
H A Dcaam_jr.c790 (jobdescr)->seq_in.command.word |= 0x01000000; in build_auth_only_sg()
835 (jobdescr)->seq_in.command.word |= 0x01000000; in build_auth_only()
970 (jobdescr)->seq_in.command.word |= 0x01000000; in build_cipher_only_sg()
1024 (jobdescr)->seq_in.command.word |= 0x01000000; in build_cipher_only()
1181 (jobdescr)->seq_in.command.word |= 0x01000000; in build_cipher_auth_sg()
1269 (jobdescr)->seq_in.command.word |= 0x01000000; in build_cipher_auth()
1445 jobdescr->seq_in.command.word = in caam_jr_enqueue_op()
1446 cpu_to_caam32(jobdescr->seq_in.command.word); in caam_jr_enqueue_op()