Lines Matching refs:pSMB
4950 TCONX_REQ *pSMB; in CIFSTCon() local
4971 pSMB = (TCONX_REQ *) smb_buffer; in CIFSTCon()
4974 pSMB->AndXCommand = 0xFF; in CIFSTCon()
4975 pSMB->Flags = cpu_to_le16(TCON_EXTENDED_SECINFO); in CIFSTCon()
4976 bcc_ptr = &pSMB->Password[0]; in CIFSTCon()
4978 pSMB->PasswordLength = cpu_to_le16(1); /* minimum */ in CIFSTCon()
4983 pSMB->PasswordLength = cpu_to_le16(CIFS_AUTH_RESP_SIZE); in CIFSTCon()
5040 count = bcc_ptr - &pSMB->Password[0]; in CIFSTCon()
5041 pSMB->hdr.smb_buf_length = cpu_to_be32(be32_to_cpu( in CIFSTCon()
5042 pSMB->hdr.smb_buf_length) + count); in CIFSTCon()
5043 pSMB->ByteCount = cpu_to_le16(count); in CIFSTCon()