Searched refs:ct_flags (Results 1 – 5 of 5) 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() 682 if (ct->ct_flags & CT7_TERMINATE) { in isp_handle_ctio7() 684 } else if ((ct->ct_flags & CT7_SENDSTATUS) == 0) { in isp_handle_ctio7() 694 if (ct->ct_flags & CT7_SENDSTATUS) { in isp_handle_ctio7()
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