Searched refs:BCC_LE (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dtransport.c562 le16_to_cpu(BCC_LE(midQ->resp_buf));
749 BCC(out_buf) = le16_to_cpu(BCC_LE(out_buf));
998 BCC(out_buf) = le16_to_cpu(BCC_LE(out_buf));
H A Dnetmisc.c926 2 /* size of the bcc field */ + le16_to_cpu(BCC_LE(ptr)));
H A Dsess.c853 BCC_LE(smb_buf) = cpu_to_le16(count);
H A Dconnect.c306 byte_count = le16_to_cpu(BCC_LE(pTargetSMB));
308 BCC_LE(pTargetSMB) = cpu_to_le16(byte_count);
H A Dcifspdu.h419 #define BCC_LE(smb_var) (*(__le16 *)((char *)(smb_var) + sizeof(struct smb_hdr) + (2 * (smb_var)->WordCount))) macro

Completed in 92 milliseconds