Lines Matching refs:pSMB
4186 TCONX_REQ *pSMB; in CIFSTCon() local
4207 pSMB = (TCONX_REQ *) smb_buffer; in CIFSTCon()
4210 pSMB->AndXCommand = 0xFF; in CIFSTCon()
4211 pSMB->Flags = cpu_to_le16(TCON_EXTENDED_SECINFO); in CIFSTCon()
4212 bcc_ptr = &pSMB->Password[0]; in CIFSTCon()
4214 pSMB->PasswordLength = cpu_to_le16(1); /* minimum */ in CIFSTCon()
4219 pSMB->PasswordLength = cpu_to_le16(CIFS_AUTH_RESP_SIZE); in CIFSTCon()
4276 count = bcc_ptr - &pSMB->Password[0]; in CIFSTCon()
4277 pSMB->hdr.smb_buf_length = cpu_to_be32(be32_to_cpu( in CIFSTCon()
4278 pSMB->hdr.smb_buf_length) + count); in CIFSTCon()
4279 pSMB->ByteCount = cpu_to_le16(count); in CIFSTCon()