Lines Matching refs:pSMB
3738 TCONX_REQ *pSMB; in CIFSTCon() local
3759 pSMB = (TCONX_REQ *) smb_buffer; in CIFSTCon()
3762 pSMB->AndXCommand = 0xFF; in CIFSTCon()
3763 pSMB->Flags = cpu_to_le16(TCON_EXTENDED_SECINFO); in CIFSTCon()
3764 bcc_ptr = &pSMB->Password[0]; in CIFSTCon()
3766 pSMB->PasswordLength = cpu_to_le16(1); /* minimum */ in CIFSTCon()
3771 pSMB->PasswordLength = cpu_to_le16(CIFS_AUTH_RESP_SIZE); in CIFSTCon()
3828 count = bcc_ptr - &pSMB->Password[0]; in CIFSTCon()
3829 pSMB->hdr.smb_buf_length = cpu_to_be32(be32_to_cpu( in CIFSTCon()
3830 pSMB->hdr.smb_buf_length) + count); in CIFSTCon()
3831 pSMB->ByteCount = cpu_to_le16(count); in CIFSTCon()