Home
last modified time | relevance | path

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

/drivers/crypto/
Dixp4xx_crypto.c138 unsigned ctl_flags; member
283 if (crypt_virt[i].ctl_flags == CTL_FLAG_UNUSED) { in get_crypt_desc()
286 crypt_virt[i].ctl_flags = CTL_FLAG_USED; in get_crypt_desc()
311 if (crypt_virt[i].ctl_flags == CTL_FLAG_UNUSED) { in get_crypt_desc_emerg()
314 crypt_virt[i].ctl_flags = CTL_FLAG_USED; in get_crypt_desc_emerg()
367 switch (crypt->ctl_flags & CTL_FLAG_MASK) { in one_packet()
408 crypt->ctl_flags = CTL_FLAG_UNUSED; in one_packet()
641 crypt->ctl_flags |= CTL_FLAG_GEN_ICV; in register_chain_var()
721 crypt->ctl_flags |= CTL_FLAG_GEN_REVAES; in gen_rev_aes_key()
929 crypt->ctl_flags |= CTL_FLAG_PERFORM_ABLK; in ablk_perform()
[all …]
/drivers/ata/
Dsata_nv.c213 u8 ctl_flags; /* 2 */ member
1351 u8 ctl_flags = NV_CPB_CTL_CPB_VALID | in nv_adma_qc_prep() local
1364 cpb->ctl_flags = 0; in nv_adma_qc_prep()
1373 ctl_flags |= NV_CPB_CTL_QUEUE | NV_CPB_CTL_FPDMA; in nv_adma_qc_prep()
1381 ctl_flags |= NV_CPB_CTL_APRD_VALID; in nv_adma_qc_prep()
1388 cpb->ctl_flags = ctl_flags; in nv_adma_qc_prep()
1661 i, cpb->ctl_flags, cpb->resp_flags); in nv_adma_error_handler()
1671 pp->cpb[i].ctl_flags &= ~NV_CPB_CTL_CPB_VALID; in nv_adma_error_handler()
Dsata_inic162x.c195 u8 ctl_flags; /* Control Flags */ member
499 cpb->ctl_flags = CPB_CTL_VALID | CPB_CTL_IEN; in inic_qc_prep()
501 cpb->ctl_flags |= CPB_CTL_DATA; in inic_qc_prep()