]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/qat/qat_crypto_capabilities.h
net/sfc/base: fix error code usage in common code
[dpdk.git] / drivers / crypto / qat / qat_crypto_capabilities.h
index fbd0c12cecb1edbe112d7b70e62d940b651af395..1294f247891ba58da5a8e56d8484d6c5cc4db10f 100644 (file)
                                        .increment = 4                  \
                                },                                      \
                                .aad_size = {                           \
                                        .increment = 4                  \
                                },                                      \
                                .aad_size = {                           \
-                                       .min = 8,                       \
-                                       .max = 12,                      \
-                                       .increment = 4                  \
+                                       .min = 0,                       \
+                                       .max = 240,                     \
+                                       .increment = 1                  \
                                }                                       \
                        }, }                                            \
                }, }                                                    \
                                }                                       \
                        }, }                                            \
                }, }                                                    \