Searched refs:ct_flags (Results 1 – 6 of 6) sorted by relevance
434 ctx->ct_flags |= SMBCF_SRIGHTS; in smb_ctx_opt()438 ctx->ct_flags |= SMBCF_NOPWD; in smb_ctx_opt()515 ctx->ct_flags &= ~SMBCF_RESOLVED; in smb_ctx_resolve()586 if (ssn->ioc_password[0] == 0 && (ctx->ct_flags & SMBCF_NOPWD) == 0) { in smb_ctx_resolve()592 ctx->ct_flags |= SMBCF_RESOLVED; in smb_ctx_resolve()616 if ((ctx->ct_flags & SMBCF_RESOLVED) == 0) { in smb_ctx_lookup()650 if ((ctx->ct_flags & SMBCF_RESOLVED) == 0) { in smb_ctx_login()
272 cto->ct_flags = CT7_NOACK; in isp_endcmd()274 cto->ct_flags |= CT7_TERMINATE; in isp_endcmd()276 cto->ct_flags |= CT7_FLAG_MODE1 | CT7_SENDSTATUS; in isp_endcmd()286 cto->ct_flags |= CT7_FLAG_MODE1 | CT7_SENDSTATUS; in isp_endcmd()295 cto->ct_flags |= CT7_FLAG_MODE1 | CT7_SENDSTATUS; in isp_endcmd()680 if (ct->ct_flags & CT7_TERMINATE) { in isp_handle_ctio7()682 } else if ((ct->ct_flags & CT7_SENDSTATUS) == 0) { in isp_handle_ctio7()692 if (ct->ct_flags & CT7_SENDSTATUS) { in isp_handle_ctio7()
1083 cto->ct_flags |= CT7_SENDSTATUS | CT7_NO_DATA; in isp_target_start_ctio()1086 cto->ct_flags |= CT7_FLAG_MODE1; in isp_target_start_ctio()1096 cto->ct_flags |= CT7_CONFIRM|CT7_EXPLCT_CONF; in isp_target_start_ctio()1119 cto->ct_flags |= CT7_FLAG_MODE2; in isp_target_start_ctio()1165 cto->ct_flags |= CT7_FLAG_MODE0; in isp_target_start_ctio()1167 cto->ct_flags |= CT7_DATA_IN; in isp_target_start_ctio()1169 cto->ct_flags |= CT7_DATA_OUT; in isp_target_start_ctio()1185 cto->ct_flags |= CT7_SENDSTATUS; in isp_target_start_ctio()1624 sentstatus = ct->ct_flags & CT7_SENDSTATUS; in isp_handle_platform_ctio()1747 cto->ct_flags = CT7_NOACK|CT7_TERMINATE; in isp_handle_platform_target_notify_ack()[all …]
145 if (((ct7_entry_t *)fqe)->ct_flags & CT7_FLAG_MODE2) { in isp_send_cmd()1688 ISP_IOXPUT_16(isp, src->ct_flags, &dst->ct_flags); in isp_put_ctio7()1692 if ((dst->ct_flags & CT7_FLAG_MMASK) == CT7_FLAG_MODE0) { in isp_put_ctio7()1700 } else if ((dst->ct_flags & CT7_FLAG_MMASK) == CT7_FLAG_MODE1) { in isp_put_ctio7()1738 ISP_IOXGET_16(isp, &src->ct_flags, dst->ct_flags); in isp_get_ctio7()1742 if ((dst->ct_flags & CT7_FLAG_MMASK) == CT7_FLAG_MODE0) { in isp_get_ctio7()1750 } else if ((dst->ct_flags & CT7_FLAG_MMASK) == CT7_FLAG_MODE1) { in isp_get_ctio7()
1430 uint16_t ct_flags; member
101 int ct_flags; /* SMBCF_ */ member