nfp: tls: enable TLS RX offload
[linux-2.6-microblaze.git] / drivers / net / ethernet / netronome / nfp / crypto / crypto.h
index 1f97fb4..591924a 100644 (file)
@@ -7,6 +7,11 @@
 struct nfp_net_tls_offload_ctx {
        __be32 fw_handle[2];
 
+       u8 rx_end[0];
+       /* Tx only fields follow - Rx side does not have enough driver state
+        * to fit these
+        */
+
        u32 next_seq;
        bool out_of_sync;
 };