Lines Matching refs:pSMB
4329 TCONX_REQ *pSMB; in CIFSTCon() local
4350 pSMB = (TCONX_REQ *) smb_buffer; in CIFSTCon()
4353 pSMB->AndXCommand = 0xFF; in CIFSTCon()
4354 pSMB->Flags = cpu_to_le16(TCON_EXTENDED_SECINFO); in CIFSTCon()
4355 bcc_ptr = &pSMB->Password[0]; in CIFSTCon()
4357 pSMB->PasswordLength = cpu_to_le16(1); /* minimum */ in CIFSTCon()
4362 pSMB->PasswordLength = cpu_to_le16(CIFS_AUTH_RESP_SIZE); in CIFSTCon()
4419 count = bcc_ptr - &pSMB->Password[0]; in CIFSTCon()
4420 pSMB->hdr.smb_buf_length = cpu_to_be32(be32_to_cpu( in CIFSTCon()
4421 pSMB->hdr.smb_buf_length) + count); in CIFSTCon()
4422 pSMB->ByteCount = cpu_to_le16(count); in CIFSTCon()