]> Pileus Git - ~andy/linux/blobdiff - drivers/crypto/caam/desc.h
crypto: caam - link_tbl rename
[~andy/linux] / drivers / crypto / caam / desc.h
index 48c1927dbf21e5966ce36826cd4e9b08c8fb3181..3e685062d44b4036019f6588ab6753be7edb136f 100644 (file)
@@ -8,10 +8,10 @@
 #ifndef DESC_H
 #define DESC_H
 
-struct link_tbl_entry {
+struct sec4_sg_entry {
        u64 ptr;
-#define LINK_TBL_LEN_FIN 0x40000000
-#define LINK_TBL_LEN_EXT 0x80000000
+#define SEC4_SG_LEN_FIN 0x40000000
+#define SEC4_SG_LEN_EXT 0x80000000
        u32 len;
        u8 reserved;
        u8 buf_pool_id;