We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64946d5 commit 7e136a7Copy full SHA for 7e136a7
fs/smb/common/smbdirect/smbdirect.h
@@ -0,0 +1,17 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
2
+/*
3
+ * Copyright (C) 2017, Microsoft Corporation.
4
+ * Copyright (C) 2018, LG Electronics.
5
+ */
6
+
7
+#ifndef __FS_SMB_COMMON_SMBDIRECT_SMBDIRECT_H__
8
+#define __FS_SMB_COMMON_SMBDIRECT_SMBDIRECT_H__
9
10
+/* SMB-DIRECT buffer descriptor V1 structure [MS-SMBD] 2.2.3.1 */
11
+struct smbdirect_buffer_descriptor_v1 {
12
+ __le64 offset;
13
+ __le32 token;
14
+ __le32 length;
15
+} __packed;
16
17
+#endif /* __FS_SMB_COMMON_SMBDIRECT_SMBDIRECT_H__ */
0 commit comments