Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/sunxi/
H A Dsun8i_crypto.c169 int ct_flags; member
633 task->ct_flags = 0; in sun8i_crypto_task_get()
703 if (task->ct_flags & TASK_KEY) { in sun8i_crypto_task_load()
710 if (task->ct_flags & TASK_IV) { in sun8i_crypto_task_load()
717 if (task->ct_flags & TASK_CTR) { in sun8i_crypto_task_load()
725 if (task->ct_flags & TASK_BYTES) in sun8i_crypto_task_load()
730 if (task->ct_flags & TASK_SRC) { in sun8i_crypto_task_load()
820 KASSERT((task->ct_flags & TASK_KEY) == 0); in sun8i_crypto_task_load_trng()
821 KASSERT((task->ct_flags & TASK_IV) == 0); in sun8i_crypto_task_load_trng()
822 KASSERT((task->ct_flags & TASK_CTR) == 0); in sun8i_crypto_task_load_trng()
[all …]
/netbsd-src/sys/dev/ic/
H A Disp_target.c683 cto->ct_flags = CT7_NOACK; in isp_endcmd()
685 cto->ct_flags |= CT7_TERMINATE; in isp_endcmd()
687 cto->ct_flags |= CT7_FLAG_MODE1 | CT7_SENDSTATUS; in isp_endcmd()
697 cto->ct_flags |= CT7_FLAG_MODE1 | CT7_SENDSTATUS; in isp_endcmd()
733 cto->ct_flags = CT2_SENDSTATUS | CT2_NO_DATA | CT2_FLAG_MODE1; in isp_endcmd()
735 cto->ct_flags |= CT2_CCINCR; in isp_endcmd()
772 cto->ct_flags |= CT_TQAE; in isp_endcmd()
774 cto->ct_flags = CT_SENDSTATUS | CT_NO_DATA; in isp_endcmd()
776 cto->ct_flags |= CT_CCINCR; in isp_endcmd()
846 ct->ct_flags in isp_target_async()
[all...]
H A Disp_library.c2052 if ((ct->ct_flags & CT2_SENDSTATUS) && (swd || ct->ct_resid)) { in isp_send_tgt_cmd()
2058 ct->ct_flags &= ~(CT2_SENDSTATUS|CT2_CCINCR|CT2_FASTPOST); in isp_send_tgt_cmd()
2066 ct2->ct_flags &= ~(CT2_FLAG_MMASK|CT2_DATAMASK|CT2_FASTPOST); in isp_send_tgt_cmd()
2067 ct2->ct_flags |= CT2_NO_DATA|CT2_FLAG_MODE1; in isp_send_tgt_cmd()
2100 if ((ct->ct_flags & CT7_SENDSTATUS) && (swd || ct->ct_resid)) { in isp_send_tgt_cmd()
2107 ct->ct_flags &= ~CT7_SENDSTATUS; in isp_send_tgt_cmd()
2115 ct2->ct_flags &= ~(CT7_FLAG_MMASK|CT7_DATAMASK); in isp_send_tgt_cmd()
2116 ct2->ct_flags |= CT7_NO_DATA|CT7_NO_DATA|CT7_FLAG_MODE1; in isp_send_tgt_cmd()
2884 ISP_IOXPUT_32(isp, src->ct_flags, &dst->ct_flags); in isp_put_ctio()
2921 ISP_IOXGET_32(isp, &src->ct_flags, dst->ct_flags); in isp_get_ctio()
[all …]
H A Dispmbox.h2013 if (ct->ct_flags & CT_TQAE) { \
2159 uint32_t ct_flags; member
2255 uint16_t ct_flags; member
2309 uint16_t ct_flags; member
2393 uint16_t ct_flags; member
/netbsd-src/sys/dev/pci/
H A Dcac_pci.c75 int ct_flags; member
224 cac_init(sc, intrstr, (ct->ct_flags & CT_STARTFW) != 0); in cac_pci_attach()