Lines Matching refs:pSMB
3646 TCONX_REQ *pSMB; in CIFSTCon() local
3667 pSMB = (TCONX_REQ *) smb_buffer; in CIFSTCon()
3670 pSMB->AndXCommand = 0xFF; in CIFSTCon()
3671 pSMB->Flags = cpu_to_le16(TCON_EXTENDED_SECINFO); in CIFSTCon()
3672 bcc_ptr = &pSMB->Password[0]; in CIFSTCon()
3674 pSMB->PasswordLength = cpu_to_le16(1); /* minimum */ in CIFSTCon()
3679 pSMB->PasswordLength = cpu_to_le16(CIFS_AUTH_RESP_SIZE); in CIFSTCon()
3736 count = bcc_ptr - &pSMB->Password[0]; in CIFSTCon()
3737 pSMB->hdr.smb_buf_length = cpu_to_be32(be32_to_cpu( in CIFSTCon()
3738 pSMB->hdr.smb_buf_length) + count); in CIFSTCon()
3739 pSMB->ByteCount = cpu_to_le16(count); in CIFSTCon()