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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dtransport.c579 le16_to_cpu(BCC_LE(midQ->resp_buf));
757 BCC(out_buf) = le16_to_cpu(BCC_LE(out_buf));
1000 BCC(out_buf) = le16_to_cpu(BCC_LE(out_buf));
H A Dsess.c482 BCC_LE(smb_buf) = cpu_to_le16(count);
H A Dnetmisc.c899 2 /* size of the bcc field */ + le16_to_cpu(BCC_LE(ptr)));
H A Dcifspdu.h364 #define BCC_LE(smb_var) ( *(__le16 *)((char *)smb_var + sizeof(struct smb_hdr) + (2* smb_var->WordCount) ) ) macro
H A Dconnect.c312 byte_count = le16_to_cpu(BCC_LE(pTargetSMB));
314 BCC_LE(pTargetSMB) = cpu_to_le16(byte_count);

Completed in 118 milliseconds