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()
271 cto->ct_flags = CT7_NOACK; in isp_endcmd()273 cto->ct_flags |= CT7_TERMINATE; in isp_endcmd()275 cto->ct_flags |= CT7_FLAG_MODE1 | CT7_SENDSTATUS; in isp_endcmd()285 cto->ct_flags |= CT7_FLAG_MODE1 | CT7_SENDSTATUS; in isp_endcmd()294 cto->ct_flags |= CT7_FLAG_MODE1 | CT7_SENDSTATUS; in isp_endcmd()679 if (ct->ct_flags & CT7_TERMINATE) { in isp_handle_ctio7()681 } else if ((ct->ct_flags & CT7_SENDSTATUS) == 0) { in isp_handle_ctio7()691 if (ct->ct_flags & CT7_SENDSTATUS) { in isp_handle_ctio7()
1090 cto->ct_flags |= CT7_SENDSTATUS | CT7_NO_DATA; in isp_target_start_ctio()1093 cto->ct_flags |= CT7_FLAG_MODE1; in isp_target_start_ctio()1103 cto->ct_flags |= CT7_CONFIRM|CT7_EXPLCT_CONF; in isp_target_start_ctio()1126 cto->ct_flags |= CT7_FLAG_MODE2; in isp_target_start_ctio()1172 cto->ct_flags |= CT7_FLAG_MODE0; in isp_target_start_ctio()1174 cto->ct_flags |= CT7_DATA_IN; in isp_target_start_ctio()1176 cto->ct_flags |= CT7_DATA_OUT; in isp_target_start_ctio()1192 cto->ct_flags |= CT7_SENDSTATUS; in isp_target_start_ctio()1631 sentstatus = ct->ct_flags & CT7_SENDSTATUS; in isp_handle_platform_ctio()1754 cto->ct_flags = CT7_NOACK|CT7_TERMINATE; in isp_handle_platform_target_notify_ack()[all …]
144 if (((ct7_entry_t *)fqe)->ct_flags & CT7_FLAG_MODE2) { in isp_send_cmd()1685 ISP_IOXPUT_16(isp, src->ct_flags, &dst->ct_flags); in isp_put_ctio7()1689 if ((dst->ct_flags & CT7_FLAG_MMASK) == CT7_FLAG_MODE0) { in isp_put_ctio7()1697 } else if ((dst->ct_flags & CT7_FLAG_MMASK) == CT7_FLAG_MODE1) { in isp_put_ctio7()1735 ISP_IOXGET_16(isp, &src->ct_flags, dst->ct_flags); in isp_get_ctio7()1739 if ((dst->ct_flags & CT7_FLAG_MMASK) == CT7_FLAG_MODE0) { in isp_get_ctio7()1747 } else if ((dst->ct_flags & CT7_FLAG_MMASK) == CT7_FLAG_MODE1) { in isp_get_ctio7()
1446 uint16_t ct_flags; member
101 int ct_flags; /* SMBCF_ */ member