Home
last modified time | relevance | path

Searched refs:ctl_flags (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/crypto/
Dixp4xx_crypto.c142 unsigned ctl_flags; member
287 if (crypt_virt[i].ctl_flags == CTL_FLAG_UNUSED) { in get_crypt_desc()
290 crypt_virt[i].ctl_flags = CTL_FLAG_USED; in get_crypt_desc()
315 if (crypt_virt[i].ctl_flags == CTL_FLAG_UNUSED) { in get_crypt_desc_emerg()
318 crypt_virt[i].ctl_flags = CTL_FLAG_USED; in get_crypt_desc_emerg()
370 switch (crypt->ctl_flags & CTL_FLAG_MASK) { in one_packet()
411 crypt->ctl_flags = CTL_FLAG_UNUSED; in one_packet()
644 crypt->ctl_flags |= CTL_FLAG_GEN_ICV; in register_chain_var()
724 crypt->ctl_flags |= CTL_FLAG_GEN_REVAES; in gen_rev_aes_key()
936 crypt->ctl_flags |= CTL_FLAG_PERFORM_ABLK; in ablk_perform()
[all …]
/Linux-v4.19/drivers/ata/
Dsata_nv.c229 u8 ctl_flags; /* 2 */ member
1372 u8 ctl_flags = NV_CPB_CTL_CPB_VALID | in nv_adma_qc_prep() local
1385 cpb->ctl_flags = 0; in nv_adma_qc_prep()
1394 ctl_flags |= NV_CPB_CTL_QUEUE | NV_CPB_CTL_FPDMA; in nv_adma_qc_prep()
1402 ctl_flags |= NV_CPB_CTL_APRD_VALID; in nv_adma_qc_prep()
1409 cpb->ctl_flags = ctl_flags; in nv_adma_qc_prep()
1682 i, cpb->ctl_flags, cpb->resp_flags); in nv_adma_error_handler()
1692 pp->cpb[i].ctl_flags &= ~NV_CPB_CTL_CPB_VALID; in nv_adma_error_handler()
Dsata_inic162x.c196 u8 ctl_flags; /* Control Flags */ member
493 cpb->ctl_flags = CPB_CTL_VALID | CPB_CTL_IEN; in inic_qc_prep()
495 cpb->ctl_flags |= CPB_CTL_DATA; in inic_qc_prep()